Skip to content

nikhilesh-payyavuala/DNSImplementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNSImplementation

Implementing a DNS server using Java RMI. Created two servers for different domains. One is an iterative approach while the other is a recursive approach.

Start Java RMI registry

$rmiregistry &

Running Servers :

$Java Server R Layer1.txt 1 8888 $Java Server R Layert.txt 2 8888

Running Client :

$java Client Server1_ip port input_file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages