Skip to content

UDP client program that sends data to a server on a specified port. The server echoes back the duplicated contents. For the request and response, the checksum is calculated which is verified and displayed by taking a tcpdump. Subsequently, a second request is made by appending 6 characters to the original data. By ensuring the checksum remains t…

Notifications You must be signed in to change notification settings

sanjanaramprasad/Computer-Networks--UDP-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Computer-Networks--UDP-

UDP client program that sends data to a server on a specified port. The server echoes back the duplicated contents. For the request and response, the checksum is calculated which is verified and displayed by taking a tcpdump. Subsequently, a second request is made by appending 6 characters to the original data. By ensuring the checksum remains the same and that the first four characters matches the original input, the two remaining characters are computed.

About

UDP client program that sends data to a server on a specified port. The server echoes back the duplicated contents. For the request and response, the checksum is calculated which is verified and displayed by taking a tcpdump. Subsequently, a second request is made by appending 6 characters to the original data. By ensuring the checksum remains t…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages