Chp 8 Subnetting Flashcards

1
Q

Negative effects of large broadcast domains

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The terms subnet and network are often

A

used interchangeably. Most networks are a subnet of some larger address block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Network administrators can group devices and services into subnets that are determined by:

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For each bit borrowed in the fourth octet, the number of subnetworks available is doubled while reducing the number of host addresses per subnet.

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is the Network address identified in Binary

A

contains all 0 bits in the host portion of the address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How is the First Host address of a subnetted IP identified in Binary

A

contains all 0 bits plus a right-most 1 bit in the host portion of the address.
xxx.xxx.xxx.00000001

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is the Last Host address identified in Binary

A

contains all 1 bits plus a right-most 0 bit in the host portion of the address.
xxx.xxx.xxx.11111110

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is the Broadcast address identified in Binary

A

contains all 1 bits in the host portion of the address.

xxx.xxx.xxx.11111111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A very common practice is to use the first or last available address in a network range for the

A

possible router interface address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the commands to configure a router interface with an IP address?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When borrowing bits from a /16 address, start borrowing bits in the third octet, going from left to right. Only borrow a single

A

bit at a time until the desired number of bits necessary to create the subnets is reached.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

2^9

A

512

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

2^10

A

1024

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

2^11

A

2048

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

2^12

A

4096

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

2^13

A

8192

17
Q

2^14

A

16384