You establish a new Web browser connection to Google. Since a 3-way handshake is required for any TCP connection, the following actions will take place.
– DNS query is sent to the DNS server to resolve www.google.com
– DNS server replies with the IP address for Google?
– SYN packet is sent to Google.
– Google sends back a SYN/ACK packet
– Your computer completes the handshake by sending an ACK
– The connection is established and the transfer of data commences
Which of the following packets represent completion of the 3-way handshake?
A.
4th packet
B.
3rdpacket
C.
6th packet
D.
5th packet