Answer the following in your own words.
1.So as to ensure that both the parket and its ACK is received before being discarded. In a situation where the packet is received and ACK is not received.It may lead to duplicate packets.
2.It results to increased latency which causes a delay in the application that requires a fast network response.
3(a) When using an idle established connection, a node might send up empty packets at regular intervals to ensure that the connection is still valid. if it is, the other node will response with an acknowledgment.
(b)A TCP packet with an RST bit is sent without data when their is a problem with the established connection.
5.FIN-WAIT-1, refers to where the first step of an active close four-way handshake was performed. A connection termination request has been received by the remote end-point from the local end-point. FIN-WAIT-2 means that, the remote end-point has sent an ACK for the previously already sent connection termination req. The local end-point waits for an active connection termination request from the remotefar end-point. FIN_WAIT_2, TIME_WAIT and CLOSE_WAIT are generally used. They are all related to the connection
6.FIN_WAIT_2 occurs when the server has an active connection with a client and wants to shut down the TCP connection
Comments
Leave a comment