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 commands will allow you to set your Telnet password on a Cisco router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command line vty 0 4 places you in a prompt that will allow you to set or change your Telnet password.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
If you wanted to delete the configuration stored in NVRAM, what would you type?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command erase startup-config deletes the configuration stored in NVRAM.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
3.
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
4.
How does a host on an Ethernet LAN know when to transmit after a collision has occurred?
- In a CSMA/CD collision domain, multiple stations can successfully transmit data simultaneously.
- In a CSMA/CD collision domain, stations must wait until the media is not in use before transmitting.
- You can improve the CSMA/CD network by adding more hubs.
- After a collision, the station that detected the collision has first priority to resend the lost data.
- After a collision, all stations run a random backoff algorithm. When the backoff delay period has expired, all stations have equal priority to transmit data.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Once transmitting stations on an Ethernet segment hear a collision, they send an extended jam signal to ensure that all stations recognize the collision. After the jamming is complete, each sender waits a predetermined amount of time, plus a random time. After both timers expire, they are free to transmit, but they must make sure the media is clear before transmitting and that they all have equal priority.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
5.
Which of the following allows a router to respond to an ARP request that is intended for a remote host?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Proxy ARP can help machines on a subnet reach remote subnets without configuring routing or a default gateway.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
6.
The DoD model (also called the TCP/IP stack) has four layers. Which layer of the DoD model is equivalent to the Network layer of the OSI model?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The four layers of the DoD model are Application/Process, Host-to-Host, Internet, and Network Access. The Internet layer is equivalent to the Network layer of the OSI model.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
7.
You need to subnet a network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
You need 5 subnets, each with at least 16 hosts. The mask 255.255.255.240 provides 16 subnets with 14 hosts-this will not work. The mask 255.255.255.224 provides 8 subnets, each with 30 hosts. This is the best answer.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
8.
What is the problem with an interface if you type show interface serial 0 and receive the following message?
"Serial0 is administratively down, line protocol is down."
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
If an interface is shut down, the show interface command will show the interface as administratively shut down. (It is possible that no cable is attached, but you can't tell that from this message.)
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
9.
Which of the following is true regarding RIPv2?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
RIPv2 is pretty much just like RIPv1. It has the same administrative distance and timers and is configured just like RIPv1.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
10.
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
11.
You get a call from a network administrator who tells you that he typed the following into his router:
Router(config)#router ospf 1
Router(config-router)#network 10.0.0.0 255.0.0.0 area 0
He tells you he still can't see any routes in the routing table. What configuration error did the administrator make?Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The administrator typed in the wrong wildcard mask configuration. The wildcard should have been 0.0.0.255.
Discuss about this problem : Discuss in Forum
Learn more problems on : EIGRP and OSPF
12.
Which two of the following commands will place network 10.2.3.0/24 into area 0?
- router eigrp 10
- router ospf 10
- network 10.0.0.0
- network 10.2.3.0 0.0.0.255 area0
- network 10.2.3.0 0.0.0.255 area 0
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To enable OSPF, you must first start OSPF using a Process ID. The number is irrelevant; just choose a number from 1 to 65,535 and you're good to go. After you start the OSPF process, you must configure any network that you want advertised via OSPF using wildcards and the area command. Statement (4) is wrong because there must be a space after the parameter area and before you list the area number.
Discuss about this problem : Discuss in Forum
Learn more problems on : EIGRP and OSPF
13.
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The first thing to check in a question like this is the access-list number. Right away, you can see that the second option is wrong because it is using a standard IP access-list number. The second thing to check is the protocol. If you are filtering by upper-layer protocol, then you must be using either UDP or TCP; this eliminates the fourth option. The third and last answers have the wrong syntax.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
14.
What command will permit SMTP mail to only host 1.1.1.1?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
When trying to find the best answer to an access-list question, always check the access-list number and then the protocol. When filtering to an upper-layer protocol, you must use an extended list, numbers 100-199 and 2000-2699. Also, when you filter to an upper-layer protocol, you must use either tcp or udp in the protocol field. If it says ip in the protocol field, you cannot filter to an upper-layer protocol. SMTP uses TCP.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
15.
What is the maximum distance with maximum data rate for 802.11a?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11a standard provides a maximum data rate of up to 54Mbps, but you need to be close to the access point, somewhere around 65 to 75 feet.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
16.
What is the maximum distance with maximum data rate for 802.11g?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11g standard provides a maximum data rate of up to 54Mbps, but you need to be close to the access point, somewhere around 90 to 100 feet.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
17.
In Cisco's Unified Wireless Solution, what is the split-MAC architecture?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The split-MAC architecture allows the splitting of 802.11 protocol packets between the Cisco LWAPP-based AP, which handles real-time portions of the protocol, and the WLAN controller, which handles those items that are not time sensitive.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
18.
What is the maximum distance with maximum data rate for 802.11b?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11b standard provides a maximum data rate of up to only 11Mbps, and you can be around 150 feet, maybe farther, depending on conditions.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
19.
Which of the following is true when describing a unique local address?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
These addresses are meant for nonrouting purposes like link-local, but they are almost globally unique so it is unlikely they will have an address overlap. Unique local addresses were designed as a replacement for site-local addresses.
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
20.
Which command is required for connectivity in a Frame Relay network if Inverse ARP is not operational?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
If you have a router in your Frame Relay network that does not support IARP, you must create Frame Relay maps on your router, which provide known DLCI-to-IP address mappings.
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