Middle
What are the features of TCP protocols?
sobes.tech AI
Answer from AI
- Reliability: Ensures data delivery using acknowledgments (ACK) and retransmission of lost segments.
- Order: Ensures data is delivered in the same order it was sent.
- Flow Control: Regulates the data transmission rate so that the receiver can process it.
- Congestion Control: Helps prevent network congestion by dynamically adjusting the data transmission rate.
- Connection: Establishes a connection before data transfer begins (three-way handshake).
- Full Duplex: Allows simultaneous sending and receiving of data.