answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What does an application developer have to do to enhance tcp with ssl?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why an application developer might choose to run an application over UDP rather than TCP?

Why_an_application_developer_might_choose_to_run_an_application_over_UDP_rather_than_TCP"send me


What is a method of encrypting TCP and IP transmissions?

SSL or Secure Sockets Layer


Does SSL operate at the transport layer or application layer?

I've always considered it to operate at the transport layer as it;s simply an encrypted version of TCP. However, Wikipedia OSI-model lists it as operating at the presentation layer, as it's concerned with the transformation of data between the application and transport layers.


What is a TCP or UDP socket?

UDP and TCP sockets are layer 4 ports which are associated with certain services, ie TCP80 refers to the HTTP (web) protocol, TCP443 refers to the HTTPS (SSL) secure protocol and TCP/UDP53 refers to DNS.


Which protocol uses TCP port 443 at layer 4?

HTTPS ( Hypertext Transfer Protocol over SSL/TLS)


Why doesn't an Internet game load if you right-click on it and the first option says 'Movie not loaded...' in gray?

Use httpsThe game doesn't load if your TCP/IP connection is being reset all the time, which can be for a variety of reasons. An SSL connection (http over SSL = https) persists over many broken TCP/IP connections.


What application is more suited to TCP as its transport protocol?

tftp


Which layer of the OSI model that the telnet protocol is operating at?

TELNET operates at Application Layer in TCP/IP Model. It's an Application to establish a connection to TCP Port Number 23, where a Telnet server application (telnetd) is listening.


What is the maximum size of data that the application layer can pass on to the TCP layer below?

2^16 bytes - size of TCP header


Why would an application use UDP instead of TCP?

UDP does not require as much resources as TCP but in the same time, it does not insure delivery of packets.


The application tcp-ip layer maps to which osi layers?

The Application layer The Presentation layer The Session layer


Example of application used by the UDP and TCP?

UDP: DNS, TFTP, DHCP... TCP: SMTP, HTTP, HTTPS, DNS, FTP, SHH, Telnet...