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?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
Routers operate at layer _____. LAN switches operate at layer _____. Ethernet hubs operate at layer _____. Word processing operates at layer _____.
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
3.
Which of the following are unique characteristics of half-duplex Ethernet when compared to full-duplex Ethernet?
- Half-duplex Ethernet operates in a shared collision domain.
- Half-duplex Ethernet operates in a private collision domain.
- Half-duplex Ethernet has higher effective throughput.
- Half-duplex Ethernet has lower effective throughput.
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
4.
Which layer 4 protocol is used for a Telnet connection?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
5.
What is the subnetwork number of a host with an IP address of 172.16.66.0/21?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
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?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
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.


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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
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?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
9.
Which command loads a new version of the Cisco IOS into a router?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
10.
Which EIGRP information is held in RAM and maintained through the use of Hello and update packets?
- Neighbor table
- STP table
- Topology table
- DUAL table
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : EIGRP and OSPF
11.
Which of the following statement is true?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Switches break up collision domains, and routers break up broadcast domains.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
12.
Which of the following commands sets a trunk port on a 2960 switch?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Virtual LANs
13.
Which of the following commands connect access list 110 inbound to interface ethernet0?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
14.
Which of the following is considered to be the destination host after translation?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
15.
What two multicast addresses does OSPFv3 use?
- FF02::A
- FF02::9
- FF02::5
- FF02::6
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
16.
What multicast addresses does RIPng use?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
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?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wide Area Networks
18.
Which of the following command options are displayed when you use the Router# show frame-relay ? command?
- dlci
- neighbors
- lmi
- pvc
- map
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wide Area Networks
19.
When a router is connected to a Frame Relay WAN link using a serial DTE interface, how is the clock rate determined?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wide Area Networks
20.
Which of the following uses ATM as the Data Link layer protocol that's terminated at what's known as the DSLAM?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wide Area Networks
*** END OF THE TEST ***
Time Left: 00:29:56
Post your test result / feedback here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers