Computer Science, asked by TheWarrior5375, 1 year ago

When a browser connects to a web server to retrieve a document, what command is sent to the server?

Answers

Answered by Spartan117Himanshu
20
the data is sent in form of bits via ur IP address
Answered by Chirpy
11

When a browser connects to a web server to retrieve a document a Web page request is sent to the server.


HTTP or Hypertext Transfer Protocol is an asymmetric request-response client-server protocol. When a person issues a URL from the browser to get a web resource using HTTP the browser turns the URL into a request message and sends it to the HTTP server. The server interprets the request message and returns an appropriate response message. The response message is either the resource a person requested or an error message.

Similar questions