Protocols and DNS Flashcards
How does a DNS work?
A DNS (Domain Name Server) is used to translate the URL to an IP Address. It does this by sending the domain name to the DNS, then, the DNS finds the corresponding IP Address of the domain name sent. This IP address is sent back to the browser. Finally, the browser uses the IP address to access the web page.
What is HTTP?
HTTP is a set of rules that is used to send data across the internet.
What is HTTPS?
This is a protocol that ensures a secure connection is made between the devices before engaging in the transfer of data. The data packets are encrypted before they are sent across the internet and decrypted once they reach their destination. HTTPS uses SSL and TLS
How does SSL encryption work?
- The web server sends a copy of its SSL certificate to the web browser
- The web browser confirms the legitimacy of the certificate
- If legit, the web browser sends a signal back to let the web server know
- Connection begins