What is the first octet range and default subnet mask for Class A IP addresses?
First Octet Range: 1–127 Default Subnet Mask: 255.0.0.0 (/8)
What is the first octet range and default subnet mask for Class B IP addresses?
First Octet Range: 128–191 Default Subnet Mask: 255.255.0.0 (/16)
What is the first octet range and default subnet mask for Class C IP addresses?
First Octet Range: 192–223 Default Subnet Mask: 255.255.255.0 (/24)
What is the first octet range and default subnet mask for Class D? and what is its main purpose?
First Octet Range: 224–239 Default Subnet Mask: None Purpose: Multicast routing
What is the first octet range and default subnet mask for Class E? and what is its main purpose?
First Octet Range: 240–255 Default Subnet Mask: None Purpose: Research and development
What is a classless subnet mask, and how does it differ from the default subnet masks used in IP address classes?
A classless subnet mask uses any subnet mask that does not match the default for Class A, B, or C (/8, /16, or /24)
Who manages public IPv4 addresses globally?
The Internet Corporation for Assigned Names and Numbers (ICANN)
Who manages public IPv4 addresses regionally?
Regional Internet Registries (RIRs) such as ARIN, RIPE NCC, APNIC, LACNIC, and AFRINIC
What does a private IPv4 address allow devices to do?
Communicate within the same local network without using a public IP
What is Network Address Translation (NAT) used for?
It translates private IPs to public IPs and vice versa, enabling communication between local and public networks
What does RFC 1918 define?
The private IP address ranges for Class A, B, and C networks
What is the private IP range for Class A?
10.0.0.0 – 10.255.255.255
What is the private IP range for Class B?
172.16.0.0 – 172.31.255.255
What is the private IP range for Class C?
192.168.0.0 – 192.168.255.255
What is the specialized IP address assigned to the loopback interface? What is the loopback address used for?
127.0.0.1 (127 range) Used for internal testing and troubleshooting on the local host.
What is the IP address range used by APIPA?
169.254.0.0 – 169.254.255.255 (169.254.x.x)
What are the 4 key components of a fully configured network client?
IP address, Subnet mask, Default gateway, DNS server or WINS serve
What does WINS (Windows Internet Name Service) do?
Identifies NetBIOS systems on a TCP/IP network, converts NetBIOS names to IP addresses, functions like DNS in Windows domains.
What is BOOTP and what was its original purpose?
A legacy protocol that dynamically assigns IPs and allows a workstation to load a boot image over the network.
What is ZeroConf and what features does it provide?
How many bits are in an IPv6 address?
128 bits
What are three ways to simplify an IPv6 address?
Remove leading zeros in each segment
replace consecutive zero-only segments with a double colon (::) — only once per address
condense four consecutive zeros into a single zero.
What is anycast, and how does it support load balancing and failover?
Anycast assigns the same IP address to multiple servers; traffic is routed to the nearest or best-performing server, enabling automatic load balancing and failover.
What are the two types of IPv6 unicast addresses and what do they start with?
Global Unicast: Routable on the internet, starts with 2000–3999
Link-Local: LAN-only, starts with FE80