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?
line telnet 0 4
line aux 0 4
line vty 0 4
line con 0
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.

2.
If you wanted to delete the configuration stored in NVRAM, what would you type?
erase startup
erase nvram
delete nvram
erase running
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command erase startup-config deletes the configuration stored in NVRAM.

3.
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.

4.
How does a host on an Ethernet LAN know when to transmit after a collision has occurred?
  1. In a CSMA/CD collision domain, multiple stations can successfully transmit data simultaneously.
  2. In a CSMA/CD collision domain, stations must wait until the media is not in use before transmitting.
  3. You can improve the CSMA/CD network by adding more hubs.
  4. After a collision, the station that detected the collision has first priority to resend the lost data.
  5. 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.
1 and 3
2 and 4
1,3 and 4
2 and 5
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.

5.
Which of the following allows a router to respond to an ARP request that is intended for a remote host?
Gateway DP
Reverse ARP (RARP)
Proxy ARP
Inverse ARP (IARP)
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.

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?
Application
Host-to-Host
Internet
Network Access
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.

7.
You need to subnet a network that has 5 subnets, each with at least 16 hosts. Which classful subnet mask would you use?
255.255.255.192
255.255.255.224
255.255.255.240
255.255.255.248
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.

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."
The keepalives are different times.
The administrator has the interface shut down.
The administrator is pinging from the interface.
No cable is attached.
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.)

9.
Which of the following is true regarding RIPv2?
It has a lower administrative distance than RIPv1.
It converges faster than RIPv1.
It has the same timers as RIPv1.
It is harder to configure than RIPv1.
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.

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?
IGRP
OSPF
RIPv1
EIGRP
IS-IS
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.

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?
The wildcard mask is incorrect.
The OSPF area is wrong.
The OSPF Process ID is incorrect.
The AS configuration is wrong.
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.

12.
Which two of the following commands will place network 10.2.3.0/24 into area 0?
  1. router eigrp 10
  2. router ospf 10
  3. network 10.0.0.0
  4. network 10.2.3.0 0.0.0.255 area0
  5. network 10.2.3.0 0.0.0.255 area 0
1 and 4
2, 4, and 5
2 and 5
3 and 4
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.

13.
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?
access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www
access-list 10 deny tcp any 196.15.7.0 eq www
access-list 100 permit 196.15.7.0 0.0.0.255 eq www
access-list 110 permit ip any 196.15.7.0 0.0.0.255
access-list 110 permit www 196.15.7.0 0.0.0.255
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.

14.
What command will permit SMTP mail to only host 1.1.1.1?
access-list 10 permit smtp host 1.1.1.1
access-list 110 permit ip smtp host 1.1.1.1
access-list 10 permit tcp any host 1.1.1.1 eq smtp
access-list 110 permit tcp any host 1.1.1.1 eq smtp
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.

15.
What is the maximum distance with maximum data rate for 802.11a?
About 65-75 feet
About 90-100 feet
About 150 feet
Over 200 feet
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.

16.
What is the maximum distance with maximum data rate for 802.11g?
About 65-75 feet
About 90-100 feet
About 150 feet
Over 200 feet
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.

17.
In Cisco's Unified Wireless Solution, what is the split-MAC architecture?
The split-MAC architecture uses MAC addresses to create a forward/filter table and break up collision domains.
The split-MAC architecture allows the splitting of 802.11 protocol packets between the AP and the controller to allow processing by both devices.
The split-MAC architecture uses MAC addresses on the wireless network and IP addresses on the wired network.
The split-MAC architecture uses MAC addresses to create a forward/filter table and break up broadcast domains.
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.

18.
What is the maximum distance with maximum data rate for 802.11b?
About 65-75 feet
About 90-100 feet
About 150 feet
Over 200 feet
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.

19.
Which of the following is true when describing a unique local address?
Packets addressed to a unicast address are delivered to a single interface.
These are your typical publicly routable addresses, just like a regular publicly routable address in IPv4.
These are like private addresses in IPv4 in that they are not meant to be routed.
These addresses are meant for nonrouting purposes, but they are almost globally unique so it is unlikely they will have an address overlap.
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.

20.
Which command is required for connectivity in a Frame Relay network if Inverse ARP is not operational?
frame-relay arp
frame-relay map
frame-relay interface-dci
frame-relay lmi-type
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.

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