Question
Design, implement, and test a network application that maintains an on-line phone book. The data model for the phone book is saved in a file
Design, implement, and test a network application that maintains an on-line phone book. The data model for the phone book is saved in a file on the servers computer. Clients should be able to look up a persons phone number or add a name and number to the phone book. The server should handle multiple clients without delays. Unlike the doctor program (Case Study), there should be just one phone book that all clients share. The server creates this object at start-up and passes it to the client handlers. Enclosed are python code that you might need to perform this project. Deliverables: Must submit your python code for Client, server , multi-handler and phone-book code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started