General Coding & Interview Questions Flashcards
1
Q
When happens when you enter a URL into the browser?
A
- The browser looks for the IP address in the DNS.
- Once the IP address is found, the browser sends a connection request to the server.
- Once the connection is in place, the browser sends an HTTP request to the server.
- The server sends an HTTP response.
- The browser receives the response and renders the HTML content (HTML structure, links, images, CSS, JavaScript files, and so on).