We are designing a Mutliple Client-Server Model for The Server is supposed to :
- Transfer the configuration file (size of 2000Kb) to client
- Send the UDP/TCP port information for further communication
- Receive the statistical data back from the client every 2 second
We are planning for using UDP (mainly due to speed).
I am looking forward for some design options using UDP and suggestions related how to go about with the implementation.