You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of Distance vector routing protocol. In this project, we used two classes DVRServer and DVRClient using Java. DVRServer will take care of reading the given directory path to calculate the number of files present in it and to accept the UDP port numbers for each file. DVRClient will take care of creating the routers for each fi…