How to Create Subnets Flashcards
How are sub-networks created?
Bits from the host portion of the IP address are used to define the subnet address.
2^4
16
2^5
32
2^6
64
2^7
128
2^8
256
What does a subnet mask accomplish?
A subnet mask is a 32-bit value that allows the recipient of IP packets to distinguish the network ID portion of the IP address from the host ID portion of the IP address. Every machine on the network must know which part of the host address will be used as the subnet address.
What are the 3 ways that a subnet mask is represented?
Binary, decimal and CIDR (Classless Inter-Domain Routing)
What do the 1s in the binary representation of the subnet mask mean?
The 1s in the subnet mask represent the positions that refer to the network or subnet addresses.
What does a default subnet mask mean?
That the network has no subnets.
List the default subnet masks for classes A, B, and C
A network.host.host.host 255.0.0.0
B network.network.host.host 255.255.0.0
C network.network.network.host 255.255.255.0
Do default subnet masks change?
No