Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Implement this using Java Socket Programming (Exercise 1 and Exercise 2 should be implemented in the same program) Exercise 1 Write a server application which

Implement this using Java Socket Programming (Exercise 1 and Exercise 2 should be implemented in the same program)

Exercise 1

Write a server application which manages an online phone book. The phone book is stored as a text file in the following form:

Name1: Phone No. 1

Name 2: Phone No. 2

..

The server will accept connections from the clients; each client sends the name of a person to the server, the server searches for that persons phone number in the file and returns it to the server. For more information about processing strings in Java please refer to [1].

Exercise 2

Based on the client and server modules developed in exercise 1 develop a simple query protocol that allows a client to operate on the online phone book via the phone book server. The operations should include: insert a new phone number for a specified person, delete a phone number and change a persons phone number. Listing one persons phone numbers may also be an option.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Refactoring Databases Evolutionary Database Design

Authors: Scott Ambler, Pramod Sadalage

1st Edition

0321774515, 978-0321774514

More Books

Students also viewed these Databases questions

Question

what information privacy principles have been breached,

Answered: 1 week ago

Question

What attracts you about this role?

Answered: 1 week ago

Question

How many states in India?

Answered: 1 week ago

Question

HOW IS MARKETING CHANGING WITH ARTIFITIAL INTELIGENCE

Answered: 1 week ago

Question

Different types of Grading?

Answered: 1 week ago