Simulated a query system for books in a number of libraries. Made communication between the users, the libraries and the central database over TCP and UDP sockets in a network with client-server ...
Created UDP and TCP sockets and initiated data transfer using C programming language. Updated the database with book titles, queried by the user and acquired the description of the Respective books ...