Chapter 3 - IP Addressing Flashcards
IPv4
Each host needs a subnet mask
Subnet distinguishes the network identifier from the host identifier.
CIDR
Classless Inter Domain Routing
Indicates how many once in an address
11111111.11111111.00000000.00000000
/16
Classless IPv4
Easily distributes addresses.
Is a network that uses subnetting.
Submitting breaks network into smaller units.
Class is defined by the number in the first Octet and default subnet mask.
The more bits used to identify hosts the larger a network can be.
Class A Default Subnet Mask
- 0.0.0
- 00000000.00000000.0000000
1st 8bits identify the network
24bits identify the host
Large networks
Class B Default Subnet Mask
- 255.0.0
- 11111111.00000000.00000000
16bits for the networks
16bits for the host
Medium sized networks
Class C Default Subnet Mask
- 255.255.0
- 11111111.11111111.00000000
24bits for network
8bits for host
Small networks
Supernetting
Condense multiple subnets into a larger network.
Increases the number of host addresses to make the network larger