Question: Develop a Java program to simulate a local DNS client and server. The server has a short table made of two columns, domain name and
Develop a Java program to simulate a local DNS client and server. The server
has a short table made of two columns, domain name and IP address. The client
can send two types of requests: normal and reverse. The normal request is a
string in the format N:domain name; the reverse request is in the format R:IP
address The server responds with either the IP address, the domain name, or
the message Not found.
Note: Upload your assignment files, which consist of an executed Java program
with output. Program output must contain student ID name, and time of
execution. Please upload a screenshot of the output.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
