Describe a connection-oriented session, using a Web browser and Web server as the example.

What will be an ideal response?


A user actually initiates a browsing session by opening a browser and pointing it at a site. The client sends a single SYN packet to the Web server. On receiving the packet, the server sends a single SYN, ACK to acknowledge the beginning of the session. The client responds with a single ACK packet, and requests a Web page. The server completes sending the Web page, sends an FIN packet, and the Client responds with an RST, ACK, which ends the session.

Computer Science & Information Technology

You might also like to view...

In class diagrams, a ____ sign precedes the items that are private.

A. plus B. semicolon C. colon D. minus

Computer Science & Information Technology

Applying a postfix or prefix ++ operator to a variable of type bool sets the Boolean value to ____.

a. false b. true c. yes d. correct

Computer Science & Information Technology

Using the _________ cipher you select multiple numbers by which to shift letters

a. DC4 b. Caesar c. Multi-alphabet substitution d. ASCII

Computer Science & Information Technology

In addition to environmental issues, what issues are the investigator's primary concerns when working at the scene to gather information about an incident or a crime?

a. Legal b. Safety c. Corporate d. Interpersonal

Computer Science & Information Technology