Online Networking Test - Networking Test 5
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.
If your router is facilitating a CSU/DSU, which of the following commands do you need to use to provide the router with a 64000bps serial link?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The clock rate command is two words, and the speed of the line is in bps.
Discuss about this problem : Discuss in Forum
Learn more problems on : Networking Basics
2.
Acknowledgments, sequencing, and flow control are characteristics of which OSI layer?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A reliable Transport layer connection uses acknowledgments to make sure all data is transmitted and received reliably. A reliable connection is defined by a virtual circuit that uses acknowledgments, sequencing, and flow control, which are characteristics of the Transport layer (layer 4).
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
3.
What are the decimal and hexadecimal equivalents for the binary number 10110111?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
You must be able to take a binary number and convert it into both decimal and hexadecimal.
To convert to decimal, just add up the 1s using their values. The values that are turned on with
the binary number of 10110111 are 128 + 32 + 16 + 4 + 2 + 1 = 183. To get the hexadecimal
equivalent, you need to break the eight binary digits into nibbles (4 bits), 1011 and 0111. By add-
ing up these values, you get 11 and 7. In hexadecimal, 11 is B, so the answer is 0xB7.
Discuss about this problem : Discuss in Forum
Learn more problems on : Internetworking
4.
Which of the following is the decimal and hexadecimal equivalents of the binary number 10011101?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To turn a binary number into decimal, you just have to add the values of each bit that is a 1. The values of 10011101 are 128, 16, 8, 4, and 1. 128 + 16 + 8 + 4 + 1 = 157.
Hexadecimal is a base-16 number system. The values of hexadecimal are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F-16 characters total, from which to create all the numbers you'll ever need. So, if 1001 in binary is 9, then the hexadecimal equivalent is 9. Since we then have 1101, which is 13 in binary, the hexadecimal answer is D and the complete hexadecimal answer is 0x9D.
Discuss about this problem : Discuss in Forum
Learn more problems on : TCP/IP
5.
You have a network with a subnet of 172.16.17.0/22. Which is the valid host address?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
A Class B network ID with a /22 mask is 255.255.252.0, with a block size of 4 in the third octet. The network address in the question is in subnet 172.16.16.0 with a broadcast address of 172.16.19.255. Only option E even has the correct subnet mask listed, and 172.16.18.255 is a valid host.
Discuss about this problem : Discuss in Forum
Learn more problems on : Subnetting
6.
What is the problem with an interface if you type show interface serial 0 and receive the following message?
"Serial0 is administratively down, line protocol is down."
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
If an interface is shut down, the show interface command will show the interface as administratively shut down. (It is possible that no cable is attached, but you can't tell that from this message.)
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
7.
You type Router#sh ru and receive an % ambiguous command error. Why did you receive this message?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The % ambiguous command error means that there is more then one possible command that starts with ru. Use a question mark to find the correct command.
Discuss about this problem : Discuss in Forum
Learn more problems on : IOS and Security Device Manager
8.
You are troubleshooting a connectivity problem in your corporate network and want to isolate the problem. You suspect that a router on the route to an unreachable network is at fault. What IOS user exec command should you issue?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The command traceroute (trace for short), which can be issued from user mode or privileged mode, is used to find the path a packet takes through an internetwork and will also show you where the packet stops because of an error on a router.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
9.
You save the configuration on a router with the copy running-config startup-config command and reboot the router. The router, however, comes up with a blank configuration. What can the problem be?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
If you save a configuration and reload the router and it comes up either in setup mode or as a blank configuration, chances are you have the configuration register setting incorrect.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
10.
You need to gather the IP address of a remote switch that is located in Hawaii. What can you do to find the address?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Although option A is certainly the "best" answer, unfortunately option D will work just fine and your boss would probably prefer you to use the show cdp neighbors detail command.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
11.
The configuration register setting of 0x2102 provides what function to a router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The default configuration setting of 0x2102 tells the router to look in NVRAM for the boot sequence.
Discuss about this problem : Discuss in Forum
Learn more problems on : Managing a Cisco Internetwork
12.
The Corporate router receives an IP packet with a source IP address of 192.168.214.20 and a destination address of 192.168.22.3. Looking at the output from the Corporate router, what will the router do with this packet?
Corp#sh ip route
[output cut]
R 192.168.215.0 [120/2] via 192.168.20.2, 00:00:23, Serial0/0
R 192.168.115.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0
R 192.168.30.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0
C 192.168.20.0 is directly connected, Serial0/0
C 192.168.214.0 is directly connected, FastEthernet0/0
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Since the routing table shows no route to the 192.168.22.0 network, the router will discard the packet and send an ICMP destination unreachable message out interface FastEthernet 0/0, which is the source LAN where the packet originated from.
Discuss about this problem : Discuss in Forum
Learn more problems on : IP Routing
13.
You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Using a named access list just replaces the number used when applying the list to the router's interface. ip access-group Blocksales in is correct.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
14.
Which of the following are valid ways to refer only to host 172.16.30.55 in an IP access list?
- 172.16.30.55 0.0.0.255
- 172.16.30.55 0.0.0.0
- any 172.16.30.55
- host 172.16.30.55
- 0.0.0.0 172.16.30.55
- ip any 172.16.30.55
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The wildcard 0.0.0.0 tells the router to match all four octets. This wildcard format alone can be replaced with the host command.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
15.
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The first thing to check in a question like this is the access-list number. Right away, you can see that the second option is wrong because it is using a standard IP access-list number. The second thing to check is the protocol. If you are filtering by upper-layer protocol, then you must be using either UDP or TCP; this eliminates the fourth option. The third and last answers have the wrong syntax.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
16.
What router command allows you to determine whether an IP access list is enabled on a particular interface?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
Only the show ip interface command will tell you which interfaces have access lists applied. show access-lists will not show you which interfaces have an access list applied.
Discuss about this problem : Discuss in Forum
Learn more problems on : Security
17.
How many non-overlapping channels are available with 802.11a?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
The IEEE 802.11a standard provides up to 12 non-overlapping channels.
Discuss about this problem : Discuss in Forum
Learn more problems on : Wireless Technologies
18.
What multicast addresses does EIGRPv6 use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
EIGRPv6's multicast address stayed very near the same. In IPv4 it was 224.0.0.10; now it is FF02::A (A=10 in hexadecimal notation).
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
19.
To enable OSPFv3, which of the following would you use?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
To enable OSPFv3, you enable the protocol as with RIPng. The command string is ipv6 ospf <process-id> area <area-id>.
Discuss about this problem : Discuss in Forum
Learn more problems on : IPv6
20.
Which of the following describes an industry-wide standard suite of protocols and algorithms that allows for secure data transmission over an IP-based network that functions at the layer 3 Network layer of the OSI model?
Your Answer: Option
(Not Answered)
Correct Answer: Option
Explanation:
IPSec is an industry-wide standard suite of protocols and algorithms that allows for secure data transmission over an IP-based network that functions at the layer 3 Network layer of the OSI model.
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