Online Networking Test - Networking Test 8
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 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
2.
What is a stub network?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Stub networks have only one connection to an internetwork. Only default routes can be set on a stub network or network loops may occur.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
3.
Which of the following types of connections can use full duplex?
- Hub to hub
- Switch to switch
- Host to host
- Switch to hub
- Switch to host
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Hubs cannot run full-duplex Ethernet. Full duplex must be used on a point-to-point connection between two devices capable of running full duplex. Switches and hosts can run full duplex between each other, but a hub can never run full duplex.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
4.
Which statements are true regarding ICMP packets?
- ICMP guarantees datagram delivery.
- ICMP can provide hosts with information about network problems.
- ICMP is encapsulated within IP datagrams.
- ICMP is encapsulated within UDP datagrams.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
ICMP is used for diagnostics and destination unreachable messages. ICMP is encapsulated within IP datagrams, and because it is used for diagnostics, it will provide hosts with information about network problems.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
5.
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
6.
Which of the following commands will configure all the default VTY ports on a router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
From global configuration mode, use the line vty 0 4 command to set all five default VTY lines.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
7.
A network administrator wants to upgrade the IOS of a router without removing the image currently installed. What command will display the amount of memory consumed by the current IOS image and indicate whether there is enough room available to hold both the current and new images?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The show flash command will provide you with the current IOS name and size and the size of flash memory.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
8.
Which command will show you the IOS version running on your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The best answer is show version, which shows you the IOS file running currently on your router. The show flash command shows you the contents of flash memory, not which file is running.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
9.
What should the configuration register value be after you successfully complete the password recovery procedure and return the router to normal operation?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
All Cisco routers have a default configuration register setting of 0x2102, which tells the router to load the IOS from flash memory and the configuration from NVRAM.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
10.
If you want to have more than one Telnet session open at the same time, what keystroke combination would you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To keep open one or more Telnet sessions, use the Ctrl+Shift+6 and then X keystroke combination.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
11.
What does RIPv2 use to prevent routing loops?
- CIDR
- Split horizon
- Authentication
- Classless masking
- Holddown timers
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
RIPv2 uses the same timers and loop-avoidance schemes as RIPv1. Split horizon is used to stop an update from being sent out the same interface it was received on. Holddown timers allow time for a network to become stable in the case of a flapping link.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
12.
A network administrator views the output from the show ip route command. A network that is advertised by both RIP and IGRP appears in the routing table flagged as an IGRP route. Why is the RIP route to this network not used in the routing table?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
RIP has an administrative distance (AD) of 120, while IGRP has an administrative distance of 100, so the router will discard any route with a higher AD than 100.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
13.
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?
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.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
14.
Layer 2 switching provides which of the following?
- Hardware-based bridging (ASIC)
- Wire speed
- Low latency
- Low cost
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Switches, unlike bridges, are hardware based. Cisco says its switches are wire speed and provide low latency, and I guess they are low cost compared to their prices in the 1990s.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
15.
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
16.
You are working on a router that has established privilege levels that restrict access to certain functions. You discover that you are not able to execute the command show running-configuration. How can you view and confirm the access lists that have been applied to the Ethernet 0 interface on your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The only command that shows which access lists have been applied to an interface is show ip interface Ethernet 0. The command show access-lists displays all configured access lists, and show ip access-lists displays all configured IP access lists, but neither command indicates whether the displayed access lists have been applied to an interface.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
17.
What is the frequency range of the IEEE 802.11a standard?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11a standard runs in the 5GHz RF range.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
18.
How many non-overlapping channels are available with 802.11h?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11h standard provides an addition 11 channels to the 802.11a standard's 12 non-overlapping channel for a total of 23 non-overlapping channels.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
19.
Which of the following is true when describing a unicast address?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Packets addressed to a unicast address are delivered to a single interface. For load balancing, multiple interfaces can use the same address.
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
20.
Which of the following encapsulates PPP frames in Ethernet frames and uses common PPP features like authentication, encryption, and compression?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
PPPoE encapsulates PPP frames in Ethernet frames and uses common PPP features like authentication, encryption, and compression. PPPoA is used for ATM.
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