Skip to main content

Http,Https,ssl,tls



HTTP

Hypertext transfer protocol is used to view the webpages on the internet.

All information exchanged through this protocol are sent in Clear text (name,Address,ssn,Card no,password )through a public network

Which is very vulnerable to whoever (Hackers) wants to access the personal information.

HTTPS

Secure hypertext transfer protocol.This is the secure version of HTTP.

This protocol encrypts the data shared between the browser & server.


SSL

Secure Sockets Layer is the standard security technology for establishing an encrypted link between  a browser & server.

Usually SSL is used for logins,financial transactions & other authentications.But currently its being used by many websites.Also, google degrade the rank of non secure sites to exercise secure browsing.

An SSL Certificate is used to authenticate the identity of a website.(To check whether the site is secure or not)

SSL Version 3.0 is the latest version of SSL.


TLS

Transport Layer Security is the latest industry standard cryptographic protocol.(Enhanced version of SSL)

This provided end to end security over networks & it's widely used for online financial transactions.

TLS 1.3 & 1.2 are the latest versions of TLS.





Check out the below Youtube video to have a clear picture on the above subjects

https://youtu.be/hExRDVZHhig?list=WL


Comments

Popular posts from this blog

Motivation Pic Of the Day

Microsoft Exchange

Microsoft Exchange Exchange server enable the business user's to securely access emails from various devices. Microsoft Exchange server 2019 is the latest version. Methods used by the Exchange Account to access Email on the Server Exchange ActiveSync; MAPI/HTTP This method is widely used by laptop,phone & tablet .This method will not download or store the email in the device when accessing the email.instead it will be accessed directly from the exchange server.This will allow us to access our email even in offline mode. IMAP This also helps to access the email from any device from anywhere & it will synchronize all the email folders between device & the server. POP This method downloads the email from the server to the device .Once the email is downloaded to the device,it will be deleted from the mail server.We will have to use the same device to access downloaded emails. Email Cache The exchange email account provides the functionality to acces...

Intranet

An intranet is a secure private network contained within an enterprise. It usually consists many interconnected local area networks & use leased lines (A leased line is private bidirectional communication channel between two or more locations)in the WAN. Generally intranet uses TCP/IP,Https,ssl,Tls & other internet protocols.It's actually a private version of the internet. Using port forwarding (transmission of data intended for private use only) companies can send private messages through the public network with strong Encryption/Decryption methods.