answersLogoWhite

0


Best Answer

give up? GG :D

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Advantages and disadvantages of secure socket layer protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Secure Socket Layer protocol used for?

Known by its acronym SSL, a Secure Socket Layer protocol is used for online security purposes. More specifically, SSL protocol helps to ensure safe and stable transmission of information on the web.


What is SSL protocol?

The Secure Socket Layer (SSL) is a security protocol deployed on networks. The network can be an internal network or the internet over which two computers are communicating.


Which protocol is used for eCommerce?

Security is an essential part of any transaction that takes place over the internet. Online business uses transport layer security protocol and secure socket layer protocol.


What is the name of the protocol for handling TCP traffic through a proxy server?

The protocol used for handling TCP traffic through a proxy server is called SOCKS, which means \"Socket Secure\".


What is the meaning of socks?

Other than the ordinary meaning, SOCKS (SOCKet Secure) is an internet protocol that routes network packets between a client and server through a proxy server.


What protocol is used to connect to a secure Internet website?

Hypertext Transfer Protocol Secure (HTTPS) is a widely used communications protocol for secure communication over a computer network, with especially wide deployment on the Internet. Technically, it is not a protocol in itself; rather, it is the result of simply layering the Hypertext Transfer Protocol (HTTP) on top of the SSL/TLS protocol, thus adding the security capabilities of SSL/TLS to standard HTTP communications. The Secure Socket Layer (SSL) and Transport Layer Security (TLS) is the most widely deployed security protocol used today. It is essentially a protocol that provides a secure channel between two machines operating over the Internet or an internal network. In today's Internet focused world, the SSL protocol is typically used when a web browser needs to securely connect to a web server over the inherently insecure Internet.


What operating systems support Secure socket tunneling protocol?

Most modern operating systems (Windows, Linux, Unix, mainframes) support SSH and SSL.


What's the difference between Cisco VPN and SSL VPN?

SSL (Secure Socket Layer,) is a protocol. Most Cisco VPNs will use SSL as their security protocol, so there is no difference between Cisco VPN and SSL VPN.


What is the difference between an HTTPS protocol and an SSL certificate?

One is the protocol specified by developers of the internet, while SSL (Secure Socket Layer) is the type of certificate used to verify a client computer's credentials to a server to ensure that the user is who it says it is.


Which tunneling protocal should be used?

Secure Socket Tunneling Protocol (SSTP) is a new VPN protocol that uses port 443, which is also used by Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS). SSTP is used to transport Point-to-Point Protocol (PPP) traffic through an SSL channel. Currently it is only available on newer operating systems such as Windows Vista and Windows Server 2008.


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.


Why do you have type data gram socket?

A datagram socket represents a connectionless, non-guaranteed communication protocol. It represents the UDP protocol in the TCP/IP suite.Contrast this with a stream socket, which represents a connection oriented, guaranteed, communication protocol. It represents the TCP protocol in the TCP/IP suite.UDP is the underlying protocol for TCP. If you are talking OSI model, UDP is layer 3, and TCP is layer 4.