Online Networking Test - Networking Test - Random
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 of the following is the valid host range for the subnet on which the IP address 192.168.168.188 255.255.255.192 resides?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
256 - 192 = 64. 64 + 64 = 128. 128 + 64 = 192. The subnet is 128, the broadcast address
is 191, and the valid host range is the numbers in between, or 129-190.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
What PPP protocol provides dynamic addressing, authentication, and multilink?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Link Control Protocol in the PPP stack provides dynamic addressing, authentication, and multilink.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
3.
To back up an IOS, what command will you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command copy flash tftp will prompt you to back up an existing IOS in flash to a TFTP host.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
4.
What protocol is used to find the hardware address of a local device?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Address Resolution Protocol (ARP) is used to find the hardware address from a known IP address.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
5.
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
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.
Which of the following commands will display the current IP addressing and the layer 1 and 2 status of an interface?
- show version
- show protocols
- show interfaces
- show controllers
- show ip interface
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The commands show protocols, show interfaces, and show ip interface will show you the layer 1 and 2 status and the IP addresses of your router's interfaces.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
8.
If you want to have more than one Telnet session open at the same time, what keystroke combination would you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To keep open one or more Telnet sessions, use the Ctrl+Shift+6 and then X keystroke combination.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
9.
Which command will show you the IOS version running on your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The best answer is show version, which shows you the IOS file running currently on your router. The show flash command shows you the contents of flash memory, not which file is running.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
10.
What does the command o/r 0x2142 provide?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The default configuration setting is 0x2102, which tells the router to load the IOS from flash and the configuration from NVRAM. 0x2142 tells the router to bypass the configuration in NVRAM so that you can perform password recovery.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
11.
Which is true regarding EIGRP successor routes?
- A successor route is used by EIGRP to forward traffic to a destination.
- Successor routes are saved in the topology table to be used if the primary route fails.
- Successor routes are flagged as "active" in the routing table.
- A successor route may be backed up by a feasible successor route.
- Successor routes are stored in the neighbor table following the discovery process.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Successor routes are the routes picked from the topology table as the best route to a remote network, so these are the routes that IP uses in the routing table to forward traffic to a remote destination. The topology table contains any route that is not as good as the successor route and is considered a feasible successor, or backup route. Remember that all routes are in the topology table, even successor routes.
Discuss about this problem : Discuss in Forum
Learn more problems on : EIGRP and OSPF
12.
What are reasons for creating OSPF in a hierarchical design?
- To decrease routing overhead
- To speed up convergence
- To confine network instability to single areas of the network
- To make configuring OSPF easier
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
OSPF is created in a hierarchical design, not a flat design like RIP. This decreases routing overhead, speeds up convergence, and confines network instability to a single area of the network.
Discuss about this problem : Discuss in Forum
Learn more problems on : EIGRP and OSPF
13.
A network administrator needs to configure a router with a distance-vector protocol that allows classless routing. Which of the following satisfies those requirements?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
In this question, we're calling EIGRP just plain old distance vector. EIGRP is an "advanced" distance-vector routing protocol, sometimes called a hybrid routing protocol because it uses the characteristics of both distance-vector and link-state routing protocols.
Discuss about this problem : Discuss in Forum
Learn more problems on : EIGRP and OSPF
14.
What is the purpose of Spanning Tree Protocol in a switched LAN?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The Spanning Tree Protocol (STP) was designed to stop layer 2 loops. All Cisco switches have the STP on by default.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
15.
You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Using a named access list just replaces the number used when applying the list to the router's interface. ip access-group Blocksales in is correct.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
16.
Which command would you use to apply an access list to a router interface?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To apply an access list, the proper command is ip access-group 101 in.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
17.
Which command will show you all the translations active on your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command show ip nat translations will show you the translation table containing all the active NAT entries.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
18.
Which command will clear all the translations active on your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command clear ip nat translations * will clear all the active NAT entries in your translation table.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
19.
What is the maximum data rate for the 802.11g standard?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11g standard provides a maximum data rate of up to 54Mbps.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
20.
Cisco's Unified Wireless Solution provides a mesh solution. What devices do you absolutely need to purchase to run a Cisco solution?
- WCS
- Controller
- Access point
- Bridge
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The Cisco Unified Wireless Solution is a great product, but you must purchase specialized devices. Cisco managed access points and a controller are the devices you need to purchase to run the Unified Wireless Solution.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
*** 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