Skip to content

sushikth05/Modern_Networking_Concepts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSE589 Modern Networking Concepts Course Projects

All code write in C, file path: cse489589_assignment*/src/

Assignment_1: Chatting Application. Applied TCP/IP protocol and socket programming. Up to 5 machines connected, one acts as server, the others act as users.

Assignment_2: Implemented basic functionality and logic of three reliable data trasport protocols: Alternating Bit(ABT), GoBackN(GBN), and SelectiveRepeat(SR). Compare performance and expected behavior as in the report.

Assignment_3: Implemented Distance Vector Routing algorithm. Applied both UDP and TCP protocol, socket programming, network encoding, etc.. Build routing table among 5 machines with UDP, keep updating in case of failure or route weight changes, also implemented file transfer utility via TCP connections.

About

CSE589 Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.1%
  • Other 0.9%