Describe an IPv4 Network Address and Subnet Flashcards
How many bits are in an IPv4 address?
32 bits
What are the two main parts of an IPv4 address?
The network portion, and the host portion.
What is the purpose of a subnet mask?
To divide the IP address into two portions - the network portion, and the host portion.
How does a subnet mask determine the network and host portions of an IP address?
It uses binary ones (1s) to represent the network portion, and binary zeros (0s) to represent the host portion.
What is the default subnet mask for a Class A IP address?
255.0.0.0
What is the default subnet mask for a Class B IP address?
255.255.0.0
What is the default subnet mask for a Class C IP address?
255.255.255.0
What does CIDR stand for and how does it relate to subnetting?
CIDR stands for Classless Inter-Domain Routing. It allows for more flexible subnetting by using a suffix to indicate the number of bits used for the network portion, such as /24.
How many usable hosts, and what is the subnet mask, for a /25 subnet?
126 hosts
255.255.255.128
How many usable hosts, and what is the subnet mask, for a /26 subnet?
62 hosts
255.255.255.192
How many usable hosts, and what is the subnet mask, for a /27 subnet?
30 hosts
255.255.255.224
How many usable hosts, and what is the subnet mask, for a /28 subnet?
14 hosts
255.255.255.240
How many usable hosts, and what is the subnet mask, for a /29 subnet?
6 hosts
255.255.255.248
How many usable hosts, and what is the subnet mask, for a /30 subnet?
2 hosts
255.255.255.252
What are the RFC1918 address ranges?
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16