How browser communicate with web server?

web server communication

Asked on September 28, 2021 in Website.
Add Comment
  • 1 Answer(s)

    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.

    Answered on September 28, 2021.
    Add Comment
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.