Skip to content
/ IT Public

Some pythons programs implmenting internet technology concepts

Notifications You must be signed in to change notification settings

rem1776/IT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

simpleDNS

Uses a root and top level server programs (rs.py and ts.py) each with their own DNS table stored in text files and implemented through a dictionary. The client can then connect to these servers in order to resolve it's own list of hostnames with their appropriate IP addresses, and then stores the results in RESOLVED.txt.

loadBalancingDNS

Uses a load balancing DNS server which then connects to two other DNS servers in order to resolve IP's

About

Some pythons programs implmenting internet technology concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages