Chp 8 Subnetting Flashcards
Negative effects of large broadcast domains
Slow network operations due to the significant amount of traffic it can cause
Slow device operations because a device must accept and process each broadcast packet
The terms subnet and network are often
used interchangeably. Most networks are a subnet of some larger address block.
Network administrators can group devices and services into subnets that are determined by:
Location, such as floors in a building (Figure 1).
Organizational unit (Figure 2).
Device type (Figure 3).
Any other division that makes sense for the network.
For each bit borrowed in the fourth octet, the number of subnetworks available is doubled while reducing the number of host addresses per subnet.
For each bit borrowed in the fourth octet, the number of subnetworks available is doubled while reducing the number of host addresses per subnet.For each bit borrowed in the fourth octet, the number of subnetworks available is doubled while reducing the number of host addresses per subnet.
How is the Network address identified in Binary
contains all 0 bits in the host portion of the address.
How is the First Host address of a subnetted IP identified in Binary
contains all 0 bits plus a right-most 1 bit in the host portion of the address.
xxx.xxx.xxx.00000001
How is the Last Host address identified in Binary
contains all 1 bits plus a right-most 0 bit in the host portion of the address.
xxx.xxx.xxx.11111110
How is the Broadcast address identified in Binary
contains all 1 bits in the host portion of the address.
xxx.xxx.xxx.11111111
A very common practice is to use the first or last available address in a network range for the
possible router interface address.
What are the commands to configure a router interface with an IP address?
R1(config)# interface gigabitethernet 0/0
R1(config-if)# ip address 192.168.1.1 255.255.255.128
R1(config-if)# exit
R1(config)# interface gigabitethernet 0/1
R1(config-if)# ip address 192.168.1.1 255.255.255.128
R1(config-if)# exit
When borrowing bits from a /16 address, start borrowing bits in the third octet, going from left to right. Only borrow a single
bit at a time until the desired number of bits necessary to create the subnets is reached.
2^9
512
2^10
1024
2^11
2048
2^12
4096