Networking-Forums.com

Education => Homework Help => Topic started by: networkloser on June 28, 2025, 08:57:53 AM

Title: What is wnd to end principle in system design?
Post by: networkloser on June 28, 2025, 08:57:53 AM
The kurose ross book says udp provides error detection is an example of end to end principle in system design. I want to further research humanly on this. Pls 🙏 guide
Title: Re: What is wnd to end principle in system design?
Post by: deanwebb on June 29, 2025, 12:56:32 PM
End to end means being able to track things in a system. In the case of TCP communications, it's confirmation messages. For UDP, as it does not have confirmation messages, then being able to detect breaks in the communication path will enable an administrator to determine if messages are being delivered or not.
Title: Re: What is wnd to end principle in system design?
Post by: networkloser on June 30, 2025, 02:59:19 AM
Thanks 🙏