From 55372b280f7a58702621a4a53eeaea40761f901e Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Sat, 13 Aug 2022 17:24:54 +0530 Subject: [PATCH] Add DNS congtent --- .../content/103-networking-protocols/101-dns.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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