Online Networking Test - Networking Test 10
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.
In a network with dozens of switches, how many root bridges would you have?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
You should have only one root bridge per network.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
How to implement a network medium that is not susceptible to EMI. Which type of cabling should you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Fiber-optic cable provides a more secure, long-distance cable that is not susceptible to EMI interference at high speeds.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
3.
What type of RJ45 UTP cable do you use to connect a PC's COM port to a router or switch console port?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To connect to a router or switch console port, you would use an RJ45 UTP rolled cable.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
4.
Which of the following describe the DHCP Discover message?
- It uses FF:FF:FF:FF:FF:FF as a layer 2 broadcast.
- It uses UDP as the Transport layer protocol.
- It uses TCP as the Transport layer protocol.
- It does not use a layer 2 destination address.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A client that sends out a DHCP Discover message in order to receive an IP address sends out a broadcast at both layer 2 and layer 3. The layer 2 broadcast is all Fs in hex, or FF:FF:FF:FF:FF:FF. The layer 3 broadcast is 255.255.255.255, which means all networks and all hosts. DHCP is connectionless, which means it uses User Datagram Protocol (UDP) at the Transport layer, also called the Host-to-Host layer.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
5.
What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /27 (255.255.255.224) is 3 bits on and 5 bits off. This provides 8 subnets, each with 30 hosts. Does it matter if this mask is used with a Class A, B, or C network address? Not at all. The number of host bits would never change.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
6.
You have an interface on a router with the IP address of 192.168.192.10/29. Including the router interface, how many hosts can have IP addresses on the LAN attached to the router interface?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /29 (255.255.255.248), regardless of the class of address, has only 3 host bits. Six hosts is the maximum number of hosts on this LAN, including the router interface.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
7.
You telnet to a router and make your necessary changes; now you want to end the Telnet session. What command do you type in?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Since the question never mentioned anything about a suspended session, you can assume that the Telnet session is still open, and you would just type exit to close the session.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
8.
IGRP uses which of the following as default parameters for finding the best path to a remote network?
- Hop count
- MTU
- Cumulative interface delay
- STP
- Path bandwidth value
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
IGRP uses bandwidth and delay of the line, by default, to determine the best path to a remote network. Delay of the line can sometimes be called the cumulative interface delay.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
9.
What are the distinct functions of layer 2 switching that increase available bandwidth on the network?
- Address learning
- Routing
- Forwarding and filtering
- Creating network loops
- Loop avoidance
- IP addressing
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Layer 2 features include address learning, forwarding and filtering of the network, and loop avoidance.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
10.
If you want to disable STP on a port connected to a server, which command would you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
If you have a server or other devices connected into your switch that you're totally sure won't create a switching loop if STP is disabled, you can use something called portfast on these ports. Using it means the port won't spend the usual 50 seconds to come up while STP is converging.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
11.
Which 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 Trunk Protocol (VTP) is used to propagate VLAN information across a trunked link.
Discuss about this problem : Discuss in Forum
Learn more problems on : Virtual LANs
12.
Which switching technology reduces the size of a broadcast domain?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Virtual LANs break up broadcast domains in layer 2 switched internetworks.
Discuss about this problem : Discuss in Forum
Learn more problems on : Virtual LANs
13.
Which of the following is an IEEE standard for frame tagging?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
802.1Q was created to allow trunked links between disparate switches.
Discuss about this problem : Discuss in Forum
Learn more problems on : Virtual LANs
14.
You connect a host to a switch port, but the new host cannot log into the server that is plugged into the same switch. What could the problem be?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
This question is a little vague, but the best answer is that the VLAN membership for the port is not configured.
Discuss about this problem : Discuss in Forum
Learn more problems on : Virtual LANs
15.
If you wanted to deny FTP access from network 200.200.10.0 to network 200.199.11.0 but allow everything else, which of the following command strings is valid?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Extended IP access lists use numbers 100-199 and 2000-2699 and filter based on source and destination IP address, protocol number, and port number. The last option is correct because of the second line that specifies permit ip any any. (I used 0.0.0.0 255.255.255.255, which is the same as the any option.) The third option does not have this, so it would deny access but not allow everything else.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
16.
What is the maximum distance running the lowest data rate for 802.11g?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11g standard's lowest data rate is 6Mbps, but it can run from a distance of about 300 feet.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
17.
You have a Cisco mesh network. What protocol allows multiple APs to connect with many redundant connections between nodes?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Each AP in a mesh network runs the Adaptive Wireless Path Protocol (AWPP). This protocol allows RAPs to communicate with each other to determine the best path back to the wired network via the RAP.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
18.
Which of the following is true when describing a global unicast address?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Unlike unicast addresses, global unicast addresses are meant to be routed.
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
19.
Which encapsulations can be configured on a serial interface?
- Ethernet
- Token Ring
- HDLC
- Frame Relay
- PPP
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Ethernet and Token Ring are LAN technologies and cannot be configured on a serial interface. PPP, HDLC, and Frame Relay are layer 2 WAN technologies that are typically configured on a serial interface.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wide Area Networks
20.
In which of the following technologies is the term HFC used?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
In a modern network, hybrid fibre-coaxial (HFC) is a telecommunications industry term for a network that incorporates both optical fiber and coaxial cable to create a broadband network.
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