TRANSPORT LAYER
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which two flags in the TCP header are used in a TCP two-way handshake to terminate session between two network devices? (Choose two.)
|
ACK
|
|
FIN
|
|
PSH
|
|
SYN
|
|
URG
|
Explanation:
Detailed explanation-1: -SYN-The synchronization flag is used to establish a three-way handshake between two hosts. Only the first packet from both the sender and receiver should have this flag set.
Detailed explanation-2: -Establishing a connection the traditional way The server receives the packet, creates a TBC (Transmission Control Block) in its memory, and responds with a TCP packet with both the SYN and ACK flags set.
There is 1 question to complete.