Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose that each line in a text file Tawjihi.txt , has the student ID , first name, middle name, last name and Tawjihi grade
Suppose that each line in a text file "Tawjihi.txt has the student ID first name, middle
name, last name and Tawjihi grade separated by In addition, suppose that a TCP
server
tawjihi.aaup.edu" listens on port and that it expects to receive from clients
lines that contains student ID and first name separated by a space. The server should
reply student full name and hisher grade or "Not found" if it doesn't find a match.
Implement the TCP server and the TCP client. The TCP client should prompt the user
to input student ID and student first name and print the search results on the screen.
Important NOTE:
In your code, utilize the techniques and classes covered in the course. Using any
other methods will result in a zero for this question.
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