Online Networking Test - Networking Test 7

Instruction:

  • This is a FREE online test. Beware of scammers who ask for money to attend this test.
  • Total number of questions: 20.
  • Time allotted: 30 minutes.
  • Each question carries 1 mark; there are no negative marks.
  • DO NOT refresh the page.
  • All the best!

Marks : 2/20


Total number of questions
20
Number of answered questions
0
Number of unanswered questions
20
Test Review : View answers and explanation for this test.

1.
Which one of the following is true regarding VLANs?
Two VLANs are configured by default on all Cisco switches.
VLANs only work if you have a complete Cisco switched internetwork. No off-brand switches are allowed.
You should not have more than 10 switches in the same VTP domain.
VTP is used to send VLAN information to switches in a configured VTP domain.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Switches do not propagate VLAN information by default; you must configure the VTP domain. VLAN Trunking Protocol (VTP) is used to propagate VLAN information across a trunk link.

2.
Routers operate at layer _____. LAN switches operate at layer _____. Ethernet hubs operate at layer _____. Word processing operates at layer _____.
3, 3, 1, 7
3, 2, 1, none
3, 2, 1, 7
3, 3, 2, none
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Routers operate at layer 3. LAN switches operate at layer 2. Ethernet hubs operate at layer 1. Word processing applications communicate to the Application layer interface, but do not operate at layer 7, so the answer would be none.

3.
Which of the following are unique characteristics of half-duplex Ethernet when compared to full-duplex Ethernet?
  1. Half-duplex Ethernet operates in a shared collision domain.
  2. Half-duplex Ethernet operates in a private collision domain.
  3. Half-duplex Ethernet has higher effective throughput.
  4. Half-duplex Ethernet has lower effective throughput.
2 only
1,2 and 3
1 and 4
4 only
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Unlike full duplex, half-duplex Ethernet operates in a shared collision domain, and it has a lower effective throughput than full duplex.

4.
Which layer 4 protocol is used for a Telnet connection?
IP
TCP
TCP/IP
UDP
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Although Telnet does use TCP and IP (TCP/IP), the question specifically asks about layer 4, and IP works at layer 3. Telnet uses TCP at layer 4.

5.
What is the subnetwork number of a host with an IP address of 172.16.66.0/21?
172.16.36.0
172.16.48.0
172.16.64.0
172.16.0.0
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /21 is 255.255.248.0, which means we have a block size of 8 in the third octet, so we just count by 8 until we reach 66. The subnet in this question is 64.0. The next subnet is 72.0, so the broadcast address of the 64 subnet is 71.255.

6.
You have an interface on a router with the IP address of 192.168.192.10/29. What is the broadcast address the hosts will use on this LAN?
192.168.192.15
192.168.192.31
192.168.192.63
192.168.192.127
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /29 (255.255.255.248) has a block size of 8 in the fourth octet. This means the subnets are 0, 8, 16, 24, etc. 10 is in the 8 subnet. The next subnet is 16, so 15 is the broadcast address.

7.
Using the following illustration, what would be the IP address of E0 if you were using the eighth subnet? The network ID is 192.168.10.0/28 and you need to use the last available IP address in the range. The zero subnet should not be considered valid for this question.
192.168.10.142
192.168.10.66
192.168.100.254
192.168.10.143
192.168.10.126
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /28 is a 255.255.255.240 mask. Let's count to the ninth subnet (we need to find the broadcast address of the eighth subnet, so we need to count to the ninth subnet). Starting at 16 (remember, the question stated that we will not use subnet zero, so we start at 16, not 0), 16, 32, 48, 64, 80, 96, 112, 128, 144. The eighth subnet is 128 and the next subnet is 144, so our broadcast address of the 128 subnet is 143. This makes the host range 129-142. 142 is the last valid host.

8.
The corporate office sends you a new router to connect, but upon connecting the console cable, you see that there is already a configuration on the router. What should be done before a new configuration is entered in the router?
RAM should be erased and the router restarted.
Flash should be erased and the router restarted.
NVRAM should be erased and the router restarted.
The new configuration should be entered and saved.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Before you start to configure the router, you should erase the NVRAM with the erase startup-config command and then reload the router using the reload command.

