Click here to Skip to main content
15,917,060 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
Can any buddy tell me the brief description of the above question.
Posted
Updated 9-Feb-16 0:25am
v2

 
Share this answer
 
Ignoring some kind of auto completition and showing visited URLs that match while typing this will happen when clicking return:

The browser will parse the URL and split it into different parts (see Uniform Resource Locator - Wikipedia, the free encyclopedia[^] for the parts). Missing optional parts will be initiliased with defaults (scheme/protocol: HTTP, port: default port for protocol, e.g. 80 with HTTP).

The browser than queries the IP address for the host part using DNS if the host part is not already an IP address. If that is successful he will connect the server using the IP address and port number.

The following communication depends on the used protocol.
 
Share this answer
 
Comments
Smanish87 9-Feb-16 7:01am    
Thanks for your ans but i want ans which belongs to asp.net interview.
Jochen Arndt 9-Feb-16 7:28am    
I don't see any relation between asp.net and what is happening when typing something into the URL input field of a browser like Chrome, FF, IE, Konqueror, Opera, Safari.

Maybe you should rephrase your question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900