0
0
Intro to Computingfundamentals~20 mins

DNS translates names to addresses in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
DNS Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
How DNS Resolves a Website Name
Imagine you want to visit a website by typing its name in your browser. Which step correctly describes how DNS helps your computer find the website's address?
ADNS creates a new website name for your computer to use.
BDNS stores the website's content and sends it directly to your browser.
CDNS blocks unknown website names to protect your computer.
DDNS converts the website name into an IP address so your computer can connect to the right server.
Attempts:
2 left
💡 Hint
Think about what your computer needs to connect to a website: a number called an IP address.
trace
intermediate
2:30remaining
Trace the DNS Lookup Process
Follow the steps below and choose the correct order in which DNS resolves a website name to an IP address.
A1,2,4,3,5,6
B1,3,2,4,5,6
C1,2,3,4,5,6
D1,2,3,5,4,6
Attempts:
2 left
💡 Hint
Think about the hierarchy from local to root to TLD to authoritative servers.
identification
advanced
1:30remaining
Identify the DNS Record Type
Which DNS record type is responsible for translating a domain name like example.com into an IPv4 address?
ACNAME record
BA record
CMX record
DTXT record
Attempts:
2 left
💡 Hint
Think about the record that holds the IP address for a domain.
Comparison
advanced
2:00remaining
Compare DNS and Hosts File
Which statement correctly compares DNS and the hosts file on a computer?
ADNS is a global system for name resolution; hosts file is a local file that can override DNS.
BDNS stores website content; hosts file stores IP addresses globally.
CHosts file is used only for email; DNS is used only for websites.
DDNS and hosts file both store IP addresses but hosts file is faster because it is online.
Attempts:
2 left
💡 Hint
Think about where each system works: local computer vs internet-wide.
🚀 Application
expert
3:00remaining
Diagnose a DNS Resolution Problem
You type a website name in your browser but get an error saying the site cannot be reached. You run a command to check DNS resolution and get no IP address returned. Which of the following is the most likely cause?
AThe DNS server is down or unreachable.
BThe website's server is turned off.
CYour browser cache is full.
DYour computer's screen resolution is too low.
Attempts:
2 left
💡 Hint
If DNS lookup fails, the problem is usually with the DNS server or network.