#
A program coded in C++ language
using socket programming to illustrate complete network of Chatting
or Getting Ip Addresses
on internet using DNS and Proxy-DNS Servers
. Full description of the project can be viewed Here.
-
Use following commands
In Order
toCompile and Run ProxyDNS Server
:g++ proxyDNS.cpp
./a.out
-
Use following commands
In Order
toCompile and Run DNS Server
:g++ DNS.cpp
./a.out
-
Use following commands
In Order
toCompile and Run server-dns
:g++ -pthread server-dns.cpp
./a.out
-
Use following commands
In Order
toCompile and Run First Server
:g++ -pthread server.cpp
./a.out
-
Use following commands
In Order
toCompile and Run Second Server
:g++ -pthread server.cpp
./a.out
-
Use following commands
In Order
toCompile and Run Clients
:g++ client.cpp
./a.out
-
You can change IPs in the file named as
IPs.txt