September 2010
M T W T F S S
« Apr    
 12345
6789101112
13141516171819
20212223242526
27282930  

How Applications Resolve domain name(How DNS works)?

DNS on Linux is not so difficult as I thought before. When an program, such as wget, ping, met an domain name, it will query the DNS server to retrieve the IP for this host, and then use this IP to setup the network communication. All these staff have been done in the library. So, [...]