From a browser when a request gets made the first point it hits is the DNS server where the name is resolved and the IP address is retrieved. Once this is done then IP address resolution mechanism is used to track down the server which is hosting the application.
The protocol being used is HTTP which has different parts like header, request method names (GET Vs POST) etc.
For details : Click here

|



