UCI Computer Network The TCP/IP Model Project
Description
You will write a program that sends a datagram packet to a UDP server and you will display the server’s reply on the screen (you can look at the class slides or online resources for ideas, but your code must be your own work).
You have a choice of C/C++, Java or Python, but must use the language’s socket API to create packets and use the connection. Since you are using UDP packets, you should use socket(AF_INET, SOCK_DGRAM, 0) in C/C++, or DatagramSocket() in Java or socket.socket(socket.AF_INET, socket.SOCK_DGRAM) in Python.
The UDP packet you send will contain only your email address as a text string, and should NOT contain your password or any other data. The UDP server will reply with a UDP packet that contains a message to acknowledge that your packet was received. You will receive that packet and display the reply on the screen.
The UDP server is at IP address 34.74.19.25 and uses port 30315
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."