What the Browser sends when you enter the URL?

When you enter the URL in the browser what it sends to the server ?
What is the path followed by the request sent by the Browser?

Questions by mfsi_chinmayb   answers by mfsi_chinmayb

Showing Answers 1 - 6 of 6 Answers

Browser sends a DNS query to the configured DNS server in the network. DNS server responds with the IP address.
This is for name resolution. Network Connection is then established to the IP address received and the port number using TCP.

DNS uses recursive or iterative resolution. DNS messages are query and response. browser requests for ip address of the url in Query message and receives answer in response.

nathsambu

  • Dec 22nd, 2012
 

when we enter url, browser send ip address of url to the nearest ISP. Different ISP, this ip reach the DNS server. DNS server resolve the ip to name i.e. convert ip address to the web page and again send through the isp to the client

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions