Short note on Secure Sockets Layer SSL (Secure Sockets Layer)
Secure Sockets Layer SSL (Secure Sockets Layer)
- It is a standard security technology for establishing an encrypted link between a server and a client—typically a web server (website) and a browser; or a mail server and a mail client (e.g., Outlook).
- It is used by most companies to provide security and privacy and establishes a secure session between a browser and a server.
- A channel is the two way-way communication stream established between the browser and the server, and the definition of channel security indicates three basic requirements:
- The channel is private.
- The channel is authenticated.
- This encryption is preceded by a ‘data handshake’ and has two major phases: The first phase is used to establish private communication and uses the key-agreement algorithm. The second phase is used for client authentication.
- While the possibility is very slight, successful cryptographic attacks made against these technologies can render SSL insecure.
- A downside of both SSL and SET protocols is that they both require to use of cryptographic algorithms that place a significant load on the computer systems involved in commerce transactions.
- There is no additional server cost for the low and medium e-commerce applications to support SET over SSL.
ROLES OF SSL IN E-COMMERCE
- To secure online credit card transactions.
- To secure system logins and any sensitive information exchanged online.
- To secure webmail and applications like Outlook Web Access, Exchange, and Office Communications Server.
- To secure workflow and virtualization applications like Citrix Delivery Platforms or cloud-based computing platforms.
- To secure the connection between an email client such as Microsoft Outlook and an email server such as Microsoft Exchange.
- To secure the transfer of files over HTTPS and FTP(s) services such as website owners updating new pages to theirs.
- To secure intranet-based traffic such as internal networks, file sharing, extranets, and database connections.
- To secure network logins and other network traffic with SSL VPNs such as VPN Access Servers or applications like the Citrix Access Gateway.
OR,
Secured Socket Layer
- SSL is a standard security technology for establishing an encrypted link between a server and a client—typically a web server (website) and a browser; or a mail server and a mail client (e.g., Gmail).
- It is a TCP-based transport layer security service developed by Netscape.
- Two important SSL concepts are 1. SSL Connection and 2. SSL session.
- The session is an association between the Client and a server created by using handshake Protocol i.e. TCP.
- Connection is a type of transport service that is transient, peer-to-peer, and associated with one session.
- Version 3.1 of SSL Protocol was designed with the public review & industry inputs and it subsequently became internet standard known as TLS (Transport Layer Security).
- TLS is the standardized (on the Internet Engineering Task Force—IETF— level) version of SSL. TLS is also referred to as SSL version 3.1, whereas the most commonly used SSL version is 3.0.
- Both protocols can provide the following basic security services:
- Mutual authentication: Verifies the identities of both the server and client through exchange and validation of their digital certificates.
- Communication privacy: Encrypts information exchanged between secure servers and secure clients using a secure channel.
- Communication integrity: Verifies the integrity of the contents of messages exchanged between client and server, which ensures that messages haven’t been altered en route.
Sample Scenario Example
- Here’s an example of an environment using SSL/TLS. When you use the Internet for online banking, it’s important to know that your Web browser is communicating directly and securely with your bank’s Web server.
- Your Web browser must be able to achieve Web server authentication before a safe transaction can occur. That is, the Web server must be able to prove its identity to your Web browser before the transaction can proceed.
- Microsoft IE uses SSL to encrypt messages and transmit them securely across the Internet, as do most other modern Web browsers and Web servers. Prepared by Hem Sagar Pokhrel, Lecturer E-Commerce, Prime College
Comments
Post a Comment