📋
Computer Science Department
📄 Pages: 65 🧠 Words: 12808 📚 Chapters: 5 🗂️️ For: PROJECT
👁️🗨️️️ Views: 412
CHAPTER ONE
1.1 INTRODUCTION
Several network systems are built to communicate with one another and are made available through service-oriented architectures. In this project, we use the client server architecture to develop a secured Client-Server chat application. A chat application is created based on Transmission Control Protocol (TCP) where TCP is connection oriented protocol and in the end, multithreading is used to develop the application.
A client-server chat application consists of a Chat Client and a Chat Server and there exists a two way communication between them. Here, Message Processor is used to interpret message from the user, Message Interpreter is used to extract and pass the received message. Message Maker is used to construct back the message and Client Manager is used to maintain the clients list which the sender and receiver at both sides use to interact with each other.
📄 Pages: 65 🧠 Words: 12808 📚 Chapters: 5 🗂️️ For: PROJECT
👁️🗨️️️ Views: 412