diff --git a/linux_networking/dns/index.html b/linux_networking/dns/index.html index 55737cc..7d3b977 100644 --- a/linux_networking/dns/index.html +++ b/linux_networking/dns/index.html @@ -1059,7 +1059,7 @@
Domain Names are the simple human-readable names for websites. The Internet understands only IP addresses, but since memorizing incoherent numbers is not practical, domain names are used instead. These domain names are translated into IP addresses by the DNS infrastructure. When somebody tries to open www.linkedin.com in the browser, the browser tries to convert www.linkedin.com to an IP Address. This process is called DNS resolution. A simple pseudocode depicting this process looks this
+Domain Names are the simple human-readable names for websites. The Internet understands only IP addresses, but since memorizing incoherent numbers is not practical, domain names are used instead. These domain names are translated into IP addresses by the DNS infrastructure. When somebody tries to open www.linkedin.com in the browser, the browser tries to convert www.linkedin.com to an IP Address. This process is called DNS resolution. A simple pseudocode depicting this process looks this
ip, err = getIPAddress(domainName)
if err:
print(“unknown Host Exception while trying to resolve:%s”.format(domainName))
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index a713639..4dddea8 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