Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

the following steps are how a web page takes its journey to get to your…

Question

the following steps are how a web page takes its journey to get to your screen. put the steps in the correct order.
1 type web page url into browser
2 use http protocol to send html file
3 browser interprets html and displays web page
4 connect to web server
5 connect to dns server
6 use http protocol to send get request for web page
7 dns server finds the domains ip address
8 dns server sends the ip address to computer

Explanation:

Brief Explanations
  1. First, the user types the web page URL into the browser.
  2. Then, the computer connects to the DNS server.
  3. The DNS server finds the domain's IP address.
  4. The DNS server sends the IP address to the computer.
  5. Next, the computer connects to the web server.
  6. The computer uses the HTTP protocol to send a GET request for the web page.
  7. The web server uses the HTTP protocol to send the HTML file.
  8. Finally, the browser interprets the HTML and displays the web page.

Answer:

  1. Type web page URL into browser
  2. Connect to DNS server
  3. DNS server finds the domain's IP address
  4. DNS server sends the IP address to computer
  5. Connect to web server
  6. Use HTTP protocol to send GET request for web page
  7. Use HTTP protocol to send HTML file
  8. Browser interprets HTML and displays web page