diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/101-dns.md b/content/roadmaps/102-devops/content/103-networking-protocols/101-dns.md index d61cccd5d..eb7580d7a 100644 --- a/content/roadmaps/102-devops/content/103-networking-protocols/101-dns.md +++ b/content/roadmaps/102-devops/content/103-networking-protocols/101-dns.md @@ -1 +1,8 @@ -# Dns \ No newline at end of file +# DNS + +DNS (**D**omain **N**ame **S**ystem) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources. + +Free Content +What is DNS? +DNS and How does it Work? +DNS Records \ No newline at end of file