Wednesday, 8 February 2017

N10-005 Exam Question

Question: 27

Which of the following provides secure access to a network device?

A. SNMPv2
B. FTP
C. RSH
D. SSH

Answer: D

Tuesday, 3 January 2017

N10-005 Exam Question

Question: 26

Which of the following protocols does DNS utilize on port 53?

A. TCP
B. FTP
C. RTP
D. ICMP

Answer: A

Monday, 19 December 2016

N10-005 Exam Question

Question: 25

Which of the following is always true when a router selects a destination?

A. The default gateway is selected over any other static or dynamic route.
B. The shortest route is always selected.
C. The most specific route is selected over the default gateway.
D. A dynamic route is selected over a directly attached network.

Answer: C

Explanation:

Router always looks for the most closely matched route for forwarding the packet. For example if there are two routes in your router and you have to send a packet to a host with an ip 10.10.10.10 then it will forward packet to 192.168.1.10 rather than 192.168.1.1:

Network Destination Netmask Gateway
0.0.0.0 0.0.0.0 192.168.1.1
10.10.10.0 255.255.255.0 192.168.1.10

Friday, 12 August 2016

N10-005 Exam Question

Question: 24

A technician wants to separate networks on a switch.Which of the following should be configured to allow this?

A. VLAN
B. Trunking
C. Spanning tree
D. Traffic filtering

Answer : A

Thursday, 28 July 2016

N10-005 Exam Question

Question: 23

Which of the following TCP/IP model layers does the OSI model Presentation layer map to?

A. Transport
B. Internet
C. Application
D. Network Interface

Answer: C

Monday, 11 July 2016

N10-005 Exam Question

Question: 22

Which of the following is the common port used for IMAP?

A. 25
B. 53
C. 143
D. 443

Answer : C

Monday, 20 June 2016

N10-005 Exam Question

Question: 21 

Which of the following is a Class A IP address?

A. 10.4.0.1
B. 169.254.0.1
C. 192.168.0.1
D. 254.200.0.1

Answer: A

Explanation:
Class A ip address ranges from 10.0.0.0 to 10.255.255.255