11 Mar 2018

SSL (SECURE SOCKET LAYER)


WHAT IS SSL?
SECURE SOCKET LAYER
SSL is a security protocol that is used on the Internet. Which was developed by Netscape and is supported by all popular WEB BROWSER. '
SSL used public key encryption to establish secure connections over the internet. SSL widely used on the Internet for Web Transaction such as sending credit card/ Debit card card / Other important data etc.
SSL can be utilized for other protocols as well, such as TELNET, FTP (File Transfer Protocol), LDAP (Lightweight Directory Access Protocol), IMAP (Internet Message Access Protocol) and STMP (Simple Mail Transfer Protocol), BUT THESE ARE NOT COMMONLY USED.
SSL PROVIDES THREE KEY SERVICES:
SEVER AUTHENTICATION SSL:
It allows a user to confirm a server's identity. For example, you can use this ability when you are purchasing something online with a Credit Card or Debit Card but first want to verify the server's identity.
CLIENT AUTHENTICATION SSL:
It allows a server to conform a user identity. This functionality is often used when a server sending sensitive information such as banking information or secure document to a client system and wants to verify the client's identity.
ENCRYPTED CONNECTIONS:
It is possible to configure SSL to require all information sent between a client and a server to be encrypted by the sending software and decrypted by the receiving software. Doing this establishes private and secure communication between two devices.
SSL has a mechanism to determine whether the data sent has been tampered with or altered in transit.
SSL can work only with guaranteed transports- or basically anything using TCP protocol. It is made up of the two Protocols, as follows:
SSL Handshake: 
It is used to create a secure session between the two system that are communicating.
This includes all methods and parameters for the encryption.
SSL RECORD:
It is used to encrypt all data packets, including the SSL HANDSHAKE data packets.


No comments:

Post a Comment

Please do not enter any spam link