|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Hi everybody...
Can somebody give me a brief on how a DNS server (BIND 9) and a Web Server (Apache 2.0) work together... cheers mates... pepetron |
|
#2
|
||||
|
||||
|
They don't work together. They work separately. But here's the steps as they occur:
1) joe types "www.example.com" into Internet Explorer and hits enter 2) Internet Explorer asks windows to resolve "www.example.com" into an IP address 3) windows asks one of your configured caching dns servers (usually given to you by your ISP) to resolve "www.example.com" for it. 4) The caching DNS server asks the root dns servers who hosts "www.example.com". 5) The root dns servers tell the caching dns server the host dns servers for "www.example.com". 6) The caching dns server asks the host dns servers the IP address for "www.example.com". 7) The host dns servers tells the caching dns server the IP address for "www.example.com". 8) The caching dns server tells windows the IP address for "www.example.com" 9) Windows tells Internet Explorer the IP address for "www.example.com" 10) Internet Explorer connects to the webserver IP address for "www.example.com" and tells the webserver that it is connecting to "www.example.com". 11) The webserver (Apache) finds the configured website matching "www.example.com" and returns the appropriate file to Internet Explore for displaying.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > BIND and Apache setting up ... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|