Question: Using python, write a client and server to implement the echo protocol. You can have the server listen to any port and does not need
Using python, write a client and server to implement the echo protocol. You can have the server listen to any port and does not need to follow RFC by using port 7. The server MUST: - Reply to echo requests - Use UDP - Print a message every time a request is received showing the local date AND time The client MUST: - Take as input the IP and port number of the echo server - Send 5 consecutive echo requests - Display the round trip time for each request/reply pair - Display the average RTT Deliverables: - Upload the source code of your client and server to GitHub - Upload to GitHub a screenshot of the outputs of the client and server
Any code used from other sources needs to be very clearly labeled as a comment in the code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
