Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
client_server Directory Reference

Files

file  client.c
 Client side implementation of Server-Client system.
 
file  remote_command_exec_udp_client.c
 Client-side implementation of [Remote Command Execution Using UDP](https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/)
 
file  remote_command_exec_udp_server.c
 Server-side implementation of [Remote Command Execution Using UDP](https://www.imperva.com/learn/ddos/udp-user-datagram-protocol/)
 
file  server.c
 Server side implementation of Server-Client system.
 
file  tcp_full_duplex_client.c
 Client-side implementation of TCP Full Duplex Communication
 
file  tcp_full_duplex_server.c
 Server-side implementation of TCP Full Duplex Communication
 
file  tcp_half_duplex_client.c
 Client-side implementation of TCP Half Duplex Communication
 
file  tcp_half_duplex_server.c
 Server-side implementation of TCP Half Duplex Communication
 
file  udp_client.c
 Client side implementation of UDP client-server model.
 
file  udp_server.c
 Server side implementation of UDP client-server model.