General Coding & Interview Questions Flashcards

1
Q

When happens when you enter a URL into the browser?

A
  1. The browser looks for the IP address in the DNS.
  2. Once the IP address is found, the browser sends a connection request to the server.
  3. Once the connection is in place, the browser sends an HTTP request to the server.
  4. The server sends an HTTP response.
  5. The browser receives the response and renders the HTML content (HTML structure, links, images, CSS, JavaScript files, and so on).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly