ClientServerModel
A simple client-server model which are able to communicate using TCP and UDP sockets programmed in Python where the client
sends two integers to the server then the server performs an addition operation on them and returns the results to the client,
also the server was able to handle concurrent connections from multiple clients using threads.
1-Run server.py first
2- intilliaze the Host IP in Tcpclient.py & Udpclient.py to the server IP either local host or another computer (LAN network)
3-Run either tcp or udp