1-12 INTRODUCTION TO SUBNETTING Flashcards
What is subnetting?
The process of dividing a larger network into subnetworks or subnets for more efficient utilization of IP addresses and to isolate broadcast domains in a network.
What is a Class C private IP address’s default subnet mask?
24 bits or 255.255.255.0
Given the IP address 192.168.0.10 and subnet mask 255.255.255.0, what is the Network ID?
192.168.0.0
Given the IP address 192.168.0.10, what is the Node ID?
.10
What cannot the node portion of an IP address be all binary O’s?
It is reserved for the Network ID.
What cannot the node portion of an IP address be all binary 1’s?
It is reserved for the network’s broadcast address.
How can we divide the network 192.168.0.0/24 into smaller subnets?
By turning any of the bits in the last octet into network bits.
What is the result of adding 1 bit to the node portion?
2 networks and 126 nodes.
What is the result of adding 2 bits to the node portion?
4 networks and 62 nodes.
What is the result of adding 3 bits to the node portion?
8 networks and 30 nodes.
What is the result of adding 4 bits to the node portion?
16 networks and 14 nodes.
What is the result of adding 5 bits to the node portion?
32 networks and 6 nodes.
What is the result of adding 6 bits to the node portion?
64 networks and 2 nodes.