HTTP, HTTPs Flashcards
HTTP
Hypertext transfer protocol
Transfers text, pictures and other data from the server to a client computer, which uses a web browser to view datas.
HTTPs
used to protect sensitive information such as passwords, credit card numbers, and other personal data.
Encrypted using SSL/TLS (Secure Socket Layer/Transport Layer Security) to prevent interception or eavesdropping by third parties.
When visiting a website using HTTPS, your browser will display a padlock icon in the address bar to indicate that the connection is secure.
Advantages of HTTP
Simplicity
Platform Independence
HTTP is Stateless
Work well with proxy and firewalls
Disadvantages of HTTP
Lack of Security
Slow Performance
Vulnerability to Denial of Service (DoS) Attacks
Advantages of HTTPs
Encryption
Authentication
Disadvantages of HTTPs
Cost: The issue of digital certificates can be expensive.
False sense of security: it does not protect from cyberthreats and malware attack.