Chapter 8: Subnets and VLANs
What is the network ID with CIDR notation for the IP address 172.16.32.108 whose subnet mask is 255.255.255.0?
172.16.32.108/24
What is the formula for determining the number of possible hosts on a network?
2^h - 2 =Z
Which IEEE standard determines how VLANs work on a network?
802.1Q
Which formulas can be used to calculate the magic number? (Choose two). (a.) 256 - the interesting octet (b.) 2^h - 2 (c.) 2^n (d.) 2^h
a. 256 - the interesting octet d. 2^h
Which Cisco command lists configured VLANs on a switch?
show VLAN
On which networking device do you configure VLANs?
Managed switches
While designing your network's VLAN topology, your team has decided to use a centrally managed DHCP server rather than creating a separate DHCP server for each VLAN. What software will you need in order to make the central DHCP server accessible across VLANs?
DHCP relay agent
What area of a network can provide less stringent security so a web server is more accessible from the open Internet?
DMZ (Demilitarized zone)
What is the least number of bits you would need to borrow from the network portion of a Class B subnet mask to get at least 130 hosts per subnet?
Eight
Subnetting operates at Layer __________ while VLANs function at Layer _________.
Layer 3, Layer 2
Which VLAN is designed to support administrative access to networking devices?
Management VLAN
Which VLAN on a switch manages untagged frames?
Native VLAN
What do well-chosen subnets accomplish?
Network documentation is easier to manage
Which hexadecimal block in an IPv6 address is used for the Subnet ID?
The fourth one
Which of the following is not a good reason to segment a network?
To increase the number of networking devices on a network
Which port mode on a switch enables that port to manage traffic for multiple VLANs?
Trunk
An attacker configures a VLAN frame with two tags instead of just one. The first tag directs the frame to the authorized VLAN. After the frame enters the first VLAN, the switch appropriately removes the tag, then discovers the next tag, and sends the frame along to a protected VLAN, which the attacker is not authorized to access. What kind of attack is this?
VLAN hopping
Which IP addressing technique subnets a subnet to create subnets of various sizes?
VLSM (Variable Length Subnet Mask )
Suppose your company has leased one Class C license, 120.10.10.0, and wants to sublease the first half of these IP addresses to another company. What is the CIDR notation for the subnet to be subleased? What is the subnet mask for this network?
120.10.10.0/25 255.255.255.128
How many bits of a Class A IP address are used for host information?
24 bits