Networking TCP Layer Interview Questions and Answers - TCP Layer FAQs

Transmission Control Protocol, TCP - TCP ensures reliable and end to end delivery of segments of information. Segments are acknowledged to the source when received by the destination..........
User Datagram Protocol, UDP - The UDP is a connectionless, unreliable service. UDP messages can be lost and duplicated........
What is TCP windowing concept? - TCP windowing concept is primarily used to avoid congestion in the traffic. It controls the amount of unacknowledged data.......