Saved Bookmarks
| 1. |
In Three-Way Handshaking process, the situation where both the TCP’s issue an active open is ___________(a) Mutual open(b) Mutual Close(c) Simultaneous open(d) Simultaneous close |
|
Answer» Correct choice is (c) Simultaneous open The best I can explain: In simultaneous open situation, two nodes send an SYN signal to each other and start a TCP connection. Here, both TCP nodes transmit a SYNC+ACK segment to each other and a connection is established between them. This doesn’t happen usually, because both sides have to know which port on the other side to send to. |
|