hello ppl

i want help regarding distributed computing.

the problem is :

i have to create a client server network. multiple clients multiple servers.
client will ask for different files and the servers will find that file and should give it back to the client.

i have to divide a txt file into different packets and keep it on different servers.

the help i need is :

how to create tcp packets of txt files? so that i can keep them at different servers..


I HAVE TO DESIGN IT IN C++ ..

PLEASE HELP ASAP..