Introduction to the UDP Echo Program

 

The UDP Echo program originally comes from the Donahoo "Sockets Programming in C".  The program (UDPEcho) is located in git in the code directory.  Note that there also is a similar program that uses TCP (TCPEcho).  The UDPEcho code is here:  https://people.cs.clemson.edu/~jmarty/courses/CPSC6240-Student/code/UDPEcho/


 

Conceptual:


UDPEcho client .------ R1 ------R2 ------- Host ---- UDPEcho server

 

 

Implementation and use of buffers. :

 

last updated: 3/13/2019