C Program to reverse strings received from 5 clients and C programs, one for TCP server (handles requests for multiple users) and other 5 programs for 5 clients to build a railway ticket reservation system using a server-client model.

Job ID: 36389473

Budget: ₹600 – ₹1,500 INR

task1- Build connection-oriented (TCP) client server model. Create 5 clients and every client sends its
string to the server and the server reverses the string received from the clients and sends its
corresponding reversed string back to every client.
task2 - C programs, one for TCP server (handles requests for multiple users) and other 5
programs for 5 clients to build a railway ticket reservation system using a server-client model.
Your server program will be a multi-process server (e.g. server will use a “fork” process for every
new client it receives or you may use some other methods). Multiple clients should be able to
simultaneously chat with the server and the connection should be persistent. You may use
multithreading using pthread or fork() system call to implement the server.