| re: Tutorials on DHCP, DNS & Active Directory, all in one
Hi,
though this answer comes a year after your question, ihope i may still help you out
first what is a dhcp,
dhcp or dynamic host configuration protocol, it gives an automatic IP address to all computers, when the computer disconnects to the network, then he will have another ip address the next time he logs in courtesy of DHCP
now, going to DNS
what dns does is to translate ip address into words, or sites that are easy for us humans to memorize
Active Directory,
active directory is a huge collection of services tied into 1 service, its primary concern is to create, manage users on the whole domain, but for some case you can add up roles- such as file server, print server, web server, applciation server and so on so forth,
these three are interconnected logically, because, each one of them plays an important or vital role in a domain, except for DHCP, whereas you can use a static ip address instead,
static ipaddress gives a user defined ip address that will not be changed even if you turn your computer off, not unless a priviledge user changes your ip
|