What are the steps involved in the TCP/IP three-way handshake?

What will be an ideal response?


This process has four steps:
1. Host A sends a SYN packet to Host B, which indicates a sequence number represented here as ISNA. The ACK field contains a zero in this first packet.
2. Host B composes an ACK packet for Host A, which acknowledges A's sequence number by adding one to the sequence number that Host A submitted (ISNA+1). This is called an expectational acknowledgment.
3. Host B adds its SYN data for Host A, which indicates its sequence number ISNB, and sends that information to Host A in the ACK packet composed in Step 2.
4. Host A submits an ACK packet to Host B. The packet includes a sequence number of ISNA+1 (expected by Host B) and an acknowledgment number of ISNB+1, which indicates that Host A received the last packet and now expects a sequence of ISNB+1 from Host B.

Computer Science & Information Technology

You might also like to view...

To find a value that is in an unordered array of 100 items, how many values must linear search examine on average?

A) 7 B) 10 C ) 50 D) 100 E) 101

Computer Science & Information Technology

A ________ is a device that connects multiple devices on a LAN

A) bus B) switch C) router D) repeater

Computer Science & Information Technology

People who are in your ________ network can share files that you have stored in your online Public folder

A) Hotmail B) Live Preview C) My Documents D) Windows Live

Computer Science & Information Technology

The work of Moses Harris influenced which artist?

a. Monet b. Picasso c. Calder d. Seurat

Computer Science & Information Technology