0
0
Intro to Computingfundamentals~20 mins

IP addresses and domain names in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
IP Address and Domain Name Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding IP Address Classes

Which of the following IP addresses belongs to a Class B network?

A224.0.0.1
B10.0.0.1
C192.168.1.1
D172.16.0.1
Attempts:
2 left
💡 Hint

Recall that Class B IP addresses have their first octet between 128 and 191.

trace
intermediate
2:00remaining
Domain Name Resolution Process

Consider the following simplified steps of resolving a domain name to an IP address. Which step happens third?

  1. User types a domain name in the browser.
  2. Browser checks local cache for IP address.
  3. Request sent to recursive DNS server.
  4. Recursive server queries root DNS server.
ABrowser checks local cache for IP address.
BRequest sent to recursive DNS server.
CUser types a domain name in the browser.
DRecursive server queries root DNS server.
Attempts:
2 left
💡 Hint

Think about the order from user action to external queries.

Comparison
advanced
2:00remaining
Comparing IPv4 and IPv6 Addresses

Which statement correctly compares IPv4 and IPv6 addresses?

AIPv4 addresses are 128 bits long; IPv6 addresses are 32 bits long.
BIPv4 addresses use hexadecimal notation; IPv6 addresses use decimal notation.
CIPv4 addresses are written in four decimal numbers separated by dots; IPv6 addresses use eight groups of hexadecimal numbers separated by colons.
DIPv4 addresses support more unique addresses than IPv6.
Attempts:
2 left
💡 Hint

Recall the length and notation style of each IP version.

identification
advanced
2:00remaining
Identifying Valid Domain Names

Which of the following is a valid domain name according to standard rules?

Aexample.com
B-example.com
Cexample_site.com
Dexample..com
Attempts:
2 left
💡 Hint

Domain names cannot start with a hyphen or have consecutive dots.

🚀 Application
expert
2:00remaining
Calculating Number of Hosts in a Subnet

You have an IPv4 subnet with the mask 255.255.255.240. How many usable host IP addresses are available in this subnet?

A14
B16
C30
D32
Attempts:
2 left
💡 Hint

Count the number of bits available for hosts and subtract network and broadcast addresses.