Building a Client-Server Model on different computers.
Aim: Write a program to Build Client-Server Model on different computers. Apparatus (Software): Eclipse/ Netbeans Procedure: Following should be studied to understand this practical What a client is and what is a server? • Client - A client is a single-user workstation that provides presentation services and the appropriate computing, connectivity and the database services and the interfaces relevant to the business need. • Server- A server is one or more multi-user processors with share memory providing computing, connectivity and the database services and the interfaces relevant to the business need. Fig: Client Server Model The protocol is the client requests the services from the server; the server processes the request and returns the result to the client. The communication mechanism is a message passing InterProcess communication (IPC) that enables the distributed placement of the client and server processes . The distinguishing charact...