02-06-2018 07:43 AM - edited 03-10-2019 01:14 PM
UDP can transmit data at a rate higher than the path capacity. is this statement true ?
Solved! Go to Solution.
02-07-2018 08:15 AM
02-07-2018 07:16 AM
No. No protocol will allow you to exceed the capacity of the data path. However, UDP can allow for more efficient use of the path than TCP does. UDP, unlike TCP, has no generic built-in session maintenance and window management mechanism. This allows the application to define its own mechanisms that may be more efficient. Good examples of this would be QUIC or DTLS.
02-07-2018 08:15 AM
08-30-2018 12:40 AM
This is an ICND Question and i think the answer is: YES
See RFC5405:
On many platforms, applications can send UDP datagrams at the line rate of the link
interface, which isoften much greater than the available path capacity, and doing so
contributes to congestion along the path.
08-30-2018 05:54 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide