Question: Write a C or JAVA client server program for a simple student database using UDP as the transport protocal. Here are the function: add(ID, Fname,

Write a C or JAVA client server program for a simple student database using UDP as the transport protocal.

Here are the function:

add(ID, Fname, Lname, score): ID is random 6 digit integer

displaly(ID): Sends the ID to the server and returns the students info

display(score): Sends the score to the server and returns all the students info that has that score.

display_all: Displays all the info for all the students

delete(ID): deletes the student entry matching the ID

quit: quit the client program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!