Subnetting and Routing Flashcards

1
Q

You have a network ID of 131.107.0.0 and you would like to subnet your network into six networks. What is your new subnet mask?

  1. 224.0.0
  2. 255.224.0
  3. 192.0.0
A

255.255.224.0

Given that we are dealing with a class B address, the default subnet mask is 255.255.0.0. Therefore, if you take three bits (needed for six networks) from the host ID, you will get a new subnet mask of 255.255.224.0

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

You want to divide your network into eight networks. How many bits will you need to take from the host ID portion of the subnet mask?

2

3

4

A

3

The formula to calculate how many bits you wish to take from the host ID portion of the subnet mask is 2masked bits = number of subnets. We need to mask three bits to get a minimum of eight networks

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

In binary, how do you calculate the broadcast address of a network range?

All host bits set to 0

All host bits set to 1, except for the low-order bit

All host bits set to 1

A

All host bits set to 1

The broadcast address is calculated by converting all host bits to 1

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

In binary, how do you calculate the network ID of a network range?

All host bits set to 0

All host bits set to 0, except for the low-order bit

All host bits set to 1, except for the low-order bit

A

All host bits set to 0

The network ID is determined by setting all host bits to 0

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

The last valid address of a subnet is always:

One more than the broadcast address

One less than the broadcast address

One more than the network ID

A

One less than the broadcast address

The last valid address is always one less than the broadcast address

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

Which of the following is an example of CIDR notation?

16/10.34.56.78

  1. 34.56.78
  2. 34.56.78/16
A

10.34.56.78/16

CIDR notation is used to identify how many bits make up the network ID in the IP address. With CIDR notation, you specify the number of bits that make up the network ID by placing a forward slash (/) after the IP address and then the number of bits that make up the network ID: for example, 10.34.56.78/16

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

Your router has the IP address of 216.83.11.65/27. You wish to connect a new system on the network. Which of the following addresses would you assign to that new system?

  1. 83.11.45
  2. 83.11.87
  3. 83.11.95
A

216.83.11.87

Because /27 is being used to identify the number of bits that make up the subnet mask, you know the network is subnetted (class C has a /24 by default). In this example, the network that the router is on is the 216.83.11.64 network and 216.83.11.87 is the only valid address on that network listed

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

You want to add a new route to your Windows router. Which of the following is the correct syntax to add a route to the routing table?

routetable add 12.0.0.0 255.0.0.0 11.0.0.254

routetable add 12.0.0.0 MASK 255.0.0.0 11.0.0.254

route add 12.0.0.0 MASK 255.0.0.0 11.0.0.254

A

route add 12.0.0.0 MASK 255.0.0.0 11.0.0.254

The command to add a route to a router is route add, and you must supply the MASK keyword when supplying the subnet mask

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

You wish to view the routing table on the router. Which command can you use?

routetable print

route view

route print

A

route print

The command to view a routing table is route print

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

You wish to remove a route from the routing table. Which command would you use?

router remove

route delete

remove route

A

route delete

To delete a route from the routing table, we use route delete

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

Which dynamic routing protocol is a distance vector protocol?

OSPF

DIP

RIP

A

RIP

The RIP routing protocol is a distance vector protocol, meaning that it measures how far a destination is in hops

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

Which dynamic routing protocol monitors the state of the links?

OSPF

SIP

RIP

A

OSPF

OSPF is a link state protocol, meaning that it monitors the link between the routers and shares that link state information with other OSPF-enabled devices. The preferred route is always selected based on the link state

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

Which high-availability routing protocol is a Cisco-proprietary protocol that uses a standby router?

OSPF

HSRP

RIP

A

HSRP

The Hot Standby Router Protocol (HSRP) is a Cisco-proprietary protocol that offers high availability of a router by configuring an active router, standby router, and a virtual router with a virtual IP address

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