Protocols
Protocols are a set of rules that determine how data is transmitted between different devices in a network. Protocols can also be used to communicate on the internet.
IPSec VPN | Internet Protocol Security | This operates at the network level and it can be used by itself or with other VP protocols like L2TP to provide encryption. |
SSL VPN SSL/TLS | SSL – Secure Socket Layer TLS – Transport Security Layer | These are the most commonly used protocols. TLS is a newer one than SSL and provides better protections against attacks. SSL uses the application layer and it works in conjunctions with HTTPS to provide a secure and encrypted connection using the internet. Its used in some VPN protocols but its not in itself a VPN protocol. SSL can also be used to create HTTPS proxies. |
SFTP | Secure File Transfer Protocol | This is a protocol for transferring large files over the internet. It’s a more secure method than FTP and includes SSH security components. Its sometimes known as Secure Shell File Transfer Protocol. |
SSH | Secure Shell Protocol | This provides a secure connection to its devices. As it’s a cryptographic network protocol its able to provide network services securely over an unsecured network. This is used for many things like remote access command line logins and execution, but any network service can be secured by using SSH. |
HTTPS | HyperText Transfer Protocol Secure | This is a more secure version of HTTP and uses thye SSL/TLS protocol for encryption and authentication. This protocol makes it more secure for website users to exchange confidential data. HTTPS is becoming more common than HTTP as a protocol for transferring data and files over the internet as it offers more protection against threats and attacks |
Comments
Post a Comment