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.
How long is an IPv6 address?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
An IPv6 address is 128 bits long.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
In a network with dozens of switches, how many root bridges would you have?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
You should have only one root bridge per network.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
3.
Which router command allows you to view the entire contents of all access lists?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To see the contents of all access lists, use the show access-lists command.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
4.
Which of the following services use UDP?
- DHCP
- SMTP
- SNMP
- FTP
- HTTP
- TFTP
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
DHCP, SNMP, and TFTP use UDP.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
5.
Which statements are true regarding ICMP packets?
- They acknowledge receipt of a TCP segment.
- They guarantee datagram delivery.
- They can provide hosts with information about network problems.
- They are encapsulated within IP datagrams.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Internet Control Message Protocol (ICMP) is used to send error messages through the network, but they do not work alone. Every segment or ICMP payload must be encapsulated within an IP datagram (or packet).
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
6.
What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /27 (255.255.255.224) is 3 bits on and 5 bits off. This provides 8 subnets, each with 30 hosts. Does it matter if this mask is used with a Class A, B, or C network address? Not at all. The number of host bits would never change.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
7.
You need to configure a server that is on the subnet 192.168.19.24/29. The router has the first available host address. Which of the following should you assign to the server?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /29 is 255.255.255.248, which is a block size of 8 in the fourth octet. The subnets are 0, 8, 16, 24, 32, 40, etc. 192.168.19.24 is the 24 subnet, and since 32 is the next subnet, the broadcast address for the 24 subnet is 31. 192.168.19.26 is the only correct answer.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
8.
How many simultaneous Telnet sessions does a Cisco router support by default?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Cisco routers, if they do not have the Enterprise edition of the IOS, will default to 5 simultaneous Telnet sessions.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
9.
Which command will delete the contents of NVRAM on a router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The erase startup-config command erases the contents of NVRAM and will put you in setup mode if the router is restarted.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
10.
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
11.
The configuration register setting of 0x2102 provides what function to a router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The default configuration setting of 0x2102 tells the router to look in NVRAM for the boot sequence.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
12.
What command is used to stop RIP routing updates from exiting out an interface but still allow the interface to receive RIP route updates?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The (config-router)#passive-interface command stops updates from being sent out an interface, but route updates are still received.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
13.
Which statement is true regarding classless routing protocols?
- The use of discontiguous networks is not allowed.
- The use of variable length subnet masks is permitted.
- RIPv1 is a classless routing protocol.
- IGRP supports classless routing within the same autonomous system.
- RIPv2 supports classless routing.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Classful routing means that all hosts in the internetwork use the same mask. Classless routing means that you can use Variable Length Subnet Masks (VLSMs) and can also support discontiguous networking.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
14.
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
15.
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
16.
You need to allow one host to be permitted to attach dynamically to each switch interface. Which two commands must you configure on your catalyst switch to meet this policy?
- Switch(config-if)# ip access-group 10
- Switch(config-if)# switchport port-security maximum 1
- Switch(config)# access-list 10 permit ip host 1
- Switch(config-if)# switchport port-security violation shutdown
- Switch(config)# mac-address-table secure
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The switchport port-security is an important command, and it's super easy with the CNA; however, from the CLI, you can set the maximum number of MAC addresses allowed into the port, and then set the penalty if this maximum has been passed.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
17.
You want to create a standard access list that denies the subnet of the following host: 172.16.198.94/19. Which of the following would you start your list with?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
First, you must know that a /19 is 255.255.224.0, which is a block size of 32 in the third octet. Counting by 32, this makes our subnet 192 in the third octet, and the wildcard for the third octet would be 31 since the wildcard is always one less than the block size.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
18.
Which of the following are valid ways to refer only to host 172.16.30.55 in an IP access list?
- 172.16.30.55 0.0.0.255
- 172.16.30.55 0.0.0.0
- any 172.16.30.55
- host 172.16.30.55
- 0.0.0.0 172.16.30.55
- ip any 172.16.30.55
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The wildcard 0.0.0.0 tells the router to match all four octets. This wildcard format alone can be replaced with the host command.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
19.
What is the maximum data rate for the 802.11b standard?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11b standard provides a maximum data rate of up to 11Mbps.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
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