Multiple choice

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

  1. The browser sends a request to the server.

  2. The server sends a response to the browser.

  3. The browser opens a connection.

  4. The connection is closed.

  5. The connection is repaired.

Reveal answer Fill a bubble to check yourself
C 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.