Online Networking Test - Networking Test 1
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 command is used to upgrade an IOS on a Cisco router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The copy tftp flash command places a new file in flash memory, which is the default location for the Cisco IOS in Cisco routers.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
A receiving host has failed to receive all of the segments that it should acknowledge. What can the host do to improve the reliability of this communication session?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A receiving host can control the transmitter by using flow control (TCP uses Windowing by default). By decreasing the window size, the receiving host can slow down the transmitting host so the receiving host does not overflow its buffers.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
3.
Which fields are contained within an IEEE Ethernet frame header?
- Source and destination MAC address
- Source and destination network address
- Source and destination MAC address and source and destination network address
- FCS field
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
An Ethernet frame has source and destination MAC addresses, an Ether-Type field to identify the Network layer protocol, the data, and the FCS field that holds the answer to the CRC.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
4.
Which of the following describe router functions?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Routers provide packet switching, packet filtering, internetwork communication, and path selection.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
5.
Which of the following are types of flow control?
- Buffering
- Cut-through
- Windowing
- Congestion avoidance
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The common types of flow control are buffering, windowing, and congestion avoidance.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
6.
What type of RJ45 UTP cable is used between switches?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To connect two switches together, you would use a RJ45 UTP crossover cable.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
7.
Which of the following are layers in the TCP/IP model?
- Application
- Session
- Transport
- Internet
- Data Link
- Physical
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
This seems like a hard question at first because it doesn't make sense. The listed answers are from the OSI model and the question asked about the TCP/IP protocol stack (DoD model). However, let's just look for what is wrong. First, the Session layer is not in the TCP/IP model; neither are the Data Link and Physical layers. This leaves us with the Transport layer (Host-to-Host in the DoD model), Internet layer (Network layer in the OSI), and Application layer (Application/Process in the DoD).
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
8.
Which of the following protocols uses both TCP and UDP?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
DNS uses TCP for zone exchanges between servers and UDP when a client is trying to resolve a hostname to an IP address.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
9.
The network address of 172.16.0.0/19 provides how many subnets and hosts?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A CIDR address of /19 is 255.255.224.0. This is a Class B address, so that is only 3 subnet bits, but it provides 13 host bits, or 8 subnets, each with 8,190 hosts.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
10.
Which two statements describe the IP address 10.16.3.65/23?
- The subnet address is 10.16.3.0 255.255.254.0.
- The lowest host address in the subnet is 10.16.2.1 255.255.254.0.
- The last valid host address in the subnet is 10.16.2.254 255.255.254.0.
- The broadcast address of the subnet is 10.16.3.255 255.255.254.0.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The mask 255.255.254.0 (/23) used with a Class A address means that there are 15 subnet bits and 9 host bits. The block size in the third octet is 2 (256 - 254). So this makes the subnets in the interesting octet 0, 2, 4, 6, etc., all the way to 254. The host 10.16.3.65 is in the 2.0 subnet. The next subnet is 4.0, so the broadcast address for the 2.0 subnet is 3.255. The valid host addresses are 2.1 through 3.254.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
11.
If a host on a network has the address 172.16.45.14/30, what is the subnetwork this host belongs to?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A /30, regardless of the class of address, has a 252 in the fourth octet. This means we have a block size of 4 and our subnets are 0, 4, 8, 12, 16, etc. Address 14 is obviously in the 12 subnet.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
12.
On a VLSM network, which mask should you use on point-to-point WAN links in order to reduce the waste of IP addresses?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A point-to-point link uses only two hosts. A /30, or 255.255.255.252, mask provides two hosts per subnet.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
13.
Which three commands can be used to check LAN connectivity problems on a router?
- show interfaces
- show ip route
- tracert
- ping
- dns lookups
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The tracert command is a Windows command and will not work on a router! A router uses the traceroute command.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
14.
Which statement describes a spanning-tree network that has converged?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Convergence occurs when all ports on bridges and switches have transitioned to either the forwarding or blocking states. No data is forwarded until convergence is complete. Before data can be forwarded again, all devices must be updated.
Discuss about this problem : Discuss in Forum
Learn more problems on : Spanning Tree Protocol
15.
A switch has been configured for three different VLANs: VLAN2, VLAN3, and VLAN4. A router has been added to provide communication between the VLANs. What type of interface is necessary on the router if only one connection is to be made between the router and the switch?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Although you can use either 100Mbps or 1Gbps Ethernet, the 100Mbps is necessary at a minimum and is the best answer to this question. You need to trunk the link from the switch to the router to make this connection work with inter-VLAN communication.
Discuss about this problem : Discuss in Forum
Learn more problems on : Virtual LANs
16.
You want to create a standard access list that denies the subnet of the following host: 172.16.198.94/19. Which of the following would you start your list with?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
First, you must know that a /19 is 255.255.224.0, which is a block size of 32 in the third octet. Counting by 32, this makes our subnet 192 in the third octet, and the wildcard for the third octet would be 31 since the wildcard is always one less than the block size.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
17.
Which of the following are advantages of using NAT?
- Translation introduces switching path delays.
- Conserves legally registered addresses.
- Causes loss of end-to-end IP traceability.
- Increases flexibility when connecting to the Internet.
- Certain applications will not function with NAT enabled.
- Reduces address overlap occurrence.
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
NAT is not perfect, but there are some advantages. It conserves global addresses, which allow us to add millions of hosts to the Internet without "real" IP addresses. This provides flexibility in our corporate networks. NAT can also allow you to use the same subnet more than once in the same network without overlapping networks.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
18.
Which command will clear all the translations active on your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command clear ip nat translations * will clear all the active NAT entries in your translation table.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
19.
Port Address Translation is also termed what?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Another term for port address translation is NAT Overload because that is the command used to enable port address translation.
Discuss about this problem : Discuss in Forum
Learn more problems on : Network Address Translation
20.
What is the frequency range of the IEEE 802.11b standard?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11b and IEEE 802.11g standards both run in the 2.4GHz RF range.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
*** 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