Skip to content

Implemented a Multi threading server client communication using fork, thread, select system call and also used TCP daytime. Visualized performance metrics using Mininet. Implemented a TCP based multi threaded echo server client communication in C programming language.

Notifications You must be signed in to change notification settings

antonio20028/Multithreading-Socket-Communication

 
 

Repository files navigation

Multithreading-Socket-Communication

  • Implemented a Multi threading server client communication using fork, thread, select system call and also used TCP daytime.
  • Visualized performance metrics using Mininet.
  • Implemented a TCP based multi threaded echo server client communication in C programming language.

Echo Server Response

alt tag

Performance metrics using Fork

alt tag

Performance metrics using Thread

alt tag

Successfully Compared performance of Fork and Thread using Mininet.

About

Implemented a Multi threading server client communication using fork, thread, select system call and also used TCP daytime. Visualized performance metrics using Mininet. Implemented a TCP based multi threaded echo server client communication in C programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.2%
  • Makefile 8.8%