answersLogoWhite

0

First process is a DNS request to resolve name to layer 3 address. When DNS server responds and IP address is known, computer starts TCP 3 way handshake (establishing connection with a Server where requested page is stored). When communication is established ACK flag is set. Next step is HTTP request from client and HTTP respond from server which contents a web page in it (GET and OK). Then comes session termination-2 way handshake (FIN and ACK) from server first and client after.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is a single request from a browser to a server called?

A Hit


What is single request from a browser to a server called?

A Hit


What is request information from a web server?

An application or browser


Is javascript has facilities for communicating between web browser and http server?

Yes JavaScript can communicate with HTTP Server. It can hit Ajax request to request content from server.


What is response in web applications?

Response is the HTTP stream sent from the Web server to the browser. Request is the HTTP stream sent from the browser to the Web server.


What is Request-response paradigm?

request response paradigm is somthiing which define how request and response work in the web application or in real world. First when the user open browser and hit any URL, request object is created. This request object then send to the server. server finds the appropriate resources for that request and executes the logic (if any) ans send back response to the browser. Browser interprets the response and display result


What did Pedro flores?

Bad RequestYour browser sent a request that this server could not understand.newdiv


What is the definition of a personal trainer?

Bad RequestYour browser sent a request that this server could not understand.newdiv


Where can you get a webkinz animal in Chicago?

Bad RequestYour browser sent a request that this server could not understand.newdiv


What did Pedro Flores invent?

Bad RequestYour browser sent a request that this server could not understand.newdiv


What makes your neck stiff?

Bad RequestYour browser sent a request that this server could not understand.newdiv


What is Client Server mechanism?

Client side (web browser) where user types his/her query and web browser sends request to server side (multiple data provider) reads the query and in response provides respective data to the client in HTML format. its a repetitive cycle called request and response between client and server.