Question: Design a simple UDP-based protocol for retrieving files from a server. No authentication is to be provided. Stop-and-wait transmission of the data may be used.
Design a simple UDP-based protocol for retrieving files from a server. No authentication is to be provided. Stop-and-wait transmission of the data may be used. Your protocol should address the following issues:
(a) Duplication of the first packet should not duplicate the “connection.”
(b) Loss of the final ACK should not necessarily leave the server in doubt as to whether the transfer succeeded.
(c) A late-arriving packet from a past connection should not be interpretable as part of a current connection.
Step by Step Solution
3.49 Rating (159 Votes )
There are 3 Steps involved in it
UDP or User Datagram Protocol is a simple transportlayer protocol Unlike TCP UDP is connectionless does not guarantee delivery and does not use acknowledgements This makes server design using UDP diff... View full answer
Get step-by-step solutions from verified subject matter experts
