Each file with a unique number is meant to be run independently.
-
The distance vector code (link) is my implementation of the distance vector algorithm in computer networks
-
Network traceroute (link) This code is an implementation of traceroute for use in linux since it usees raw sockets, which is not possible for MacOS or Windows
-
Ping application (client code, server code) Both the ping application client and ping application server are meant to be run at the same time in a terminal. The server should be running first and then the client code should run.