9.
Which command loads a new version of the Cisco IOS into a router?
copy flash ftp
copy ftp flash
copy flash tftp
copy tftp flash
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command copy tftp flash will allow you to copy a new IOS into flash memory on your router.

10.
Which EIGRP information is held in RAM and maintained through the use of Hello and update packets?
  1. Neighbor table
  2. STP table
  3. Topology table
  4. DUAL table
2 only
4 only
1 and 3
All of the above
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
EIGRP holds three tables in RAM: neighbor, topology, and routing. The neighbor and topology tables are built and maintained with the use of Hello packets.

11.
Which of the following statement is true?
A switch creates a single collision domain and a single broadcast domain. A router creates a single collision domain.
A switch creates separate collision domains but one broadcast domain. A router provides a separate broadcast domain.
A switch creates a single collision domain and separate broadcast domains. A router provides a separate broadcast domain as well.
A switch creates separate collision domains and separate broadcast domains. A router provides separate collision domains.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Switches break up collision domains, and routers break up broadcast domains.

12.
Which of the following commands sets a trunk port on a 2960 switch?
trunk on
trunk all
switchport trunk on
switchport mode trunk
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To set a switch port to trunk mode, which allows all VLAN information to pass down the link, use the switchport mode trunk command.

13.
Which of the following commands connect access list 110 inbound to interface ethernet0?
Router(config)# ip access-group 110 in
Router(config)# ip access-list 110 in
Router(config-if)# ip access-group 110 in
Router(config-if)# ip access-list 110 in
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To place an access list on an interface, use the ip access-group command in interface configuration mode.

14.
Which of the following is considered to be the destination host after translation?
Inside local
Outside local
Inside global
Outside global
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The host on the global network after translation is considered to be an outside global host.

15.
What two multicast addresses does OSPFv3 use?
  1. FF02::A
  2. FF02::9
  3. FF02::5
  4. FF02::6
2 only
3 only
1 and 3
3 and 4
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Adjacencies and next-hop attributes now use link-local addresses, and OSPFv3 still uses multicast traffic to send its updates and acknowledgments with the addresses FF02::5 for OSPF routers and FF02::6 for OSPF designated routers. These are the replacements for 224.0.0.5 and 224.0.0.6, respectively.

16.
What multicast addresses does RIPng use?
FF02::A
FF02::9
FF02::5
FF02::6
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
RIPng uses the multicast IPv6 address of FF02::9. If you remember the multicast addresses for IPv4, the numbers at the end of each IPv6 address are the same.

17.
Suppose that you have a customer who has a central HQ and six branch offices. They anticipate adding six more branches in the near future. They wish to implement a WAN technology that will allow the branches to economically connect to HQ and you have no free ports on the HQ router. Which of the following would you recommend?
PPP
HDLC
Frame Relay
ISDN
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The key is "there are no free ports" on your router. Only Frame Relay can provide a connection to multiple locations with one interface, and in an economical manner no less.

18.
Which of the following command options are displayed when you use the Router# show frame-relay ? command?
  1. dlci
  2. neighbors
  3. lmi
  4. pvc
  5. map
1 only
2 and 4
3, 4 and 5
All of the above
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The show frame-relay ? command provides many options, but the options available in this question are lmi, pvc, and map.

19.
When a router is connected to a Frame Relay WAN link using a serial DTE interface, how is the clock rate determined?
Supplied by the CSU/DSU
By the far end router
By the clock rate command
By the Physical layer bit stream timing
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Clocking on a serial interface is always provided by the CSU/DSU (DCE device). However, if you do not have a CSU/DSU in your nonproduction test environment, then you need to supply clocking with the clock rate command on the serial interface of the router with the DCE cable attached.

20.
Which of the following uses ATM as the Data Link layer protocol that's terminated at what's known as the DSLAM?
DSL
PPPoE
Frame Relay
Dedicated T1
Wireless
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
ATM is the Data-Link layer protocol that's typically used over the DSL layer 1 connection from the CPE and terminated at what's known as the DSLAM-an ATM switch that contains DSL interface cards, or ATU-Cs.

*** END OF THE TEST ***
Time Left: 00:29:56
Post your test result / feedback here: