Reading Quiz ‐ 2.1.1‐2.1.4 ‐ DNS - Isaiah-River/NET-330-01-Network-Design GitHub Wiki

Navigation

Overview

In this assignment, I took a quiz based on chapter 2, sections 2.1.1-2.1.4 of Introduction to Computer Networks and Cybersecurity, which covers the topic of DNS.

Objectives

  • Determining the DNS server hierarchy
  • Types of DNS queries
  • What is the purpose of memory caching

Completing the assignment

Question 01 - Have you completed the reading?

The prompt:

I completed the Reading [True or False]

My answer:

True

Question 02 - DNS server hierarchy

The prompt:

Match the order of the DNS server hierarchy from highest to lowest

My answer:

Highest: Root Servers

Middle: Top Level Domain (TLD) Servers

Lowest: Authoritative DNS Server

Question 03 - Types of DNS queries

The prompt:

What are the 2 types of DNS Queries

My answer:

Iterative & Recursive

Question 04 - Memory Caching

The prompt:

My answer:

Once a DNS server resolves a hostname to an address, it would be very inefficient to repeat all the same steps again to retrieve the same information. In order to shortcut this process and prevent this repetition, once a DNS server learns a mapping it caches it in its local memory.

Submission

My submission can be viewed here.

Static Badge

⚠️ **GitHub.com Fallback** ⚠️