/UDP_packetDropping

An assignment for my networking class the Server file was provided to us, Server file was only modified slightly to work with my Client program.

Primary LanguageJava

UDP_packetDropping

This project was an assignment for a networking class.
The Server file was provided to us.
Server file was only modified slightly to work with my Client program.
Ping is used to test reachability to a host on a network and works by sending a packet and waiting for a reply.

For this project we were asked to create a Client for our PingServer program.
The program sends 10 ping messages to the target and we were to determine and print RTT if the ping message was returned.
The client should wait for one second for a reply and print out a message if the packet was lost.
We were also asked to capitalize the message sent by the client and send it back

Project Description is similar to this lab from UC Santa Barbara.