|
Explain Transmission Control Protocol, TCP.
Answer
TCP ensures reliable and end to end delivery of segments of information.
Segments are acknowledged to the source when received by the destination. Data
is broken up into segments and sequenced properly before transmission. This
arrangement of segments allows destination to trace lost data in transmission.
Explain User Datagram Protocol, UDP.
Answer
The UDP is a connectionless, unreliable service. UDP messages can be lost and
duplicated.
What is TCP windowing concept?
Answer
TCP windowing concept is primarily used to avoid congestion in the traffic. It
controls the amount of unacknowledged data a sender can send before it gets an
acknowledgement back from the receiver that it has received it.
-
What is TCP?
-
What is UDP?
-
Explain the TCP windowing concept.
|