Online Networking Test - Networking Test 4
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.
What PPP protocol provides dynamic addressing, authentication, and multilink?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Link Control Protocol in the PPP stack provides dynamic addressing, authentication, and multilink.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
Which of the following is the valid host range for the subnet on which the IP address 192.168.168.188 255.255.255.192 resides?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
256 - 192 = 64. 64 + 64 = 128. 128 + 64 = 192. The subnet is 128, the broadcast address
is 191, and the valid host range is the numbers in between, or 129-190.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
3.
What protocols are used to configure trunking on a switch?
- VLAN Trunking Protocol
- VLAN
- 802.1Q
- ISL
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
VTP is not right because it has nothing to do with trunking except that it sends VLAN information across a trunk link. 802.1Q and ISL are used to configure trunking on a port.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
4.
What is the subnetwork address for a host with the IP address 200.10.5.68/28?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
This is a pretty simple question. A /28 is 255.255.255.240, which means that our block size is 16 in the fourth octet. 0, 16, 32, 48, 64, 80, etc. The host is in the 64 subnet.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
5.
Using the illustration from the previous question, what would be the IP address of S0 if you were using the first subnet? The network ID is 192.168.10.0/28 and you need to use the last available IP address in the range. Again, the zero subnet should not be considered valid for this question.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /28 is a 255.255.255.240 mask. The first subnet is 16 (remember that the question stated not to use subnet zero) and the next subnet is 32, so our broadcast address is 31. This makes our host range 17-30. 30 is the last valid host.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
6.
If you wanted administrators to see a message when logging into the router, which command would you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The typical banner is a message of the day (MOTD) and is set by using the global configuration mode command banner motd.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
7.
You type the following command into the router and receive the following output:
Router#show serial 0/0
^
% Invalid input detected at '^' marker.
Why was this error message displayed?Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
You can view the interface statistics from user mode, but the command is show interface serial 0/0.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
8.
What layer of the OSI model would you assume the problem is in if you type show interface serial 1 and receive the following message?
"Serial1 is down, line protocol is down."
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
If you see that a serial interface and the protocol are both down, then you have a Physical layer problem. If you see serial1 is up, line protocol is down, then you are not receiving (Data Link) keepalives from the remote end.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
9.
What is split horizon?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A split horizon will not advertise a route back to the same router it learned the route from.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
10.
What is route poisoning?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Another way to avoid problems caused by inconsistent updates and to stop network loops is route poisoning. When a network goes down, the distance-vector routing protocol initiates route poisoning by advertising the network with a metric of 16, or unreachable (sometimes referred to as infinite).
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
11.
If routers in a single area are configured with the same priority value, what value does a router use for the OSPF Router ID in the absence of a loopback interface?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
At the moment of OSPF process startup, the highest IP address on any active interface will be the Router ID (RID) of the router. If you have a loopback interface configured (logical interface), then that will override the interface IP address and become the RID of the router automatically.
Discuss about this problem : Discuss in Forum
Learn more problems on : EIGRP and OSPF
12.
Which of the following are benefits of VLANs?
- They increase the size of collision domains.
- They allow logical grouping of users by function.
- They can enhance network security.
- They increase the size of broadcast domains while decreasing the number of collision domains.
- They simplify switch administration.
- They increase the number of broadcast domains while decreasing the size of the broadcast domains.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
VLANs break up broadcast domains in a switched layer 2 network, which means smaller broadcast domains. They allow configuration by logical function instead of physical location and can create some security if configured correctly.
Discuss about this problem : Discuss in Forum
Learn more problems on : Virtual LANs
13.
Which of the following would be good reasons to run NAT?
- You need to connect to the Internet and your hosts don't have globally unique IP addresses.
- You change to a new ISP that requires you to renumber your network.
- You don't want any hosts connecting to the Internet.
- You require two intranets with duplicate addresses to merge.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The most popular use of NAT is if you want to connect to the Internet and you don't want hosts to have global (real) IP addresses, but option B and D are correct as well.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
14.
Which command would you place on interface on a private network?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
15.
Which command would you place on interface connected to the Internet?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
16.
How many non-overlapping channels are available with 802.11b?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11b standard provides 3 non-overlapping channels.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
17.
What is the maximum data rate for the 802.11a standard?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11a standard provides a maximum data rate of up to 54Mbps.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
18.
Which of the following is true when describing a multicast address?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Packets addressed to a multicast address are delivered to all interfaces identified by the multicast address, the same as in IPv4. It is also called a one-to-many address. You can always tell a multicast address in IPv6 because multicast addresses always start with FF.
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
19.
When setting up Frame Relay for point-to-point subinterfaces, which of the following must not be configured?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
It is very important to remember when studying the CCNA exam objectives, and when configuring Frame Relay with point-to-point subinterfaces, that you do not put an IP address on the physical interface.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wide Area Networks
20.
The Acme Corporation is implementing dial-up services to enable remote-office employees to connect to the local network. The company uses multiple routed protocols, needs authentication of users connecting to the network, and since some calls will be long distance, needs callback support. Which of the following protocols is the best choice for these remote services?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
PPP is your only option, as HDLC and Frame Relay do not support these types of business requirements. PPP provides dynamic addressing, authentication using PAP or CHAP, and callback services.
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