Multiple choice

Which of the following operations is performed first in the HTTP transaction?

  1. The connection is repaired.

  2. The browser sends a request to the server.

  3. The server sends a response to the browser.

  4. The browser opens a connection.

  5. The connection is closed.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is the first operation in the HTTP transaction as before sending or receiving signals from web server, the connection has to be established.