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 often are BPDUs sent from a layer 2 device?
Never
Every 2 seconds
Every 10 minutes
Every 30 seconds
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Every 2 seconds, BPDUs are sent out from all active bridge ports by default.

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.
What flavor of Network Address Translation can be used to have one IP address allow many users to connect to the global Internet?
NAT
Static
Dynamic
PAT
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Port Address Translation (PAT) allows a one-to-many approach to network address translation.

4.
Which of the following services use UDP?
  1. DHCP
  2. SMTP
  3. SNMP
  4. FTP
  5. HTTP
  6. TFTP
1, 3 and 6
2 and 4
1, 2 and 4
All of the above
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
DHCP, SNMP, and TFTP use UDP.

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

6.
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.)

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

8.
You want to run the new 802.1w on your switches. Which of the following would enable this protocol?
Switch(config)# spanning-tree mode rapid-pvst
Switch# spanning-tree mode rapid-pvst
Switch(config)# spanning-tree mode 802.1w
Switch# spanning-tree mode 802.1w
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
802.1w is the also called Rapid Spanning Tree Protocol. It is not enabled by default on Cisco switches, but it is a better STP to run since it has all the fixes that the Cisco extensions provide with 802.1d.

9.
If a switch receives a frame and the source MAC address is not in the MAC address table but the destination address is, what will the switch do with the frame?
Discard it and send an error message back to the originating host
Flood the network with the frame
Add the source address and port to the MAC address table and forward the frame out the destination port
Add the destination to the MAC address table and then forward the frame
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Since the source MAC address is not in the MAC address table, the switch will add the source address and the port it is connected to into the MAC address table and then forward the frame to the outgoing port.

10.
What does a switch do when a frame is received on an interface and the destination hardware address is unknown or not in the filter table?
Forwards the switch to the first available link
Drops the frame
Floods the network with the frame looking for the device
Sends back a message to the originating station asking for a name resolution
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Switches flood all frames that have an unknown destination address. If a device answers the frame, the switch will update the MAC address table to reflect the location of the device.

11.
Which of the following is an IEEE standard for frame tagging?
ISL
802.3Z
802.1Q
802.3U
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
802.1Q was created to allow trunked links between disparate switches.

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

13.
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?
access-list 10 deny 172.16.192.0 0.0.31.255
access-list 10 deny 172.16.0.0 0.0.255.255
access-list 10 deny 172.16.172.0 0.0.31.255
access-list 10 deny 172.16.188.0 0.0.15.255
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.

14.
Which of the following commands connect access list 110 inbound to interface ethernet0?
Router(config)# ip access-group 110 in
Router(config)# ip access-list 110 in
Router(config-if)# ip access-group 110 in
Router(config-if)# ip access-list 110 in
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.

15.
Which command will show you the summary of the NAT configuration?
show ip nat translations
show ip nat statistics
debug ip nat
clear ip nat translations *
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The show ip nat statistics command displays a summary of the NAT configuration as well as counts of active translation types, hits to an existing mapping, misses (causing an attempt to create a mapping), and expired translations.

16.
What is the frequency range of the IEEE 802.11g standard?
2.4Gbps
5Gbps
2.4GHz
5GHz
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11b and IEEE 802.11g standards both run in the 2.4GHz RF range.

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

18.
Which of the following is true when describing a global unicast 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:
Unlike unicast addresses, global unicast addresses are meant to be routed.

19.
Which of the following describes an industry-wide standard suite of protocols and algorithms that allows for secure data transmission over an IP-based network that functions at the layer 3 Network layer of the OSI model?
HDLC
Cable
VPN
IPSec
xDSL
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
IPSec is an industry-wide standard suite of protocols and algorithms that allows for secure data transmission over an IP-based network that functions at the layer 3 Network layer of the OSI model.

20.
A default Frame Relay WAN is classified as what type of physical network?
Point-to-point
Broadcast multi-access
Non-broadcast multi-access
Non-broadcast multipoint
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Frame Relay, by default, is a non-broadcast multi-access (NBMA) network, which means that broadcasts, such as RIP updates, will not be forwarded across the link by default.

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