subnetting Flashcards
IP address
A dotted decimal number that is
unique to the network.
192.168.1.150
Subnet mask
A dotted decimal number that
identifies the host and network
portions of the IP address.
255.255.255.0
Default gateway
The dotted decimal number that corresponds to the network device that connects the hosts on the current network to another network. 192.168.1.1
Bit A bit is one binary digit, either a 1 or a 0.
Byte A byte is 7 or 8 bits, depending on whether parity is used. For the rest of this chapter, always
assume a byte is 8 bits.
Octet An octet, made up of 8 bits, is just an ordinary 8-bit binary number. In this chapter, the terms
byte and octet are completely interchangeable, and they are typically displayed in decimal up to 255.
Octet An octet, made up of 8 bits, is just an ordinary 8-bit binary number. In this chapter, the terms
byte and octet are completely interchangeable, and they are typically displayed in decimal up to 255.
Reserved as private IP addresses:
Class A: 10.0.0.0 to 10.255.255.255
Class B: 172.16.0.0 to 172.31.255.255
Class C: 192.168.0.0 to 192.168.255.255
Subnet mask
Separates network and host (device) bits in an IPv4 address
A string of ones followed by some number of zeroes, always totaling exactly 32 bits, typed
into every TCP/IP host.
255.0.0.0 (Class A)
1 to 127, with some being reserved
255.255.0.0 (Class B)
128 to 191
255.255.255.0 (Class C)
192 to 223
Default Gateway
An IP address assigned to a router that forwards remote traffic from its local subnet to remote
networks.
IPv6 Characteristics
An addressing scheme that uses a 128-bit binary address space
340 trillion, trillion, trillion addresses
You can omit any leading zeros from the address notation
You can compress a contiguous set of 0 blocks by using the double colon notation :: (can only
be used for 1 set per IPv6 address)
Unicast
• Packet sent to a multicast address is delivered to all interfaces in the group. • Targeted message goes only to members of the multicast group. • Replaces IPv4 broadcast addressing.