question archive Are you able to provide some problems and solutions with respect to subnetting a network and to fine tune of skills needed to complete this succuessfully?
Subject:Computer SciencePrice:4.86 Bought12
Are you able to provide some problems and solutions with respect to subnetting a network and to fine tune of skills needed to complete this succuessfully?
Subnetting is a foundational skill that you'll find on the CCENT, CCNA, and even the Network+. Unlike the other five practice exams in this Gut Check Assessment series, subnetting isn't going away. Nine Cisco exams may be retiring, but subnetting is here to stay.
Try these 10 subnetting questions after you watch Keith Barker's subnetting training to see how you're doing with one of the most important skills you'll learn.
Questions related to subnetting:
The process of subnetting refers to what?
Correct Answer: c
Explanation: Subnetting is stealing bits from the host portion of the IP address in order to create more sub networks.
2.
What is the correct binary representation of 41?
Correct Answer: d
Explanation: 00101001 is 41 in decimal. Notice the values of 32, 8, and 1 are (on) in the binary.
3.What is the purpose of a subnet mask in an IP address and mask combination?
Correct Answer: d
Explanation: The subnet mask depicts the portion of the IP address that indicates the network from the portion of the address that indicates the host address on the network.
4.Which of the following statements about VLSM is incorrect?
Correct Answer: a
Explanation: Many routers in production can use a /31 mask. This is often done on WAN links where no more than two nodes are addressed in the subnet.
5.What command would you use on a Windows system to find your IP address at the command line?
Correct Answer: b
Explanation: Use the ipconfig command at a command prompt to discover you IP address on a Window system.
6.How many bits are in one of the four octets of an IP address?
Correct Answer: b
Explanation: There are 8 bits in an octet of an IP address. An IP address is made up of 4 of these octets. There is a total of 32 bits in an IP address.
7.What is often considered the "ultimate" aggregate route in a v4 network?
Correct Answer: a
Explanation: A default route 0.0.0.0/0 summarizes the entire v4 address space.
8.What is the default subnet mask for a Class B address?
Correct Answer: b
Explanation: A Class B address defaults to the network portion as the first two octets. This means the default subnet mask is 255.255.0.0
9.You are using a subnet mask subnetting scheme that contains 28 bits. How many host bits are there for host addressing?
Correct Answer: b
Explanation: Since an address is 32 bits, and you are using 28 bits in the subnet mask to identify the network portion, this leaves 4 bits for host addressing.
10. The broadcast address of a subnet is the next subnet address minus what?
Correct Answer: a
Explanation: The broadcast address for a subnet is the address of the next network, minus 1.