HTTP & HTTPs Flashcards
HTTP
Hypertext transfer protocol
Transfer text, pictures and other data from server to client computer which use web browser to view data.
HTTPs
Hypertext transfer protocol secure
Protect sensitive information such as passwords, credit card numbers and other personal data.
Encrypted using SSL/TLS to prevent interception or eavesdropping by third parties.
When visiting a website using HTTPS, the browser show a padlock icon on the address bar indicating that connection is secure.
HTTP ADVANTAGES
Simplicity: easy to use and understand
Platform independence: used on any platform
Stateless
Proxy and firewall friendly
HTTP DISADVANTAGES
Lack of security
Slow performance
Vulnerability to denial of service attack.
HTTPs advantages
Encryption
Authentication: use digital certificate to identify secure websites.
HTTPs disadvantages
Cost: expensive to issue digital certificate.
False sense of security: does not protect against cyberthreats.