Online Networking Test - Networking Test 2

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 are the two main types of access control lists (ACLs)?
  1. Standard
  2. IEEE
  3. Extended
  4. Specialized
1 and 3
2 and 4
3 and 4
1 and 2
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Standard and extended access control lists (ACLs) are used to configure security on a router.

2.
Segmentation of a data stream happens at which layer of the OSI model?
Physical
Data Link
Network
Transport
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The Transport layer receives large data streams from the upper layers and breaks these up into smaller pieces called segments.

3.
When data is encapsulated, which is the correct order?
Data, frame, packet, segment, bit
Segment, data, packet, frame, bit
Data, segment, packet, frame, bit
Data, segment, frame, packet, bit
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The encapsulation method is data, segment, packet, frame, bit.

4.
Which statements are true regarding ICMP packets?
  1. They acknowledge receipt of a TCP segment.
  2. They guarantee datagram delivery.
  3. They can provide hosts with information about network problems.
  4. They are encapsulated within IP datagrams.
1 only
2 and 3
3 and 4
2, 3 and 4
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Internet Control Message Protocol (ICMP) is used to send error messages through the network, but they do not work alone. Every segment or ICMP payload must be encapsulated within an IP datagram (or packet).

5.
You have a network that needs 29 subnets while maximizing the number of host addresses available on each subnet. How many bits must you borrow from the host field to provide the correct subnet mask?
2
3
4
5
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A 240 mask is 4 subnet bits and provides 16 subnets, each with 14 hosts. We need more subnets, so let's add subnet bits. One more subnet bit would be a 248 mask. This provides 5 subnet bits (32 subnets) with 3 host bits (6 hosts per subnet). This is the best answer.

6.
To test the IP stack on your local host, which IP address would you ping?
127.0.0.0
1.0.0.127
127.0.0.1
127.0.0.255
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To test the local stack on your host, ping the loopback interface of 127.0.0.1.

7.
What keystroke will terminate setup mode?
Ctrl+Z
Ctrl+^
Ctrl+C
Ctrl+Shift+^
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
You can exit setup mode at any time by using the keystroke Ctrl+C.

8.
Which of the following commands sets the secret password to Cisco?
enable secret password Cisco
enable secret cisco
enable secret Cisco
enable password Cisco
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The enable secret password is case sensitive, so the second option is wrong. To set the enable secret <password>, use the enable secret <password> command from global configuration mode.

9.
Which of the following statements are true regarding the command ip route 172.16.4.0 255.255.255.0 192.168.4.2?
  1. The command is used to establish a static route.
  2. The default administrative distance is used.
  3. The command is used to configure the default route.
  4. The subnet mask for the source address is 255.255.255.0.
1 and 2
2 and 4
3 and 4
All of the above
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Although answer D almost seems right, it is not; the mask is the mask used on the remote network, not the source network. Since there is no number at the end of the static route, it is using the default administrative distance of 1.

10.
Which command will show you all the translations active 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 show ip nat translations will show you the translation table containing all the active NAT entries.

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

12.
Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224
ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command ip nat pool <name> creates the pool that hosts can use to get onto the global Internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224. Option C is wrong because the pool name has a lower case "T" in the pool name. Pool name's are case sensitive.

13.
Which are considered the methods of NAT?
  1. Static
  2. IP NAT pool
  3. Dynamic
  4. NAT double-translation
  5. Overload
1 and 6
3 only
1, 3 and 5
All of the above
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
You can configure NAT three ways on a Cisco router: static, dynamic, and NAT Overload (PAT).

14.
Which of the following is considered to be the address before translation?
Inside local
Outside local
Inside global
Outside global
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The host on the private network before translation is considered to be an inside local host.

15.
Which of the following is considered to be the destination host before translation?
Inside local
Outside local
Inside global
Outside global
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The host on the global network before translation is considered to be an outside local host.

16.
What is the maximum data rate for the 802.11g standard?
6Mbps
11Mbps
22Mbps
54Mbps
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11g standard provides a maximum data rate of up to 54Mbps.

17.
What is the maximum distance with maximum data rate for 802.11b?
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.11b standard provides a maximum data rate of up to only 11Mbps, and you can be around 150 feet, maybe farther, depending on conditions.

18.
Which of the following is true when describing a link-local 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:
Link-local addresses are meant for throwing together a temporary LAN for meetings or a small LAN that is not going to be routed but needs to share and access files and services locally.

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

20.
Which WAN encapsulations can be configured on an asynchronous serial connection?
  1. PPP
  2. ATM
  3. HDLC
  4. SDLC
  5. Frame Relay
1 and 2
2 and 4
3, 4 and 5
All of the above
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Please do not freak out because ATM is an answer to this question. ATM is not covered in depth on the CCNA exam. PPP is mostly used for dial-up (async) services, but ATM could be used as well, though it typically is not used anymore since PPP is so efficient.

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