Online Networking Test - Networking Test 6

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.
You have 10 users plugged into a hub running 10Mbps half-duplex. There is a server connected to the switch running 10Mbps half-duplex as well. How much bandwidth does each host have to the server?
100 kbps
1 Mbps
2 Mbps
10 Mbps
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Each device has 10 Mbps to the server.

2.
What does the command routerA(config)#line cons 0 allow you to perform next?
Set the Telnet password.
Shut down the router.
Set your console password.
Disable console connections.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command line console 0 places you at a prompt where you can then set your console user-mode password.

3.
How many broadcast domains are created when you segment a network with a 12-port switch?
1
2
5
12
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
By default, switches break up collision domains but are one large broadcast domain.

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.
What layer in the TCP/IP stack is equivalent to the Transport 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 TCP/IP stack (also called the DoD model) are Application/Process, Host-to-Host, Internet, and Network Access. The Host-to-Host layer is equivalent to the Transport layer of the OSI model.

6.
If an Ethernet port on a router were assigned an IP address of 172.16.112.1/25, what would be the valid subnet address of this host?
172.16.112.0
172.16.0.0
172.16.96.0
172.16.255.0
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /25 mask is 255.255.255.128. Used with a Class B network, the third and fourth octets are used for subnetting with a total of 9 subnet bits, 8 bits in the third octet and 1 bit in the fourth octet. Since there is only 1 bit in the fourth octet, the bit is either off or on-which is a value of 0 or 128. The host in the question is in the 0 subnet, which has a broadcast address of 127 since 128 is the next subnet.

7.
Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs on the LAN interface attached to the router?
  1. 172.16.1.100
  2. 172.16.1.198
  3. 172.16.2.255
  4. 172.16.3.0
1 only
2 and 3 only
3 and 4 only
None of the above
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The router's IP address on the E0 interface is 172.16.2.1/23, which is 255.255.254.0. This makes the third octet a block size of 2. The router's interface is in the 2.0 subnet, and the broadcast address is 3.255 because the next subnet is 4.0. The valid host range is 2.1 through 3.254. The router is using the first valid host address in the range.

8.
You want to totally reinitialize the router and replace the current running-config with the current startup-config. What command will you use?
replace run start
copy run start
copy start run
reload
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To completely replace the running-config with the startup-config, you must reload the router. Note : You may have picked option C, which isn't a bad answer. Remember, though, it doesn't replace the configuration, it appends it.

9.
Network 206.143.5.0 was assigned to the Acme Company to connect to its ISP. The administrator of Acme would like to configure one router with the commands to access the Internet. Which commands could be configured on the Gateway router to allow Internet access to the entire network?
  1. Gateway(config)# ip route 0.0.0.0 0.0.0.0 206.143.5.2
  2. Gateway(config)# router rip
  3. Gateway(config-router)# network 206.143.5.0
  4. Gateway(config-router)# network 206.143.5.0 default
1 only
3 only
1, 2 and 4
1 and 4
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
There are actually three different ways to configure the same default route, but only two are shown in the answer. First, you can set a default route with the 0.0.0.0 0.0.0.0 mask and then specify the next hop, as in option A. Or you can use 0.0.0.0 0.0.0.0 and use the exit interface instead of the next hop. Finally, you can use option D with the ip default-network command.

10.
Which statement is true regarding classless routing protocols?
  1. The use of discontiguous networks is not allowed.
  2. The use of variable length subnet masks is permitted.
  3. RIPv1 is a classless routing protocol.
  4. IGRP supports classless routing within the same autonomous system.
  5. RIPv2 supports classless routing.
1, 3 and 5
3 and 4
2 and 5
None of the above
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.

11.
Which command displays RIP routing updates?
show ip route
debug ip rip
show protocols
debug ip route
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The debug ip rip command is used to show the Internet Protocol (IP) Routing Information Protocol (RIP) updates being sent and received on the router.

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

13.
Your switch has a port status LED that is alternating between green and amber. What could this indicate?
The port is experiencing errors.
The port is shut down.
The port is in STP blocking mode.
Nothing; this is normal.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
When you connect to a switch port, at first the link lights are orange/amber, and then they turn green, indicating normal operation. If the link light is blinking, you have a problem.

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

15.
In which circumstance are multiple copies of the same unicast frame likely to be transmitted in a switched LAN?
During high-traffic periods
After broken links are reestablished
When upper-layer protocols require high reliability
In an improperly implemented redundant topology
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
If the Spanning Tree Protocol is not running on your switches and you connect them together with redundant links, you will have broadcast storms and multiple frame copies.

16.
Which of the following is an example of a standard IP access list?
access-list 110 permit host 1.1.1.1
access-list 1 deny 172.16.10.1 0.0.0.0
access-list 1 permit 172.16.10.1 255.255.0.0
access-list standard 1.1.1.1
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Standard IP access lists use the numbers 1-99 and 1300-1999 and filter based on source IP address only. Option C is incorrect because the mask must be in wildcard format.

17.
You want to create a standard access list that denies the subnet of the following host: 172.16.50.172/20. Which of the following would you start your list with?
access-list 10 deny 172.16.48.0 255.255.240.0
access-list 10 deny 172.16.0.0 0.0.255.255
access-list 10 deny 172.16.64.0 0.0.31.255
access-list 10 deny 172.16.48.0 0.0.15.255
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
First, you must know that a /20 is 255.255.240.0, which is a block size of 16 in the third octet. Counting by 16s, this makes our subnet 48 in the third octet, and the wildcard for the third octet would be 15 since the wildcard is always one less than the block size.

18.
Which of the following series of commands will restrict Telnet access to the router?
Lab_A(config)#access-list 10 permit 172.16.1.1
Lab_A(config)#line con 0
Lab_A(config-line)#ip access-group 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1
Lab_A(config)#line vty 0 4
Lab_A(config-line)#access-class 10 out
Lab_A(config)#access-list 10 permit 172.16.1.1
Lab_A(config)#line vty 0 4
Lab_A(config-line)#access-class 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1
Lab_A(config)#line vty 0 4
Lab_A(config-line)#ip access-group 10 in
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Telnet access to the router is restricted by using either a standard or extended IP access list inbound on the VTY lines of the router. The command access-class is used to apply the access list to the VTY lines.

19.
Which command will allow you to see real-time translations on your router?
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 command debug ip nat will show you in real time the translations occurring on your router.

20.
What is the maximum distance running the lowest data rate for 802.11b?
About 100 feet
About 175 feet
About 300 feet
About 350 feet
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11b standard provides the lowest data rate at 1Mbps, but it also has the longest distance, which is about 350 feet.

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