Guest User

Untitled

a guest
Jan 27th, 2020
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 141.79 KB | None | 0 0
  1.  
  2. IOS Commands HelpResources Download Cisco Packet Tracer IP Subnet Calculators Donations
  3.  
  4.  
  5.  
  6. CCNA v6 CCNA v7 IT Essentials 7.0 CCNA Security v2.0 CCNA Cyber Ops CCNP Linux
  7. CCNA 1 Final Exam Answers 2019 (v5.1+v6.0) Introduction to Networks Mar 7, 2016 Last updated on: Dec 6, 2019 CCNA 1 Exam Answers, CCNA v6 196 Comments
  8.  
  9.  
  10. Share TweetSharePin itReddit
  11. Print Friendly, PDF & Email
  12. 4.3 / 5 ( 172 votes )
  13. How to find: Press “Ctrl + F” in the browser and fill in whatever wording is in the question to find that question/answer.
  14.  
  15. NOTE: If you have the new question on this test, please comment Question and Multiple-Choice list in form below this article. We will update answers for you in the shortest time. Thank you! We truly value your contribution to the website.
  16.  
  17. Version 6.0:
  18. 1. What is a characteristic of a fault tolerant network?
  19.  
  20. a network that protects confidential information from unauthorized access
  21. a network that can expand quickly to support new users and applications without impacting the performance of the service delivered to existing users
  22. a network that supports a mechanism for managing congestion and ensuring reliable delivery of content to all users
  23. a network that recovers quickly when a failure occurs and depends on redundancy to limit the impact of a failure*
  24. Explain:
  25. Fault tolerant networks limit the impact of a failure because the networks are built in a way that allows for quick recovery when such a failure occurs. These networks depend on multiple or redundant paths between the source and destination of a message.
  26. A scalable network can expand quickly to support new users and applications without impacting the performance of the service being delivered to existing users.
  27. Quality of service (QoS) is a mechanism for managing congestion and ensuring reliable delivery of content to all users.
  28.  
  29.  
  30. 2. Three bank employees are using the corporate network. The first employee uses a web browser to view a company web page in order to read some announcements. The second employee accesses the corporate database to perform some financial transactions. The third employee participates in an important live audio conference with other corporate managers in branch offices. If QoS is implemented on this network, what will be the priorities from highest to lowest of the different data types?
  31. financial transactions, audio conference, web page
  32. audio conference, financial transactions, web page*
  33. audio conference, web page, financial transactions
  34. financial transactions, web page, audio conference
  35. Explain:
  36. QoS mechanisms enable the establishment of queue management strategies that enforce priorities for different categories of application data. Thus, this queuing enables voice data to have priority over transaction data, which has priority over web data.
  37.  
  38.  
  39. 3. What is a benefit of using cloud computing in networking?
  40. End users have the freedom to use personal tools to access information and communicate across a business network.
  41. Network capabilities are extended without requiring investment in new infrastructure, personnel, or software.*
  42. Technology is integrated into every-day appliances allowing them to interconnect with other devices, making them more ‘smart’ or automated.
  43. Home networking uses existing electrical wiring to connect devices to the network wherever there is an electrical outlet, saving the cost of installing data cables.
  44. Explain:
  45. Cloud computing extends IT’s capabilities without requiring investment in new infrastructure, training new personnel, or licensing new software. These services are available on-demand and delivered economically to any device anywhere in the world without compromising security or function. BYOD is about end users having the freedom to use personal tools to access information and communicate across a business or campus network. Smart home technology is integrated into every-day appliances allowing them to interconnect with other devices, making them more ‘smart’ or automated. Powerline networking is a trend for home networking that uses existing electrical wiring to connect devices to the network wherever there is an electrical outlet, saving the cost of installing data cables.
  46.  
  47.  
  48. 4. What is the function of the shell in an OS?
  49. It interacts with the device hardware.
  50. It interfaces between the users and the kernel.*
  51. It provides dedicated firewall services.
  52. It provides the intrusion protection services for the device.
  53. Explain:
  54. Most operating systems contain a shell and a kernel. The kernel interacts with the hardware and the shell interfaces between the kernel and the users.
  55.  
  56.  
  57. 5. Which connection provides a secure CLI session with encryption to a Cisco switch?
  58. a console connection
  59. an AUX connection
  60. a Telnet connection
  61. an SSH connection*
  62. Explain:
  63. A CLI session using Secure Shell (SSH) provides enhanced security because SSH supports strong passwords and encryption during the transport of session data. The other methods support authentication but not encryption.
  64.  
  65.  
  66. 6. A network technician is attempting to configure an interface by entering the following command: SanJose(config)# ip address 192.168.2.1 255.255.255.0. The command is rejected by the device. What is the reason for this?
  67. The command is being entered from the wrong mode of operation.*
  68. The command syntax is wrong.
  69. The subnet mask information is incorrect.
  70. The interface is shutdown and must be enabled before the switch will accept the IP address.
  71. Explain:
  72. The wrong mode of operation is being used. The CLI prompt indicates that the mode of operation is global configuration. IP addresses must be configured from interface configuration mode, as indicated by the SanJose(config-if)# prompt.
  73.  
  74.  
  75. 7. An administrator uses the Ctrl-Shift-6 key combination on a switch after issuing the ping command. What is the purpose of using these keystrokes?
  76. to restart the ping process
  77. to interrupt the ping process*
  78. to exit to a different configuration mode
  79. to allow the user to complete the command
  80. Explain:
  81. To interrupt an IOS process such as ping or traceroute, a user enters the Ctrl-Shift-6 key combination. Tab completes the remainder of parameters or arguments within a command. To exit from configuration mode to privileged mode use the Ctrl-Z keystroke. CTRL-R will redisplay the line just typed, thus making it easier for the user to press Enter and reissue the ping command.
  82.  
  83.  
  84. 8. Refer to the exhibit. A network administrator is configuring access control to switch SW1. If the administrator uses a console connection to connect to the switch, which password is needed to access user EXEC mode?
  85.  
  86. letmein
  87. secretin
  88. linevtyin
  89. lineconin*
  90. Explain:
  91. Telnet accesses a network device through the virtual interface configured with the line VTY command. The password configured under this is required to access the user EXEC mode. The password configured under the line console 0 command is required to gain entry through the console port, and the enable and enable secret passwords are used to allow entry into the privileged EXEC mode.
  92.  
  93.  
  94. 9. On which switch interface would an administrator configure an IP address so that the switch can be managed remotely?
  95. FastEthernet0/1
  96. VLAN 1*
  97. vty 0
  98. console 0
  99. Explain:
  100. Interface VLAN 1 is a virtual interface on a switch, called SVI (switch virtual interface). Configuring an IP address on the default SVI, interface VLAN 1, will allow a switch to be accessed remotely. The VTY line must also be configured to allow remote access, but an IP address cannot be configured on this line.
  101.  
  102.  
  103. 10. What protocol is responsible for controlling the size of segments and the rate at which segments are exchanged between a web client and a web server?
  104. TCP*
  105. IP
  106. HTTP
  107. Ethernet
  108. Explain:
  109. TCP is a Layer 4 protocol of the OSI model. TCP has several responsibilities in the network communication process. It divides large messages into smaller segments which are more efficient to send across the network. It also controls the size and rate of segments exchanged between clients and servers.
  110.  
  111.  
  112. 11. What is an advantage to using a protocol that is defined by an open standard?
  113. A company can monopolize the market.
  114. The protocol can only be run on equipment from a specific vendor.
  115. An open standard protocol is not controlled or regulated by standards organizations.
  116. It encourages competition and promotes choices.*
  117. Explain:
  118. A monopoly by one company is not a good idea from a user point of view. If a protocol can only be run on one brand, it makes it difficult to have mixed equipment in a network. A proprietary protocol is not free to use. An open standard protocol will in general be implemented by a wide range of vendors.
  119.  
  120.  
  121. 12. What are two benefits of using a layered network model? (Choose two.)
  122. It assists in protocol design. *
  123. It speeds up packet delivery.
  124. It prevents designers from creating their own model.
  125. It prevents technology in one layer from affecting other layers.*
  126. It ensures a device at one layer can function at the next higher layer.
  127. Explain:
  128. Some vendors have developed their own reference models and protocols. Today, if a device is to communicate on the Internet, the device must use the TCP/IP model. The benefits of using a layered model are as follows:
  129.  
  130. assists in protocol design
  131. fosters competition between vendors
  132. prevents a technology that functions at one layer from affecting any other layer
  133. provides a common language for describing network functionality
  134. helps in visualizing the interaction between each layer and protocols between each layer
  135.  
  136.  
  137. 13. Which two OSI model layers have the same functionality as two layers of the TCP/IP model? (Choose two.)
  138. data link
  139. network*
  140. physical
  141. session
  142. transport*
  143. Explain:
  144. The OSI transport layer is functionally equivalent to the TCP/IP transport layer, and the OSI network layer is equivalent to the TCP/IP internet layer. The OSI data link and physical layers together are equivalent to the TCP/IP network access layer. The OSI session layer (with the presentation layer) is included within the TCP/IP application layer.
  145.  
  146.  
  147. 14. Which name is assigned to the transport layer PDU?
  148. bits
  149. data
  150. frame
  151. packet
  152. segment*
  153. Explain:
  154. Application data is passed down the protocol stack on its way to be transmitted across the network media. During the process, various protocols add information to it at each level. At each stage of the process, a PDU (protocol data unit) has a different name to reflect its new functions. The PDUs are named according to the protocols of the TCP/IP suite:
  155.  
  156. Data – The general term for the PDU used at the application layer.
  157. Segment – transport layer PDU
  158. Packet – network layer PDU
  159. Frame – data link layer PDU
  160. Bits – A physical layer PDU used when physically transmitting data over the medium
  161.  
  162.  
  163. 15. A network engineer is measuring the transfer of bits across the company backbone for a mission critical database application. The engineer notices that the network throughput appears lower than the bandwidth expected. Which three factors could influence the differences in throughput? (Choose three.)
  164. the amount of traffic that is currently crossing the network*
  165. the sophistication of the encapsulation method applied to the data
  166. the type of traffic that is crossing the network*
  167. the latency that is created by the number of network devices that the data is crossing*
  168. the bandwidth of the WAN connection to the Internet
  169. the reliability of the gigabit Ethernet infrastructure of the backbone
  170. Explain:
  171. Throughput usually does not match the specified bandwidth of physical links due to multiple factors. These factors include, the amount of traffic, type of traffic, and latency created by the network devices the data has to cross.
  172.  
  173.  
  174. 16. A network administrator is troubleshooting connectivity issues on a server. Using a tester, the administrator notices that the signals generated by the server NIC are distorted and not usable. In which layer of the OSI model is the error categorized?
  175. presentation layer
  176. network layer
  177. physical layer*
  178. data link layer
  179. Explain:
  180. The NIC has responsibilities in both Layer 1 and Layer 2. The NIC encodes the frame as a series of signals that are transmitted onto the local media. This is the responsibility of the physical layer of the OSI model. The signal could be in the form of electrical, optical, or radio waves.
  181.  
  182.  
  183. 17. Which type of UTP cable is used to connect a PC to a switch port?
  184. console
  185. rollover
  186. crossover
  187. straight-through**
  188. Explain:
  189. A rollover cable is a Cisco proprietary cable used to connect to a router or switch console port. A straight-through (also called patch) cable is usually used to interconnect a host to a switch and a switch to a router. A crossover cable is used to interconnect similar devices together, for example, between two switches, two routers, and two hosts.
  190.  
  191.  
  192. 18. A network administrator is measuring the transfer of bits across the company backbone for a mission critical financial application. The administrator notices that the network throughput appears lower than the bandwidth expected. Which three factors could influence the differences in throughput? (Choose three.)
  193. the amount of traffic that is currently crossing the network*
  194. the sophistication of the encapsulation method applied to the data
  195. the type of traffic that is crossing the network *
  196. the latency that is created by the number of network devices that the data is crossing*
  197. the bandwidth of the WAN connection to the Internet
  198. the reliability of the gigabit Ethernet infrastructure of the backbone
  199. Explain:
  200. Throughput usually does not match the specified bandwidth of physical links due to multiple factors. These factors include, the amount of traffic, type of traffic, and latency created by the network devices the data has to cross.
  201.  
  202.  
  203. 19. What is a characteristic of UTP cabling?
  204. cancellation*
  205. cladding
  206. immunity to electrical hazards
  207. woven copper braid or metallic foil
  208. Explain:
  209. Cladding and immunization from electrical hazards are characteristics for fiber-optic cabling. A woven copper braid or metallic foil is used as a shield for the inner coaxial cable conductor. Cancellation is a property of UTP cabling where two wires are located adjacent to one another so each magnetic field cancels out the adjacent magnetic field.
  210.  
  211.  
  212. 20. What are two characteristics of fiber-optic cable? (Choose two.)
  213. It is not affected by EMI or RFI.*
  214. Each pair of cables is wrapped in metallic foil.
  215. It combines the technique of cancellation, shielding, and twisting to protect data.
  216. It typically contains 4 pairs of fiber-optic wires.
  217. It is more expensive than UTP cabling is.*
  218. Explain:
  219. Fiber-optic cabling supports higher bandwidth than UTP for longer distances. Fiber is immune to EMI and RFI, but costs more, requires more skill to install, and requires more safety precautions.
  220.  
  221.  
  222. 21. What is a characteristic of the LLC sublayer?
  223. It provides the logical addressing required that identifies the device.
  224. It provides delimitation of data according to the physical signaling requirements of the medium.
  225. It places information in the frame allowing multiple Layer 3 protocols to use the same network interface and media.*
  226. It defines software processes that provide services to the physical layer.
  227. Explain:
  228. The Logical Link Control (LLC) defines the software processes that provide services to the network layer protocols. The information is placed by LLC in the frame and identifies which network layer protocol is being used for the frame. This information allows multiple Layer 3 protocols, such as IPv4 and IPv6, to utilize the same network interface and media.
  229.  
  230.  
  231. 22. A network team is comparing physical WAN topologies for connecting remote sites to a headquarters building. Which topology provides high availability and connects some, but not all, remote sites?
  232. mesh
  233. partial mesh*
  234. hub and spoke
  235. point-to-point
  236. Explain:
  237. Partial mesh topologies provide high availability by interconnecting multiple remote sites, but do not require a connection between all remote sites. A mesh topology requires point-to-point links with every system being connected to every other system. A point-to-point topology is where each device is connected to one other device. A hub and spoke uses a central device in a star topology that connects to other point-to-point devices.
  238.  
  239.  
  240. 23. What method is used to manage contention-based access on a wireless network?
  241. CSMA/CD
  242. priority ordering
  243. CSMA/CA*
  244. token passing
  245. Explain:
  246. Carrier sense multiple access with collision avoidance (CSMA/CA) is used with wireless networking technology to mediate media contention. Carrier sense multiple access with collision detection (CSMA/CD) is used with wired Ethernet technology to mediate media contention. Priority ordering and token passing are not used (or not a method) for media access control.
  247.  
  248.  
  249. 24. What are the three primary functions provided by Layer 2 data encapsulation? (Choose three.)
  250. error correction through a collision detection method
  251. session control using port numbers
  252. data link layer addressing*
  253. placement and removal of frames from the media
  254. detection of errors through CRC calculations *
  255. delimiting groups of bits into frames*
  256. conversion of bits into data signals
  257. Explain:
  258. Through the framing process, delimiters are used to identify the start and end of the sequence of bits that make up a frame. Data link layer addressing is added to enable a frame to be delivered to a destination node. A cyclic redundancy check (CRC) field is calculated on every bit and added to the frame. If the CRC value contained in the arriving frame is the same as the one the receiving node creates, the frame will be processed.
  259.  
  260.  
  261. 25. What will a host on an Ethernet network do if it receives a frame with a destination MAC address that does not match its own MAC address?
  262. It will discard the frame.*
  263. It will forward the frame to the next host.
  264. It will remove the frame from the media.
  265. It will strip off the data-link frame to check the destination IP address.
  266. Explain:
  267. In an Ethernet network, each NIC in the network checks every arriving frame to see if the destination MAC address in the frame matches its own MAC address. If there is no match, the device discards the frame. If there is a match, the NIC passes the frame up to the next OSI layer.
  268.  
  269.  
  270. 26. What are two examples of the cut-through switching method? (Choose two.)
  271. store-and-forward switching
  272. fast-forward switching*
  273. CRC switching
  274. fragment-free switching*
  275. QOS switching
  276. Explain:
  277. Store-and forward switching accepts the entire frame and performs error checking using CRC before forwarding the frame. Store-and-forward is often required for QOS analysis. Fast-forward and fragment-free are both variations of the cut-through switching method where only part of the frame is received before the switch begins to forward it.
  278.  
  279.  
  280. 27. What are two actions performed by a Cisco switch? (Choose two.)
  281. building a routing table that is based on the first IP address in the frame header
  282. using the source MAC addresses of frames to build and maintain a MAC address table*
  283. forwarding frames with unknown destination IP addresses to the default gateway
  284. utilizing the MAC address table to forward frames via the destination MAC address*
  285. examining the destination MAC address to add new entries to the MAC address table
  286. Explain:
  287. Important actions that a switch performs are as follows:
  288.  
  289. When a frame comes in, the switch examines the Layer 2 source address to build and maintain the Layer 2 MAC address table.
  290. It examines the Layer 2 destination address to determine how to forward the frame. When the destination address is in the MAC address table, then the frame is sent out a particular port. When the address is unknown, the frame is sent to all ports that have devices connected to that network.
  291.  
  292.  
  293. 28. Which frame forwarding method receives the entire frame and performs a CRC check to detect errors before forwarding the frame?
  294. cut-through switching
  295. store-and-forward switching*
  296. fragment-free switching
  297. fast-forward switching
  298. Explain:
  299. Fast-forward and fragment-free switching are variations of cut-through switching, which begins to forward the frame before the entire frame is received.
  300.  
  301.  
  302. 29. Refer to the exhibit. If host A sends an IP packet to host B, what will the destination address be in the frame when it leaves host A?
  303.  
  304. DD:DD:DD:DD:DD:DD
  305. 172.168.10.99
  306. CC:CC:CC:CC:CC:CC
  307. 172.168.10.65
  308. BB:BB:BB:BB:BB:BB*
  309. AA:AA:AA:AA:AA:AA
  310. Explain:
  311. When a host sends information to a distant network, the Layer 2 frame header will contain a source and destination MAC address. The source address will be the originating host device. The destination address will be the router interface that connects to the same network. In the case of host A sending information to host B, the source address is AA:AA:AA:AA:AA:AA and the destination address is the MAC address assigned to the R2 Ethernet interface, BB:BB:BB:BB:BB:BB.
  312.  
  313.  
  314. 30. What addresses are mapped by ARP?
  315. destination MAC address to a destination IPv4 address*
  316. destination IPv4 address to the source MAC address
  317. destination IPv4 address to the destination host name
  318. destination MAC address to the source IPv4 address
  319. Explain:
  320. ARP, or the Address Resolution Protocol, works by mapping a destination MAC address to a destination IPv4 address. The host knows the destination IPv4 address and uses ARP to resolve the corresponding destination MAC address.
  321.  
  322.  
  323. 31. What information is added during encapsulation at OSI Layer 3?
  324. source and destination MAC
  325. source and destination application protocol
  326. source and destination port number
  327. source and destination IP address*
  328. Explain:
  329. IP is a Layer 3 protocol. Layer 3 devices can open the Layer 3 header to inspect the Layer 3 header which contains IP-related information including the source and destination IP addresses.
  330.  
  331.  
  332. 32. What are two services provided by the OSI network layer? (Choose two.)
  333. performing error detection
  334. routing packets toward the destination *
  335. encapsulating PDUs from the transport layer*
  336. placement of frames on the media
  337. collision detection
  338. Explain:
  339. The OSI network layer provides several services to allow communication between devices:
  340.  
  341. addressing
  342. encapsulation
  343. routing
  344. de-encapsulation
  345. Error detection, placing frames on the media, and collision detection are all functions of the data ink layer.
  346.  
  347.  
  348. 33. Refer to the exhibit. The network administrator for a small advertising company has chosen to use the 192.168.5.96/27 network for internal LAN addressing. As shown in the exhibit, a static IP address is assigned to the company web server. However, the web server cannot access the Internet. The administrator verifies that local workstations with IP addresses that are assigned by a DHCP server can access the Internet, and the web server is able to ping local workstations. Which component is incorrectly configured?
  349.  
  350. subnet mask
  351. DNS address
  352. host IP address
  353. default gateway address*
  354. Explain:
  355. When a 255.255.255.224 subnet mask is used, the first three bits of the last octet are part of the network portion for an IPv4 address in the subnet. For the 192.168.5.96/27 network, valid host addresses are 192.168.5.97 through 192.168.5.126. The default gateway address is for the Layer 3 device on the same network and it must contain an IP address within the valid IP address range.
  356.  
  357.  
  358. 34. Why does a Layer 3 device perform the ANDing process on a destination IP address and subnet mask?
  359. to identify the broadcast address of the destination network
  360. to identify the host address of the destination host
  361. to identify faulty frames
  362. to identify the network address of the destination network*
  363. Explain:
  364. ANDing allows us to identify the network address from the IP address and the network mask.
  365.  
  366.  
  367. 35. What are two functions of NVRAM? (Choose two.)
  368. to store the routing table
  369. to retain contents when power is removed *
  370. to store the startup configuration file*
  371. to contain the running configuration file
  372. to store the ARP table
  373. Explain:
  374. NVRAM is permanent memory storage, so the startup configuration file is preserved even if the router loses power.
  375.  
  376.  
  377. 36. Refer to the exhibit. What will be the result of entering this configuration the next time a network administrator connects a console cable to the router and no additional commands have been entered?
  378.  
  379. The administrator will be required to enter Cisco123.
  380. The administrator will be required to enter Cisco234.
  381. The administrator will be required to enter Cisco789.
  382. The administrator will be presented with the R1> prompt.*
  383. Explain:
  384. Until both the password password and the login commands are entered in console line configuration mode, no password is required to gain access to enable mode.
  385.  
  386.  
  387. 37. What is the dotted decimal representation of the IPv4 address 11001011.00000000.01110001.11010011?
  388. 192.0.2.199
  389. 198.51.100.201
  390. 203.0.113.211*
  391. 209.165.201.223
  392. Explain:
  393. Each section (octet) contains eight binary digits. Each digit represents a specific value (128, 64, 32, 16, 8, 4, 2, and 1). Everywhere there is a 1, the specific value is relevant. Add all relevant values in a particular octet to obtain the decimal value. For example binary 11001011 equals 203 in decimal.
  394.  
  395.  
  396. 38. What are three characteristics of multicast transmission? (Choose three.)
  397. The source address of a multicast transmission is in the range of 224.0.0.0 to 224.0.0.255.
  398. A single packet can be sent to a group of hosts. *
  399. Multicast transmission can be used by routers to exchange routing information. *
  400. Routers will not forward multicast addresses in the range of 224.0.0.0 to 224.0.0.255.*
  401. Computers use multicast transmission to request IPv4 addresses.
  402. Multicast messages map lower layer addresses to upper layer addresses.
  403. Explain:
  404. Broadcast messages consist of single packets that are sent to all hosts on a network segment. These types of messages are used to request IPv4 addresses, and map upper layer addresses to lower layer addresses. A multicast transmission is a single packet sent to a group of hosts and is used by routing protocols, such as OSPF and RIPv2, to exchange routes. The address range 224.0.0.0 to 224.0.0.255 is reserved for link-local addresses to reach multicast groups on a local network.
  405.  
  406.  
  407. 39. What are the three ranges of IP addresses that are reserved for internal private use? (Choose three.)
  408. 10.0.0.0/8*
  409. 64.100.0.0/14
  410. 127.16.0.0/12
  411. 172.16.0.0/12*
  412. 192.31.7.0/24
  413. 192.168.0.0/16*
  414. Explain:
  415. The private IP address blocks that are used inside companies are as follows:
  416.  
  417. 10.0.0.0 /8 (any address that starts with 10 in the first octet)
  418. 172.16.0.0 /12 (any address that starts with 172.16 in the first two octets through 172.31.255.255)
  419. 192.168.0.0 /16 (any address that starts with 192.168 in the first two octets)
  420.  
  421.  
  422. 40. What purpose does NAT64 serve in IPv6?
  423. It converts IPv6 packets into IPv4 packets.*
  424. It translates private IPv6 addresses into public IPv6 addresses.
  425. It enables companies to use IPv6 unique local addresses in the network.
  426. It converts regular IPv6 addresses into 64-bit addresses that can be used on the Internet.
  427. It converts the 48-bit MAC address into a 64-bit host address that can be used for automatic host addressing.
  428. Explain:
  429. NAT64 is typically used in IPv6 when networks are being transitioned from IPv4 to IPv6. It allows the IPv6 networks to connect to IPv4 networks (such as the Internet), and works by translating the IPv6 packets into IPv4 packets.
  430.  
  431.  
  432. 41. What is the most compressed representation of the IPv6 address 2001:0000:0000:abcd:0000:0000:0000:0001?
  433. 2001:0:abcd::1
  434. 2001:0:0:abcd::1*
  435. 2001::abcd::1
  436. 2001:0000:abcd::1
  437. 2001::abcd:0:1
  438. Explain:
  439. The IPv6 address 2001:0000:0000:abcd:0000:0000:0000:0001 in its most compressed format would be 2001:0:0:abcd::1. The first two hextets of zeros would each compress to a single zero. The three consecutive hextets of zeros can be compressed to a double colon ::. The three leading zeros in the last hextet can be removed. The double colon :: can only be used once in an address.
  440.  
  441.  
  442. 42. Which range of link-local addresses can be assigned to an IPv6-enabled interface?
  443. FEC0::/10
  444. FDEE::/7
  445. FE80::/10*
  446. FF00::/8
  447. Explain:
  448. Link-local addresses are in the range of FE80::/10 to FEBF::/10. The original IPv6 specification defined site-local addresses and used the prefix range FEC0::/10, but these addresses were deprecated by the IETF in favor of unique local addresses. FDEE::/7 is a unique local address because it is in the range of FC00::/7 to FDFF::/7. IPv6 multicast addresses have the prefix FF00::/8.
  449.  
  450.  
  451. 43. Which three addresses are valid public addresses? (Choose three.)
  452. 198.133.219.17*
  453. 192.168.1.245
  454. 10.15.250.5
  455. 128.107.12.117*
  456. 192.15.301.240
  457. 64.104.78.227 *
  458. 44. Refer to the exhibit. On the basis of the output, which two statements about network connectivity are correct? (Choose two.)
  459.  
  460.  
  461. There is connectivity between this device and the device at 192.168.100.1.*
  462. The connectivity between these two hosts allows for videoconferencing calls.
  463. There are 4 hops b**etween this device and the device at 192.168.100.1.*
  464. The average transmission time between the two hosts is 2 milliseconds.
  465. This host does not have a default gateway configured.
  466. Explain:
  467. The output displays a successful Layer 3 connection between a host computer and a host at 19.168.100.1. It can be determined that 4 hops exist between them and the average transmission time is 1 milliseconds. Layer 3 connectivity does not necessarily mean that an application can run between the hosts.
  468.  
  469.  
  470. 45. What type of IPv6 address is FE80::1?
  471. loopback
  472. link-local*
  473. multicast
  474. global unicast
  475. Explain:
  476. Link-local IPv6 addresses start with FE80::/10, which is any address from FE80:: to FEBF::. Link-local addresses are used extensively in IPv6 and allow directly connected devices to communicate with each other on the link they share.
  477.  
  478.  
  479. 46. How many valid host addresses are available on an IPv4 subnet that is configured with a /26 mask?
  480. 254
  481. 190
  482. 192
  483. 62*
  484. 64
  485. Explain:
  486. When a /26 mask is used, 6 bits are used as host bits. With 6 bits, 64 addresses are possible, but one address is for the subnet number and one address is for a broadcast. This leaves 62 addresses that can be assigned to network devices.
  487.  
  488.  
  489. 47. A site administrator has been told that a particular network at the site must accommodate 126 hosts. Which subnet mask would be used that contains the required number of host bits?
  490. 255.255.255.0
  491. 255.255.255.128*
  492. 255.255.255.224
  493. 255.255.255.240
  494. Explain:
  495. The subnet mask of 255.255.255.0 has 8 host bits. The mask of 255.255.255.128 results in 7 host bits. The mask of 255.255.255.224 has 5 host bits. Finally, 255.255.255.240 represents 4 host bits.
  496.  
  497.  
  498. 48. A network administrator wants to have the same subnet mask for three subnetworks at a small site. The site has the following networks and numbers of devices:
  499. Subnetwork A: IP phones – 10 addresses
  500. Subnetwork B: PCs – 8 addresses
  501. Subnetwork C: Printers – 2 addresses
  502. What single subnet mask would be appropriate to use for the three subnetworks?
  503. 255.255.255.0
  504. 255.255.255.240*
  505. 255.255.255.248
  506. 255.255.255.252
  507. Explain:
  508. If the same mask is to be used, then the network with the most hosts must be examined for number of hosts. Because this is 10 hosts, 4 host bits are needed. The /28 or 255.255.255.240 subnet mask would be appropriate to use for these networks. ​
  509.  
  510.  
  511. 49. How many hosts are addressable on a network that has a mask of 255.255.255.248?
  512. 2
  513. 6*
  514. 8
  515. 14
  516. 16
  517. 254
  518. Explain:
  519. The subnet mask of 255.255.255.248 is the same as /29. This means the network portion of the address is 29 of the 32 bits in the address. Only 3 bits remain for host bits. 2^3 = 8, but one of these addresses has to be used for the network number and one address must be used as the broadcast address to reach all of the hosts on this network. That leaves only 6 usable IP addresses that can be assigned to hosts in this network. Don’t forget that the default gateway must be one of these devices if this network is to communicate with other networks.
  520.  
  521.  
  522. 50. Which subnet would include the address 192.168.1.96 as a usable host address?
  523. 192.168.1.64/26*
  524. 192.168.1.32/27
  525. 192.168.1.32/28
  526. 192.168.1.64/29
  527. Explain:
  528. For the subnet of 192.168.1.64/26, there are 6 bits for host addresses, yielding 64 possible addresses. However, the first and last subnets are the network and broadcast addresses for this subnet. Therefore, the range of host addresses for this subnet is 192.168.1.65 to 192.168.1.126. The other subnets do not contain the address 192.168.1.96 as a valid host address.
  529.  
  530.  
  531. 51. What subnet mask is needed if an IPv4 network has 40 devices that need IP addresses and address space is not to be wasted?
  532. 255.255.255.0
  533. 255.255.255.128
  534. 255.255.255.192*
  535. 255.255.255.224
  536. 255.255.255.240
  537. Explain:
  538. In order to accommodate 40 devices, 6 host bits are needed. With 6 bits, 64 addresses are possible, but one address is for the subnet number and one address is for a broadcast. This leaves 62 addresses that can be assigned to network devices. The mask associated with leaving 6 host bits for addressing is 255.255.255.192.
  539.  
  540.  
  541. 52. What are two characteristics shared by TCP and UDP? (Choose two.)
  542. default window size
  543. connectionless communication
  544. port numbering*
  545. 3-way handshake
  546. ability to to carry digitized voice
  547. use of checksum*
  548. Explain:
  549. Both TCP and UDP use source and destination port numbers to distinguish different data streams and to forward the right data segments to the right applications. Error checking the header and data is done by both protocols by using a checksum calculation to determine the integrity of the data that is received. TCP is connection-oriented and uses a 3-way handshake to establish an initial connection. TCP also uses window to regulate the amount of traffic sent before receiving an acknowledgment. UDP is connectionless and is the best protocol for carry digitized VoIP signals.
  550.  
  551.  
  552. 53. Why are port numbers included in the TCP header of a segment?
  553. to indicate the correct router interface that should be used to forward a segment
  554. to identify which switch ports should receive or forward the segment
  555. to determine which Layer 3 protocol should be used to encapsulate the data
  556. to enable a receiving host to forward the data to the appropriate application*
  557. to allow the receiving host to assemble the packet in the proper order
  558. 54. Refer to the exhibit. Consider the IP address of 192.168.10.0/24 that has been assigned to a high school building. The largest network in this building has 100 devices. If 192.168.10.0 is the network number for the largest network, what would be the network number for the next largest network, which has 40 devices?
  559.  
  560.  
  561. 192.168.10.0
  562. 192.168.10.128*
  563. 192.168.10.192
  564. 192.168.10.224
  565. 192.168.10.240
  566. Explain:
  567. The first thing to calculate is what IP addresses are used by the largest LAN. Because the LAN has 100 hosts, 7 bits must be left for host bits. This would be a subnet mask of 255.255.255.128 for the largest LAN (192.168.10.0/25). The IP addresses range from 192.168.10.0 through 192.168.10.127. 192.168.10.0 is the network number (all 0s in the host bits) and 192.168.10.127 is the broadcast for this Ethernet LAN (all 1s in the host bits). The next available IP address is the next network number – 192.168.10.128.
  568.  
  569. 55. Which statement is true about variable-length subnet masking?
  570.  
  571. Each subnet is the same size.
  572. The size of each subnet may be different, depending on requirements.*
  573. Subnets may only be subnetted one additional time.
  574. Bits are returned, rather than borrowed, to create additional subnets.
  575. Explain:
  576. In variable-length subnet masking, bits are borrowed to create subnets. Additional bits may be borrowed to create additional subnets within the original subnets. This may continue until there are no bits available to borrow.
  577.  
  578.  
  579. 56. In what two situations would UDP be the preferred transport protocol over TCP? (Choose two.)
  580. when applications need to guarantee that a packet arrives intact, in sequence, and unduplicated
  581. when a faster delivery mechanism is needed*
  582. when delivery overhead is not an issue
  583. when applications do not need to guarantee delivery of the data*
  584. when destination port numbers are dynamic
  585. Explain:
  586. UDP is a stateless protocol, which means that neither device on either end of the conversation must keep track of the conversation. As a stateless protocol, UDP is used as the Layer 4 protocol for applications that need speedy (best-effort) delivery. An example of such traffic is the transport of digitized voice or video.
  587.  
  588.  
  589. 57. What important information is added to the TCP/IP transport layer header to ensure communication and connectivity with a remote network device?
  590. timing and synchronization
  591. destination and source port numbers*
  592. destination and source physical addresses
  593. destination and source logical network addresses
  594. Explain:
  595. The destination and source port numbers are used to identify exactly which protocol and process is requesting or responding to a request.
  596.  
  597.  
  598. 58. What is the TCP mechanism used in congestion avoidance?
  599. three-way handshake
  600. socket pair
  601. two-way handshake
  602. sliding window*
  603. Explain:
  604. TCP uses windows to attempt to manage the rate of transmission to the maximum flow that the network and destination device can support while minimizing loss and retransmissions. When overwhelmed with data, the destination can send a request to reduce the of the window. This congestion avoidance is called sliding windows.
  605.  
  606.  
  607. 59. Which scenario describes a function provided by the transport layer?
  608. A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network.
  609. A student is playing a short web-based movie with sound. The movie and sound are encoded within the transport layer header.
  610. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.*
  611. A corporate worker is accessing a web server located on a corporate network. The transport layer formats the screen so the web page appears properly no matter what device is being used to view the web site.
  612. Explain:
  613. The source and destination port numbers are used to identify the correct application and window within that application.
  614.  
  615.  
  616. 60. A user opens three browsers on the same PC to access www.cisco.com to search for certification course information. The Cisco web server sends a datagram as a reply to the request from one of the web browsers. Which information is used by the TCP/IP protocol stack in the PC to identify which of the three web browsers should receive the reply?
  617. the destination IP address
  618. the destination port number*
  619. the source IP address
  620. the source port number
  621. Explain:
  622. Each web browser client application opens a randomly generated port number in the range of the registered ports and uses this number as the source port number in the datagram that it sends to a server. The server then uses this port number as the destination port number in the reply datagram that it sends to the web browser. The PC that is running the web browser application receives the datagram and uses the destination port number that is contained in this datagram to identify the client application.
  623.  
  624.  
  625. 61. What are two ways that TCP uses the sequence numbers in a segment? (Choose two.)
  626. to identify missing segments at the destination *
  627. to reassemble the segments at the remote location*
  628. to specify the order in which the segments travel from source to destination
  629. to limit the number of segments that can be sent out of an interface at one time
  630. to determine if the packet changed during transit
  631. 62. Which two tasks are functions of the presentation layer? (Choose two.)
  632.  
  633. compression*
  634. addressing
  635. encryption*
  636. session control
  637. authentication
  638. Explain:
  639. The presentation layer deals with common data format. Encryption, formatting, and compression are some of the functions of the layer. Addressing occurs in the network layer, session control occurs in the session layer, and authentication takes place in the application or session layer.
  640.  
  641.  
  642. 63. Which three statements characterize UDP? (Choose three.)
  643. UDP provides basic connectionless transport layer functions.*
  644. UDP provides connection-oriented, fast transport of data at Layer 3.
  645. UDP relies on application layer protocols for error detection. *
  646. UDP is a low overhead protocol that does not provide sequencing or flow control mechanisms.*
  647. UDP relies on IP for error detection and recovery.
  648. UDP provides sophisticated flow control mechanisms.
  649. Explain:
  650. UDP is a simple protocol that provides the basic transport layer functions. It has much lower overhead than TCP because it is not connection-oriented and does not offer the sophisticated retransmission, sequencing, and flow control mechanisms that provide reliability.
  651.  
  652.  
  653. 64. What is a key characteristic of the peer-to-peer networking model?
  654. wireless networking
  655. social networking without the Internet
  656. network printing using a print server
  657. resource sharing without a dedicated server*
  658. Explain:
  659. The peer-to-peer (P2P) networking model allows data, printer, and resource sharing without a dedicated server.​​
  660.  
  661.  
  662. 65. A technician can ping the IP address of the web server of a remote company but cannot successfully ping the URL address of the same web server. Which software utility can the technician use to diagnose the problem?
  663. tracert
  664. ipconfig
  665. netstat
  666. nslookup*
  667. Explain:
  668. Traceroute (tracert) is a utility that generates a list of hops that were successfully reached along the path from source to destination.This list can provide important verification and troubleshooting information. The ipconfig utility is used to display the IP configuration settings on a Windows PC. The Netstat utility is used to identify which active TCP connections are open and running on a networked host. Nslookup is a utility that allows the user to manually query the name servers to resolve a given host name. This utility can also be used to troubleshoot name resolution issues and to verify the current status of the name servers.
  669.  
  670.  
  671. 66. Which domain name would be an example of a top-level domain?
  672. www.cisco.com
  673. cisco.com
  674. .com*
  675. root.cisco.com
  676. Explain:
  677. Top-level domains represent a country or type of organization, such as .com or .edu.
  678.  
  679.  
  680. 67. A PC obtains its IP address from a DHCP server. If the PC is taken off the network for repair, what happens to the IP address configuration?
  681. The configuration is permanent and nothing changes.
  682. The address lease is automatically renewed until the PC is returned.
  683. The address is returned to the pool for reuse when the lease expires.*
  684. The configuration is held by the server to be reissued when the PC is returned.
  685. Explain:
  686. When a DCHP address is issued to a host, it is for a specific lease time. Once the lease expires, the address is returned to the DHCP pool.
  687.  
  688.  
  689. 68. When planning for network growth, where in the network should packet captures take place to assess network traffic?
  690. on as many different network segments as possible*
  691. only at the edge of the network
  692. between hosts and the default gateway
  693. only on the busiest network segment
  694. Explain:
  695. Because some types of traffic will be only on specific network segments, packet captures for analysis should be performed on as many segments as possible.
  696.  
  697.  
  698. 69. A wireless host needs to request an IP address. What protocol would be used to process the request?
  699. FTP
  700. HTTP
  701. DHCP*
  702. ICMP
  703. SNMP
  704. Explain:
  705. The DHCP protocol is used to request, issue, and manage IP addressing information. CSMA/CD is the access method used with wired Ethernet. ICMP is used to test connectivity. SNMP is used with network management and FTP is used for file transfer.
  706.  
  707.  
  708. 70. Which example of malicious code would be classified as a Trojan horse?
  709. malware that was written to look like a video game*
  710. malware that requires manual user intervention to spread between systems
  711. malware that attaches itself to a legitimate program and spreads to other programs when launched
  712. malware that can automatically spread from one system to another by exploiting a vulnerability in the target
  713. Explain:
  714. A Trojan horse is malicious code that has been written specifically to look like a legitimate program. This is in contrast to a virus, which simply attaches itself to an actual legitimate program. Viruses require manual intervention from a user to spread from one system to another, while a worm is able to spread automatically between systems by exploiting vulnerabilities on those devices.
  715.  
  716.  
  717. 71. When applied to a router, which command would help mitigate brute-force password attacks against the router?
  718. exec-timeout 30
  719. service password-encryption
  720. banner motd $Max failed logins = 5$
  721. login block-for 60 attempts 5 within 60*
  722. Explain:
  723. The login block-for command sets a limit on the maximum number of failed login attempts allowed within a defined period of time. If this limit is exceeded, no further logins are allowed for the specified period of time. This helps to mitigate brute-force password cracking since it will significantly increase the amount of time required to crack a password. The exec-timeout command specifies how long the session can be idle before the user is disconnected. The service password-encryption command encrypts the passwords in the running configuration. The banner motd command displays a message to users who are logging in to the device.
  724.  
  725.  
  726. 72. A network technician suspects that a particular network connection between two Cisco switches is having a duplex mismatch. Which command would the technician use to see the Layer 1 and Layer 2 details of a switch port?
  727. show mac-address-table
  728. show ip interface brief
  729. show interfaces*
  730. show running-config
  731. Explain:
  732. The show interfaces command can be used on both routers and switches to see speed, duplex, media type, MAC address, port type, and other Layer 1/Layer 2-related information.
  733.  
  734.  
  735. 73. Where are Cisco IOS debug output messages sent by default?
  736. Syslog server
  737. console line*
  738. memory buffers
  739. vty lines
  740. Explain:
  741. Debug messages, like other IOS log messages, are sent to the console line by default. Sending these messages to the terminal lines requires the terminal monitor command.
  742.  
  743.  
  744. 74. Match the description with the associated IOS mode. (not all options are used.)
  745. Question
  746.  
  747. Answer
  748.  
  749.  
  750. user EXEC mode
  751. limited number of basic monitoring commands
  752. the first entrance intro the CLI of an IOS device
  753.  
  754. privileged EXEC mode
  755. accessed by entering the enable command
  756. identified by a prompt ending with the # character
  757.  
  758.  
  759.  
  760. global configuration mode
  761. changes made affect the operation of the device as a whole
  762. accessed by entering the configure terminal command
  763.  
  764. 75. Refer to the exhibit. Match the packets with their destination IP address to the exiting interfaces on the router. (Not all options are used.)
  765.  
  766.  
  767. Answer
  768.  
  769.  
  770.  
  771.  
  772. FastEthernet0/0 -> packets with destination of 172.17.6.15
  773. FastEthernet0/1 -> packets with destination of 172.17.14.8
  774. FastEthernet1/0 -> packets with destination of 172.17.12.10
  775. FastEthernet1/1 -> packets with destination of 172.17.10.5
  776. Serial0/0/0 -> packets with destination of 172.17.8.20
  777. 76. Refer to the exhibit. An administrator is testing connectivity to a remote device with the IP address 10.1.1.1. What does the output of this command indicate?
  778.  
  779.  
  780. Connectivity to the remote device was successful.
  781. A router along the path did not have a route to the destination.*
  782. A ping packet is being blocked by a security device along the path.
  783. The connection timed out while waiting for a reply from the remote device.
  784. Explain:
  785. In the output of the ping command, an exclamation mark (!) indicates a response was successfully received, a period (.) indicates that the connection timed out while waiting for a reply, and the letter “U” indicates that a router along the path did not have a route to the destination and sent an ICMP destination unreachable message back to the source.
  786.  
  787.  
  788. 77. A user is unable to reach the web site when typing http://www.cisco.com in a web browser, but can reach the same site by typing http://72.163.4.161. What is the issue?
  789. default gateway
  790. DHCP
  791. TCP/IP protocol stack
  792. DNS *
  793. Explain:
  794. Domain Name Service (DNS) is used to translate a web address to an IP address. The address of the DNS server is provided via DHCP to host computers.​
  795.  
  796.  
  797. 78. A company is expanding its business to other countries. All branch offices must remain connected to corporate headquarters at all times. Which network technology is required to support this requirement?
  798. LAN
  799. MAN
  800. WAN*
  801. WLAN
  802. Explain:
  803. A local-area network (LAN) normally connects end users and network resources over a limited geographic area using Ethernet technology. A wireless LAN (WLAN) serves the same purpose as a LAN but uses wireless technologies. A metropolitan-area network (MAN) spans a larger geographic area such as a city, and a wide-area network (WAN) connects networks together over a large geographic area. WANs can span cities, countries, or the globe.
  804.  
  805.  
  806. 79. A home user is looking for an ISP connection that provides high speed digital transmission over regular phone lines. What ISP connection type should be used?
  807. DSL*
  808. dial-up
  809. satellite
  810. cell modem
  811. cable modem
  812. 80. How does quality of service help a network support a wide range of applications and services?
  813.  
  814. by limiting the impact of a network failure
  815. by allowing quick recovery from network failures
  816. by providing mechanisms to manage congested network traffic*
  817. by providing the ability for the network to grow to accommodate new users
  818. Explain:
  819. Quality of service (QoS), is a vital component of the architecture of a network. With QoS, network administrators can provide applications with predictable and measurable service guarantees through mechanisms that manage congested network traffic.
  820.  
  821.  
  822. 81. What source IP address does a router use by default when the traceroute command is issued?
  823. the highest configured IP address on the router
  824. the lowest configured IP address on the router
  825. a loopback IP address
  826. the IP address of the outbound interface*
  827. Explain:
  828. When sending an echo request message, a router will use the IP address of the exit interface as the source IP address. This default behavior can be changed by using an extended ping and specifying a specific source IP address.
  829.  
  830.  
  831. 82. After making configuration changes on a Cisco switch, a network administrator issues a copy running-config startup-config command. What is the result of issuing this command?
  832. The new configuration will be stored in flash memory.
  833. The new configuration will be loaded if the switch is restarted.*
  834. The current IOS file will be replaced with the newly configured file.
  835. The configuration changes will be removed and the original configuration will be restored.
  836. Explain:
  837. With the copy running-config startup-config command, the content of the current operating configuration replaces the startup configuration file stored in NVRAM. The configuration file saved in NVRAM will be loaded when the device is restarted.
  838.  
  839.  
  840. 83. Refer to the exhibit. A network administrator is configuring access control to switch SW1. If the administrator has already logged into a Telnet session on the switch, which password is needed to access privileged EXEC mode?
  841.  
  842. letmein
  843. secretin*
  844. lineconin
  845. linevtyin
  846. Explain:
  847. Telnet accesses a network device through the virtual interface configured with the line VTY command. The password configured under this is required to access the user EXEC mode. The password configured under the line console 0 command is required to gain entry through the console port, and the enable and enable secret passwords are used to allow entry into the privileged EXEC mode.
  848.  
  849.  
  850. 84. Match each item to the type of topology diagram on which it is typically identified. (Not all options are used.)
  851. Question
  852.  
  853. Answer
  854.  
  855. physical topology diagram
  856. location of a desktop PC in a classroom
  857. path of cables that connect rooms to wiring closets
  858. logical topology diagram
  859. IP address of a server
  860. Explain:
  861. A logical topology diagram typically depicts the IP addressing scheme and groupings of devices and ports. A physical topology diagram shows how those devices are connected to each other and the network, focusing on the physical locations of intermediary devices, configured ports, and cabling.
  862.  
  863.  
  864. 85. Which connection provides a secure CLI session with encryption to a Cisco network device?
  865. a console connection
  866. an AUX connection
  867. a Telnet connection
  868. an SSH connection*
  869. Explain:
  870. A CLI session using Secure Shell (SSH) provides enhanced security because SSH supports strong passwords and encryption during the transport of session data. The other methods support authentication but not encryption.
  871.  
  872.  
  873. 86. What function does pressing the Tab key have when entering a command in IOS?
  874. It aborts the current command and returns to configuration mode.
  875. It exits configuration mode and returns to user EXEC mode.
  876. It moves the cursor to the beginning of the next line.
  877. It completes the remainder of a partially typed word in a command.*
  878. Explain:
  879. Pressing the Tab key after a command has been partially typed will cause the IOS to complete the rest of the command.
  880.  
  881.  
  882. 87. What layer is responsible for routing messages through an internetwork in the TCP/IP model?
  883. internet*
  884. transport
  885. network access
  886. session
  887. Explain:
  888. The TCP/IP model consists of four layers: application, transport, internet, and network access. Of these four layers, it is the internet layer that is responsible for routing messages. The session layer is not part of the TCP/IP model but is rather part of the OSI model.
  889.  
  890.  
  891. 88. Which statement accurately describes a TCP/IP encapsulation process when a PC is sending data to the network?
  892. Data is sent from the internet layer to the network access layer.
  893. Packets are sent from the network access layer to the transport layer.
  894. Segments are sent from the transport layer to the internet layer.*
  895. Frames are sent from the network access layer to the internet layer.
  896. Explain:
  897. When the data is traveling from the PC to the network, the transport layer sends segments to the internet layer. The internet layer sends packets to the network access layer, which creates frames and then converts the frames to bits. The bits are released to the network media.
  898.  
  899.  
  900. 89. What unique address is embedded in an Ethernet NIC and used for communication on an Ethernet network?
  901. host address
  902. IP address
  903. MAC address*
  904. network address
  905. k layer
  906. Explain:
  907. The MAC address is a 48-bit address that is burned into every Ethernet NIC. Each MAC address is unique throughout the world.
  908.  
  909.  
  910. 90. Which procedure is used to reduce the effect of crosstalk in copper cables?
  911. requiring proper grounding connections
  912. twisting opposing circuit wire pairs together*
  913. wrapping the bundle of wires with metallic shielding
  914. designing a cable infrastructure to avoid crosstalk interference
  915. avoiding sharp bends during installation
  916. Explain:
  917. In copper cables, crosstalk is a disturbance caused by the electric or magnetic fields of a signal on one wire interfering with the signal in an adjacent wire. Twisting opposing circuit wire pairs together can effectively cancel the crosstalk. The other options are effective measures to counter the negative effects of EMI and RFI, but not crosstalk.
  918.  
  919.  
  920. 91. During the encapsulation process, what occurs at the data link layer for a PC connected to an Ethernet network?
  921. An IP address is added.
  922. The logical address is added.
  923. The physical address is added.*
  924. The process port number is added.
  925. Explain:
  926. The Ethernet frame includes the source and destination physical address. The trailer includes a CRC value in the Frame Check Sequence field to allow the receiving device to determine if the frame has been changed (has errors) during the transmission.
  927.  
  928.  
  929. 92. What are two characteristics of Ethernet MAC addresses? (Choose two.)
  930. They are globally unique.*
  931. They are routable on the Internet.
  932. They are expressed as 12 hexadecimal digits.*
  933. MAC addresses use a flexible hierarchical structure.
  934. MAC addresses must be unique for both Ethernet and serial interfaces on a device.
  935. Explain:
  936. An Ethernet MAC address is a 48-bit binary value expressed as 12 hexadecimal digits. MAC addresses must be globally unique by design. MAC addresses are in flat structure and thus they are not routable on the Internet. Serial interfaces do not use MAC addresses.
  937.  
  938.  
  939. 93. If a device receives an Ethernet frame of 60 bytes, what will it do?
  940. drop the frame*
  941. process the frame as it is
  942. send an error message to the sending device
  943. add random data bytes to make it 64 bytes long and then forward it
  944. Explain:
  945. Ethernet standards define the minimum frame size as 64 bytes. A frame less than 64 bytes is considered a “collision fragment” or “runt frame” and is automatically discarded by receiving devices.
  946.  
  947.  
  948. 94. Under which two circumstances will a switch flood a frame out of every port except the port that the frame was received on? (Choose two.)
  949. The frame has the broadcast address as the destination address. *
  950. The destination address is unknown to the switch.*
  951. The source address in the frame header is the broadcast address.
  952. The source address in the frame is a multicast address.
  953. The destination address in the frame is a known unicast address.
  954. Explain:
  955. A switch will flood a frame out of every port, except the one that the frame was received from, under two circumstances. Either the frame has the broadcast address as the destination address, or the destination address is unknown to the switch.
  956.  
  957.  
  958. 95. Which switching method has the lowest level of latency?
  959. cut-through
  960. store-and-forward
  961. fragment-free
  962. fast-forward*
  963. Explain:
  964. Fast-forward switching begins to forward a frame after reading the destination MAC address, resulting in the lowest latency. Fragment-free reads the first 64 bytes before forwarding. Store-and-forward has the highest latency because it reads the entire frame before beginning to forward it. Both fragment-free and fast-forward are types of cut-through switching.
  965.  
  966.  
  967. 96. Which two commands can be used on a Windows host to display the routing table? (Choose two.)
  968. netstat -s
  969. route print*
  970. show ip route
  971. netstat -r*
  972. tracert
  973. Explain:
  974. On a Windows host, the route print or netstat -r commands can be used to display the host routing table. Both commands generate the same output. On a router, the show ip route command is used to display the routing table. The netstat –scommand is used to display per-protocol statistics. The tracert command is used to display the path that a packet travels to its destination.
  975.  
  976.  
  977. 97. Which two functions are primary functions of a router? (Choose two.)
  978. packet forwarding*
  979. microsegmentation
  980. domain name resolution
  981. path selection*
  982. flow control
  983. 98. What is the binary representation of 0xCA?
  984.  
  985. 10111010
  986. 11010101
  987. 11001010*
  988. 11011010
  989. Explain:
  990. When converted, CA in hex is equivalent to 11011010 in binary. One way to do the conversion is one nibble at a time, C = 1100 and A = 1010. Combine the two nibbles gives 11001010.
  991.  
  992.  
  993. 99. At a minimum, which address is required on IPv6-enabled interfaces?
  994. link-local*
  995. unique local
  996. site local
  997. global unicast
  998. Explain:
  999. All IPv6 enabled interfaces must at minimum have a link-local address. Other IPv6 addresses can be assigned to the interface as required.
  1000.  
  1001.  
  1002. 100. Which service provides dynamic global IPv6 addressing to end devices without using a server that keeps a record of available IPv6 addresses?
  1003. stateful DHCPv6
  1004. SLAAC*
  1005. static IPv6 addressing
  1006. stateless DHCPv6
  1007. Explain:
  1008. Using stateless address autoconfiguration (SLAAC), a PC can solicit a router and receive the prefix length of the network. From this information the PC can then create its own IPv6 global unicast address.
  1009.  
  1010.  
  1011. 101. What is the purpose of the command ping ::1?
  1012. It tests the internal configuration of an IPv6 host.*
  1013. It tests the broadcast capability of all hosts on the subnet.
  1014. It tests the multicast connectivity to all hosts on the subnet.
  1015. It tests the reachability of the default gateway for the network.
  1016. Explain:
  1017. The address ::1 is an IPv6 loopback address. Using the command ping ::1 tests the internal IP stack to ensure that it is configured and functioning correctly. It does not test reachability to any external device, nor does it confirm that IPv6 addresses are properly configured on the host.
  1018.  
  1019.  
  1020. 102. How many usable IP addresses are available on the 192.168.1.0/27 network?
  1021. 256
  1022. 254
  1023. 62
  1024. 30*
  1025. 16
  1026. 32
  1027. Explain:
  1028. A /27 mask is the same as 255.255.255.224. This leaves 5 host bits. With 5 host bits, 32 IP addresses are possible, but one address represents the subnet number and one address represents the broadcast address. Thus, 30 addresses can then be used to assign to network devices.
  1029.  
  1030.  
  1031. 103. What is the process of dividing a data stream into smaller pieces before transmission?
  1032. segmentation*
  1033. encapsulation
  1034. encoding
  1035. flow control
  1036. Explain:
  1037. Data streams would cause significant network congestion if they were transmitted as a single large stream of bits. To increase efficiency, data streams are segmented into smaller more manageable pieces which are then transmitted over the network.
  1038.  
  1039.  
  1040. 104. When IPv4 addressing is manually configured on a web server, which property of the IPv4 configuration identifies the network and host portion for an IPv4 address?
  1041. DNS server address
  1042. subnet mask*
  1043. default gateway
  1044. DHCP server address
  1045. Explain:
  1046. There are several components that need to be entered when configuring IPv4 for an end device:
  1047.  
  1048. IPv4 address – uniquely identifies an end device on the network
  1049. Subnet mask – determines the network address portion and host portion for an IPv4 address
  1050. Default gateway – the IP address of the router interface used for communicating with hosts in another network
  1051. DNS server address – the IP address of the Domain Name System (DNS) server
  1052. DHCP server address (if DHCP is used) is not configured manually on end devices. It will be provided by a DHCP server when an end device requests an IP address.
  1053.  
  1054.  
  1055. 105. Which two roles can a computer assume in a peer-to-peer network where a file is being shared between two computers? (Choose two.)
  1056. client*
  1057. master
  1058. server*
  1059. slave
  1060. transient
  1061. Explain:
  1062. In a peer-to-peer (P2P) network, two or more computers are connected and can share resources without the use of a dedicated server. The computer that has the file acts as a server for the device (the client) that requests the file.​
  1063.  
  1064.  
  1065. 106. Which two protocols operate at the highest layer of the TCP/IP protocol stack? (Choose two.)
  1066. DNS*
  1067. Ethernet
  1068. IP
  1069. POP*
  1070. TCP
  1071. UDP
  1072. Explain:
  1073. The application layer is the top layer of the TCP/IP protocol stack. Application layer protocols include HTTP, DNS, HTML, TFTP, POP, IMAP, FTP, and SMTP.
  1074.  
  1075.  
  1076. 107. What is one difference between the client-server and peer-to-peer network models?
  1077. Only in the client-server model can file transfers occur.
  1078. Every device in a peer-to-peer network can function as a client or a server.*
  1079. A peer-to-peer network transfers data faster than a transfer using a client-server network.
  1080. A data transfer that uses a device serving in a client role requires that a dedicated server be present.
  1081. Explain:
  1082. Data transfer speeds depend on a number of factors including the amount of traffic, the quality of service imposed, and the network media. Transfer speeds are not dependent on the network model type. File transfers can occur using the client-server model or the peer-to-peer model. A data transfer between a device acting in the client role and a device acting in the server role can occur in both peer-to-peer and client-server networks.
  1083.  
  1084.  
  1085. 108. What is the function of the HTTP GET message?
  1086. to request an HTML page from a web server*
  1087. to send error information from a web server to a web client
  1088. to upload content to a web server from a web client
  1089. to retrieve client email from an email server using TCP port 110
  1090. Explain:
  1091. There are three common HTTP message types:
  1092.  
  1093. GET – used by clients to request data from the web server
  1094. POST – used by clients to upload data to a web server
  1095. PUT – used by clients to upload data to a web server
  1096.  
  1097.  
  1098. 109. Which networking model is being used when an author uploads one chapter document to a file server of a book publisher?
  1099. peer-to-peer
  1100. master-slave
  1101. client/server*
  1102. point-to-point
  1103. Explain:
  1104. In the client/server network model, a network device assumes the role of server in order to provide a particular service such as file transfer and storage. In the client/server network model, a dedicated server does not have to be used, but if one is present, the network model being used is the client/server model. In contrast, a peer-to-peer network does not have a dedicated server.
  1105.  
  1106.  
  1107. 110. What network service resolves the URL entered on a PC to the IP address of the destination server?
  1108. DNS*
  1109. DHCP
  1110. FTP
  1111. SNMP
  1112. Explain:
  1113. When a client attempts to connect to a website, the destination URL must be resolved to an IP address. To do this the client queries a Domain Name System (DNS) server.
  1114.  
  1115.  
  1116. 111. A network engineer is analyzing reports from a recently performed network baseline. Which situation would depict a possible latency issue?
  1117. a change in the bandwidth according to the show interfaces output
  1118. a next-hop timeout from a traceroute
  1119. an increase in host-to-host ping response times*
  1120. a change in the amount of RAM according to the show version output
  1121. Explain:
  1122. While analyzing historical reports an administrator can compare host-to-host timers from the ping command and depict possible latency issues.​
  1123.  
  1124.  
  1125. 112. Which firewall feature is used to ensure that packets coming into a network are legitimate responses to requests initiated from internal hosts?
  1126. stateful packet inspection*
  1127. URL filtering
  1128. application filtering
  1129. packet filtering
  1130. Explain:
  1131. Stateful packet inspection on a firewall checks that incoming packets are actually legitimate responses to requests originating from hosts inside the network. Packet filtering can be used to permit or deny access to resources based on IP or MAC address. Application filtering can permit or deny access based on port number. URL filtering is used to permit or deny access based on URL or on keywords.
  1132.  
  1133.  
  1134. 113. What is one indication that a Windows computer did not receive an IPv4 address from a DHCP server?
  1135. The computer cannot ping 127.0.0.1.
  1136. Windows displays a DHCP timeout message.
  1137. The computer receives an IP address that starts with 169.254*
  1138. The computer cannot ping other devices on the same network with IP addresses in the 169.254.0.0/16 range.
  1139. Explain:
  1140. When a Windows PC cannot communicate with an IPv4 DHCP server, the computer automatically assigns an IP address in the 169.254.0.0/16 range. Any other device on the same network that receives an address in the same range is reachable.​
  1141.  
  1142.  
  1143. 114. Which command can an administrator issue on a Cisco router to send debug messages to the vty lines?
  1144. terminal monitor*
  1145. logging console
  1146. logging buffered
  1147. logging synchronous
  1148. Explain:
  1149. Debug messages, like other IOS log messages, are sent to the console line by default. Sending these messages to the terminal lines requires the terminal monitor command.
  1150.  
  1151.  
  1152. 115. Fill in the blank.
  1153. During data communications, a host may need to send a single message to a specific group of destination hosts simultaneously. This message is in the form of a Multicast message.
  1154. 116. A medium-sized business is researching available options for connecting to the Internet. The company is looking for a high speed option with dedicated, symmetric access. Which connection type should the company choose?
  1155.  
  1156. DSL
  1157. dialup
  1158. satellite
  1159. leased line*
  1160. cable modem
  1161. 117. What is the purpose of having a converged network?
  1162.  
  1163. to provide high speed connectivity to all end devices
  1164. to make sure that all types of data packets will be treated equally
  1165. to achieve fault tolerance and high availability of data network infrastructure devices
  1166. to reduce the cost of deploying and maintaining the communication infrastructure*
  1167. Explain:
  1168. With the development of technology, companies can now consolidate disparate networks onto one platform called a converged network. In a converged network, voice, video, and data travel over the same network, thus eliminating the need to create and maintain separate networks. This also reduces the costs associated with providing and maintaining the communication network infrastructure.
  1169.  
  1170.  
  1171. 118. What characteristic of a network enables it to quickly grow to support new users and applications without impacting the performance of the service being delivered to existing users?
  1172. reliability
  1173. scalability*
  1174. quality of service
  1175. accessibility
  1176. Explain:
  1177. Networks must be able to quickly grow to support new users and services, without impacting existing users and services. This ability to grow is known as scalability.
  1178.  
  1179.  
  1180. 119. After several configuration changes are made to a router, the copy running-configuration startup-configuration command is issued. Where will the changes be stored?
  1181. flash
  1182. ROM
  1183. NVRAM*
  1184. RAM
  1185. the configuration register
  1186. a TFTP server
  1187. 120. Refer to the exhibit. From global configuration mode, an administrator is attempting to create a message-of-the-day banner by using the command banner motd V Authorized access only! Violators will be prosecuted! V When users log in using Telnet, the banner does not appear correctly. What is the problem?
  1188.  
  1189.  
  1190. The banner message is too long.
  1191. The delimiting character appears in the banner message.*
  1192. The symbol “!” signals the end of a banner message.
  1193. Message-of-the-day banners will only appear when a user logs in through the console port.
  1194. 121. What are three characteristics of an SVI? (Choose three.)
  1195.  
  1196. It is designed as a security protocol to protect switch ports.
  1197. It is not associated with any physical interface on a switch.*
  1198. It is a special interface that allows connectivity by different types of media.
  1199. It is required to allow connectivity by any device at any location.
  1200. It provides a means to remotely manage a switch. *
  1201. It is associated with VLAN1 by default.*
  1202. Explain:
  1203. Switches have one or more switch virtual interfaces (SVIs). SVIs are created in software since there is no physical hardware associated with them. Virtual interfaces provide a means to remotely manage a switch over a network that is using IP. Each switch comes with one SVI appearing in the default configuration “out-of-the-box.” The default SVI interface is VLAN1.
  1204.  
  1205.  
  1206. 122. A technician configures a switch with these commands:SwitchA(config)# interface vlan 1
  1207. SwitchA(config-if)# ip address 192.168.1.1 255.255.255.0
  1208. SwitchA(config-if)# no shutdownWhat is the technician configuring?
  1209. Telnet access
  1210. SVI*
  1211. password encryption
  1212. physical switchport access
  1213. Explain:
  1214. For a switch to have an IP address, a switch virtual interface must be configured. This allows the switch to be managed remotely over the network.
  1215.  
  1216.  
  1217. 123. In computer communication, what is the purpose of message encoding?
  1218. to convert information to the appropriate form for transmission*
  1219. to interpret information
  1220. to break large messages into smaller frames
  1221. to negotiate correct timing for successful communication
  1222. Explain:
  1223. Before a message is sent across a network it must first be encoded. Encoding is the process of converting the data message into another format suitable for transmission across the physical medium. Each bit of the message is encoded into a pattern of sounds, light waves, or electrical impulses depending on the network media over which the bits are transmitted. The destination host receives and decodes the signals in order to interpret the message.
  1224.  
  1225.  
  1226. 124. What is a characteristic of multicast messages?
  1227. They are sent to a select group of hosts.*
  1228. They must be acknowledged.
  1229. They are sent to a single destination.
  1230. They are sent to all hosts on a network.
  1231. Explain:
  1232. Multicast is a one-to-many type of communication. Multicast messages are addressed to a specific multicast group.
  1233.  
  1234.  
  1235. 125. A large corporation has modified its network to allow users to access network resources from their personal laptops and smart phones. Which networking trend does this describe?
  1236. bring your own device*
  1237. video conferencing
  1238. online collaboration
  1239. cloud computing
  1240. 126. True or False.
  1241. A dedicated server is not needed when implementing a peer-to-peer network.
  1242.  
  1243. true*
  1244. false
  1245. 127. Which term refers to a network that provides secure access to the corporate offices by suppliers, customers and collaborators?
  1246.  
  1247. Internet
  1248. intranet
  1249. extranet*
  1250. extendednet
  1251. Explain:
  1252. The term Internet refers to the worldwide collection of connected networks. Intranet refers to a private connection of LANs and WANS that belong to an organization and is designed to be accessible to the members of the organization, employees, or others with authorization.​ Extranets provide secure and safe access to ​suppliers, customers, and collaborators. Extendednet is not a type of network.
  1253.  
  1254. 128. What subnet mask is required to support 512 subnets on networks 172.28.0.0/16?
  1255.  
  1256. 255.255.240.0
  1257. 255.255.255.224
  1258. 255.255.255.240
  1259. 255.255.255.128*
  1260. 255.255.252.0
  1261. 129. A DHCP server is used to IP addresses dynamically to the hosts on a network. The address pool is configured with 10.29.244.0/25. There are 19 printers on this network that need to use reserve static IP addresses from the pool. How many IP address in the pool are left to be assign to other hosts?
  1262.  
  1263. 210
  1264. 60
  1265. 109
  1266. 107*
  1267. 146
  1268. Version 5:
  1269. 130. What is a function of the data link layer?
  1270.  
  1271. provides the formatting of data
  1272. provides for the exchange of data over a common local media*
  1273. provides end-to-end delivery of data between hosts
  1274. provides delivery of data between two applications
  1275. 131. Which communication tool allows real-time collaboration?
  1276.  
  1277. wiki
  1278. e-mail
  1279. weblog
  1280. instant messaging*
  1281. 132. A host is accessing a Web server on a remote network. Which three functions are performed by intermediary network devices during this conversation? (Choose three.)
  1282.  
  1283. regenerating data signals*
  1284. acting as a client or a server
  1285. providing a channel over which messages travel
  1286. applying security settings to control the flow of data *
  1287. notifying other devices when errors occur*
  1288. serving as the source or destination of the messages
  1289. 133. Refer to the exhibit. From which location did this router load the IOS?
  1290.  
  1291.  
  1292. flash memory*
  1293. NVRAM?
  1294. RAM
  1295. ROM
  1296. a TFTP server?
  1297. 134. Refer to the exhibit. Which action will be successful?
  1298.  
  1299.  
  1300. PC1 can send a ping to 192.168.1.1?.
  1301. PC1 can send a ping to 192.168.1.254?.
  1302. PC2 can send a ping to 192.168.1.1.*
  1303. PC2 can send a ping to 192.168.1.254?.
  1304. 135. Fill in the blank.
  1305. Port numbers ranging from 0 to 1023 are considered to be Well Known ports.
  1306.  
  1307. 136. Fill in the blank.
  1308. ISOC, IANA, EIA, and IEEE represent standards organizations which help to promote and maintain an open Internet.
  1309.  
  1310.  
  1311.  
  1312. 137. Refer to the exhibit. An administrator is trying to configure the switch but receives the error message that is displayed in the exhibit. What is the problem?
  1313.  
  1314.  
  1315. The entire command, configure terminal, must be used.
  1316. The administrator is already in global configuration mode.
  1317. The administrator must first enter privileged EXEC mode before issuing the command.*
  1318. The administrator must connect via the console port to access global configuration mode.
  1319. 138. A company is expanding its business to other countries. All branch offices must remain connected to corporate headquarters at all times. Which network technology is required to support this requirement?
  1320.  
  1321. LAN
  1322. MAN
  1323. WAN*
  1324. WLAN
  1325. Explain:
  1326. A local-area network (LAN) normally connects end users and network resources over a limited geographic area using Ethernet technology. A wireless LAN (WLAN) serves the same purpose as a LAN but uses wireless technologies. A metropolitan-area network (MAN) spans a larger geographic area such as a city, and a wide-area network (WAN) connects networks together over a large geographic area. WANs can span cities, countries, or the globe.
  1327.  
  1328.  
  1329. 139. A network administrator is upgrading a small business network to give high priority to real-time applications traffic. What two types of network services is the network administrator trying to accommodate? (Choose two.)
  1330. SNMP
  1331. instant messaging
  1332. voice*
  1333. FTP
  1334. video*
  1335. 140. Match the situation with the appropriate use of network media.
  1336. Question
  1337. CCNA1 Final Exam v5.1 008 Question
  1338. Answer
  1339. CCNA 1 v6.0 Final Exam Answers 2019-2020
  1340. CCNA 1 v6.0 Final Exam Answers 2019-2020
  1341.  
  1342. Copper Cables
  1343. horizontal cabling structure
  1344. desktop PCs in an enterprise office
  1345. Fiber Optic
  1346. backbone cabling in an enterprise
  1347. long-haul networks
  1348. Wireless
  1349. guest access in a coffee shop
  1350. waiting rooms in a hospital
  1351. Explain:
  1352. Copper Cables – horizontal cabling structure and desktop PCs in offices in an enterprise
  1353. Fiber optic – backbone cabling in an enterprise and long-haul networks
  1354. Wireless – coffee shops and waiting rooms in a hospital
  1355.  
  1356.  
  1357. 141. Which IPv4 address can be pinged to test the internal TCP/IP operation of a host?
  1358. 0.0.0.0
  1359. 0.0.0.1
  1360. 127.0.0.1*
  1361. 192.168.1.1
  1362. 255.255.255.255
  1363. 142. What three application layer protocols are part of the TCP/IP protocol suite? (Choose three.)
  1364.  
  1365. ARP
  1366.  
  1367. DHCP*
  1368. DNS*
  1369. FTP*
  1370. NAT
  1371. PPP
  1372. 143. Which two protocols function at the internet layer? (Choose two)
  1373.  
  1374. ARP
  1375. BOOTP
  1376. ICMP*
  1377. IP*
  1378. PPP
  1379. 144. Which publicly available resources describe protocols, processes, and technologies for the Internet but do not give implementation details?
  1380.  
  1381. Request for Comments*
  1382. IRTF research papers
  1383. protocol models
  1384. IEEE standards
  1385. 145. Which address on a PC does not change, even if the PC is moved to a different network?
  1386.  
  1387. IP address
  1388. default gateway address
  1389. MAC address*
  1390. logical address
  1391. 146. What is the protocol that is used to discover a physical address from a known logical address and what message type does it use?
  1392.  
  1393. ARP, multicast
  1394. DNS, unicast
  1395. DNS, broadcast
  1396. ARP, broadcast*
  1397. PING, multicast
  1398. PING, broadcast
  1399. 147. What will happen if the default gateway address is incorrectly configured on a host?
  1400.  
  1401. The host cannot communicate with other hosts in the local network.
  1402. The switch will not forward packets initiated by the host.
  1403. The host will have to use ARP to determine the correct address of the default gateway.
  1404. The host cannot communicate with hosts in other networks.*
  1405. A ping from the host to 127.0.0.1 would not be successful.
  1406. 148. What is an important function of the physical layer of the OSI model?
  1407.  
  1408. It accepts frames from the physical media.
  1409. It encapsulates upper layer data into frames.
  1410. It defines the media access method performed by the hardware interface.
  1411. It encodes frames into electrical, optical, or radio wave signals.*
  1412. 149. Which two statements describe the characteristics of fiber-optic cabling? (Choose two.)
  1413.  
  1414. Fiber-optic cabling does not conduct electricity.*
  1415. Fiber-optic cabling has high signal loss.
  1416. Fiber-optic cabling is primarily used as backbone cabling.*
  1417. Multimode fiber-optic cabling carries signals from multiple sending devices.
  1418. Fiber-optic cabling uses LEDs for single-mode cab?les and laser technology for multimode cables.
  1419. 150. What is contained in the trailer of a data-link frame?
  1420.  
  1421. logical address
  1422. physical address
  1423. data
  1424. error detection*
  1425. 151. Refer to the exhibit. A ping to PC3 is issued from PC0, PC1, and PC2 in this exact order. Which MAC addresses will be contained in the S1 MAC address table that is associated with the Fa0/1 port?
  1426.  
  1427.  
  1428. just PC0 and PC1 MAC addresses*
  1429. just the PC0 MAC address
  1430. PC0, PC1, and PC2 MAC addresses
  1431. just the PC1 MAC address
  1432. just the PC2 MAC address
  1433. 152. How does a Layer 3 switch differ from a Layer 2 switch?
  1434.  
  1435. A Layer 3 switch supports VLANs, but a Layer 2 switch does not.
  1436. An IP address can be assigned to a physical port of a Layer 3 switch. However, this is not supported in Layer 2 switches.*
  1437. A Layer 3 switch maintains an IP address table instead of a MAC address table.
  1438. A Layer 3 switch learns the MAC addresses that are associated with each of its ports. However, a Layer 2 switch does not.
  1439. 153. What is the purpose of the routing process?
  1440.  
  1441. to encapsulate data that is used to communicate across a network
  1442. to select the paths that are used to direct traffic to destination networks*
  1443. to convert a URL name into an IP address
  1444. to provide secure Internet file transfer
  1445. to forward traffic on the basis of MAC addresses
  1446. 154. Which technology provides a solution to IPv4 address depletion by allowing multiple devices to share one public IP address?
  1447.  
  1448. ARP
  1449. DNS
  1450. NAT*
  1451. SMB
  1452. DHCP
  1453. HTTP
  1454. 155. Refer to the exhibit. Consider the IP address configuration shown from PC1. What is a description of the default gateway address?
  1455.  
  1456.  
  1457. It is the IP address of the Router1 interface that connects the company to the Internet.
  1458. It is the IP address of the Router1 interface that connects the PC1 LAN to Router1.*
  1459. It is the IP address of Switch1 that connects PC1 to other devices on the same LAN.
  1460. It is the IP address of the ISP network device located in the cloud.
  1461. 156. Which of the following are primary functions of a router? (Choose two.)
  1462.  
  1463. packet switching*
  1464. microsegmentation
  1465. domain name resolution
  1466. path selection*
  1467. flow control
  1468. 157. Which two statements correctly describe a router memory type and its contents? (Choose two.)
  1469.  
  1470. ROM is nonvolatile and contains basic diagnostic software.*
  1471. FLASH is nonvolatile and contains a limited portion of the IOS​.
  1472. ROM is nonvolatile and stores the running IOS.
  1473. RAM is volatile and stores the IP routing table.*
  1474. NVRAM is nonvolatile and stores other system files.
  1475. 158. In which default order will a router search for startup configuration information?
  1476.  
  1477. NVRAM, RAM, TFTP
  1478. NVRAM, TFTP, setup mode*
  1479. setup mode, NVRAM, TFTP
  1480. TFTP, ROM, NVRAM
  1481. flash, ROM, setup mode
  1482. 159. What happens when part of an Internet VoIP transmission is not delivered to the destination?
  1483.  
  1484. A delivery failure message is sent to the source host.
  1485. The part of the VoIP transmission that was lost is re-sent.
  1486. The entire transmission is re-sent.
  1487. The transmission continues without the missing portion.*
  1488. 160. Which three IP addresses are private ? (Choose three.)
  1489.  
  1490. 10.172.168.1*
  1491. 172.32.5.2
  1492. 192.167.10.10
  1493. 172.20.4.4 *
  1494. 192.168.5.254*
  1495. 224.6.6.6
  1496. 161. How many bits make up the single IPv6 hextet :10CD:?
  1497.  
  1498. 4
  1499. 8
  1500. 16*
  1501. 32
  1502. 162. What is the effect of configuring the ipv6 unicast-routing command on a router?
  1503.  
  1504. to assign the router to the all-nodes multicast group
  1505. to enable the router as an IPv6 router*
  1506. to permit only unicast packets on the router
  1507. to prevent the router from joining the all-routers multicast group
  1508. 163. Which group of IPv6 addresses cannot be allocated as a host source address?
  1509.  
  1510. FEC0::/10?
  1511. FDFF::/7?
  1512. FEBF::/10?
  1513. FF00::/8*
  1514. 164. What is the purpose of ICMP messages?
  1515.  
  1516. to inform routers about network topology changes
  1517. to ensure the delivery of an IP packet
  1518. to provide feedback of IP packet transmissions*
  1519. to monitor the process of a domain name to IP address resolution
  1520. 165. Refer to the exhibit. A technician has configured a user workstation with the IP address and default subnet masks that are shown. Although the user can access all local LAN resources, the user cannot access any Internet sites by using either FQDN or IP addresses. Based upon the exhibit, what could account for this failure?
  1521.  
  1522.  
  1523. The DNS server addresses are incorrect.
  1524. The default gateway address in incorrect.*
  1525. The wrong subnet mask was assigned to the workstation.
  1526. The workstation is not in the same network as the DNS servers.
  1527. 166. A network administrator needs to monitor network traffic to and from servers in a data center. Which features of an IP addressing scheme should be applied to these devices?
  1528.  
  1529. random static addresses to improve security
  1530. addresses from different subnets for redundancy
  1531. predictable static IP addresses for easier identification*
  1532. dynamic addresses to reduce the probability of duplicate addresses
  1533. 167. Refer to the exhibit. Which IP addressing scheme should be changed?
  1534.  
  1535.  
  1536. Site 1
  1537. Site 2*
  1538. Site 3
  1539. Site 4
  1540. 168. Which two notations are useable nibble boundaries when subnetting in IPv6? (Choose two.)
  1541.  
  1542. /62
  1543. /64*
  1544. /66
  1545. /68*
  1546. /70
  1547. 169. A host PC has just booted and is attempting to lease an address through DHCP. Which two messages will the client typically broadcast on the network? (Choose two.)
  1548.  
  1549. DHCPDISCOVER*
  1550. DHCPOFFER
  1551. DHCPREQUEST*
  1552. DHCPACK
  1553. DHCPNACK
  1554. 170. What is the purpose of the network security accounting function?
  1555.  
  1556. to require users to prove who they are
  1557. to determine which resources a user can access
  1558. to keep track of the actions of a user*
  1559. to provide challenge and response questions
  1560. 171. Refer to the exhibit. The network administrator enters these commands into the R1 router:
  1561. R1# copy running-config tftp
  1562. Address or name of remote host [ ]?
  1563. When the router prompts for an address or remote host name, what IP address should the administrator enter at the prompt?
  1564.  
  1565.  
  1566. 192.168.9.254
  1567. 192.168.10.1
  1568. 192.168.10.2
  1569. 192.168.11.252*
  1570. 192.168.11.254
  1571. 172. Match the IPv6 address to the IPv6 address type. (Not all options are used.)
  1572.  
  1573. 173. What two preconfigured settings that affect security are found on most new wireless routers? (Choose two.)
  1574.  
  1575. broadcast SSID*
  1576. MAC filtering enabled
  1577. WEP encryption enabled
  1578. PSK authentication required
  1579. default administrator password*
  1580. 174. Which type of wireless security generates dynamic encryption keys each time a client associates with an AP?
  1581.  
  1582. EAP
  1583. PSK
  1584. WEP
  1585. WPA*
  1586. 175. Fill in the blank.
  1587. TFTP* is a best-effort, connectionless application layer protocol that is used to transfer files.
  1588.  
  1589. 176. Which two components are necessary for a wireless client to be installed on a WLAN? (Choose two.)
  1590.  
  1591. media
  1592. wireless NIC*
  1593. custom adapter
  1594. crossover cable
  1595. wireless bridge
  1596. wireless client software*
  1597. 177. Consider the following range of addresses:
  1598.  
  1599. 2001:0DB8:BC15:00A0:0000::
  1600. 2001:0DB8:BC15:00A1:0000::
  1601. 2001:0DB8:BC15:00A2:0000::
  1602. 2001:0DB8:BC15:00AF:0000::
  1603. The prefix-length for the range of addresses is /60*
  1604.  
  1605. 178. Match the phases to their correct stage in the router bootup process. (Not all options are used.)
  1606.  
  1607. 179. A host is accessing an FTP server on a remote network. Which three functions are performed by intermediary network devices during this conversation? (Choose three.)
  1608.  
  1609. regenerating data signals*
  1610. acting as a client or a server
  1611. providing a channel over which messages travel
  1612. applying security settings to control the flow of data*
  1613. notifying other devices when errors occur*
  1614. serving as the source or destination of the messages
  1615. 180. When is a dial-up connection used to connect to an ISP?
  1616.  
  1617. when a cellular telephone provides the service
  1618. when a high-speed connection is provided over a cable TV network
  1619. when a satellite dish is used
  1620. when a regular telephone line is used*
  1621. 181. On a school network, students are surfing the web, searching the library database, and attending an audio conference with their sister school in Japan. If network traffic is prioritized with QoS, how will the traffic be classified from highest priority to lowest priority?
  1622.  
  1623. audio conference, database, HTTP*
  1624. database, HTTP, audio conference
  1625. audio conference, HTTP, database
  1626. database, audio conference, HTTP
  1627. 182. During normal operation, from which location do most Cisco routers run the IOS?
  1628.  
  1629. RAM*
  1630. flash
  1631. NVRAM
  1632. disk drive
  1633. 183. Which keys act as a hot key combination that is used to interrupt an IOS process?
  1634.  
  1635. Ctrl-Shift-X
  1636. Ctrl-Shift-6*
  1637. Ctrl-Z
  1638. Ctrl-C
  1639. 184. Refer to the exhibit. An administrator wants to change the name of a brand new switch, using the hostname command as shown. What prompt will display after the command is issued??
  1640.  
  1641.  
  1642. HR Switch(config)#?
  1643. Switch(config)#?*
  1644. HRSwitch(config)#?
  1645. HR(config)#?
  1646. Switch#
  1647. 185. A technician uses the ping 127.0.0.1 command. What is the technician testing?
  1648.  
  1649. the TCP/IP stack on a network host*
  1650. connectivity between two adjacent Cisco devices
  1651. connectivity between a PC and the default gateway
  1652. connectivity between two PCs on the same network
  1653. physical connectivity of a particular PC and the network
  1654. 186. What is the correct order for PDU encapsulation?
  1655.  
  1656. 187. Which device should be used for enabling a host to communicate with another host on a different network?
  1657.  
  1658. switch
  1659. hub
  1660. router*
  1661. host
  1662. 188. A network technician is measuring the transfer of bits across the company backbone for a mission critical application. The technician notices that the network throughput appears lower than the bandwidth expected. Which three factors could influence the differences in throughput? (Choose three.)
  1663.  
  1664. the amount of traffic that is currently crossing the network*
  1665. the sophistication of the encapsulation method applied to the data
  1666. the type of traffic that is crossing the network*
  1667. the latency that is created by the number of network devices that the data is crossing*
  1668. the bandwidth of the WAN connection to the Internet
  1669. the reliability of the gigabit Ethernet infrastructure of the backbone
  1670. 189. Which characteristics describe fiber optic cable? (Choose two.)
  1671.  
  1672. It is not affected by EMI or RFI.*
  1673. Each pair of cables is wrapped in metallic foil.
  1674. It combines the technique of cancellation, shielding and twisting to protect data.
  1675. It has a maximum speed of 100 Mbps.
  1676. It is the most expensive type of LAN cabling*
  1677. 190. What are two features of a physical, star network topology? (Choose two.)
  1678.  
  1679. It is straightforward to troubleshoot.*
  1680. End devices are connected together by a bus.
  1681. It is easy to add and remove end devices.*
  1682. All end devices are connected in a chain to each other.
  1683. Each end system is connected to its respective neighbor.
  1684. 191. A frame is transmitted from one networking device to another. Why does the receiving device check the FCS field in the frame?
  1685.  
  1686. to determine the physical address of the sending device
  1687. to verify the network layer protocol information
  1688. to compare the interface media type between the sending and receiving ends
  1689. to check the frame for possible transmission errors*
  1690. to verify that the frame destination matches the MAC address of the receiving device
  1691. 192. What will a Layer 2 switch do when the destination MAC address of a received frame is not in the MAC table?
  1692.  
  1693. It initiates an ARP request.
  1694. It broadcasts the frame out of all ports on the switch.
  1695. It notifies the sending host that the frame cannot be delivered.
  1696. It forwards the frame out of all ports except for the port at which the frame was received.*
  1697. 193. Which parameter does the router use to choose the path to the destination when there are multiple routes available?
  1698.  
  1699. the lower metric value that is associated with the destination network*
  1700. the lower gateway IP address to get to the destination network
  1701. the higher metric value that is associated with the destination network
  1702. the higher gateway IP address to get to the destination network
  1703. 194. Which two statements describe the functions or characteristics of ROM in a router? (Choose two.)
  1704.  
  1705. stores routing tables
  1706. allows software to be updated without replacing pluggable chips on the motherboard
  1707. maintains instructions for POST diagnostics*
  1708. holds ARP cache
  1709. stores bootstrap program*
  1710. 195. Which statement describes a characteristic of the Cisco router management ports?
  1711.  
  1712. A console port is used for remote management of the router.
  1713. A console port is not used for packet forwarding.*
  1714. Serial and DSL interfaces are types of management ports.
  1715. Each Cisco router has a LED indicator to provide information about the status of the management ports.
  1716. 196. What happens when part of an Internet radio transmission is not delivered to the destination?
  1717.  
  1718. A delivery failure message is sent to the source host.
  1719. The part of the radio transmission that was lost is re-sent.
  1720. The entire transmission is re-sent.
  1721. The transmission continues without the missing portion.*
  1722. 197. What types of addresses make up the majority of addresses within the /8 block IPv4 bit space?
  1723.  
  1724. private addresses
  1725. public addresses*
  1726. multicast addresses
  1727. experimental addresses
  1728. 198. Refer to the exhibit. What is the maximum TTL value that is used to reach the destination www.cisco.com??
  1729.  
  1730.  
  1731. 11
  1732. 12
  1733. 13*
  1734. 14
  1735. 199. A company has a network address of 192.168.1.64 with a subnet mask of 255.255.255.192. The company wants to create two subnetworks that would contain 10 hosts and 18 hosts respectively. Which two networks would achieve that? (Choose two.)
  1736.  
  1737. 192.168.1.16/28
  1738. 192.168.1.64/27*
  1739. 192.168.1.128/27
  1740. 192.168.1.96/28*
  1741. 192.168.1.192/28
  1742. 200. In a network that uses IPv4, what prefix would best fit a subnet containing 100 hosts?
  1743.  
  1744. /23
  1745. /24
  1746. /25*
  1747. /26
  1748. 201. Which protocol supports rapid delivery of streaming media?
  1749.  
  1750. Transmission Control Protocol
  1751. Real-Time Transport Protocol*
  1752. Secure File Transfer Protocol
  1753. Video over Internet Protocol
  1754. 202. Why would a network administrator use the tracert utility?
  1755.  
  1756. to determine the active TCP connections on a PC
  1757. to check information about a DNS name in the DNS server
  1758. to identify where a packet was lost or delayed on a network*
  1759. to display the IP address, default gateway, and DNS server address for a PC
  1760. 203. Refer to the exhibit. What is the significance of the asterisk (*) in the exhibited output?
  1761.  
  1762.  
  1763. The asterisk shows which file system was used to boot the system.
  1764. The asterisk designates which file system is the default file system.*
  1765. An asterisk indicates that the file system is bootable.
  1766. An asterisk designates that the file system has at least one file that uses that file system.
  1767. 204. Which WLAN security protocol generates a new dynamic key each time a client establishes a connection with the AP?
  1768.  
  1769. EAP
  1770. PSK
  1771. WEP
  1772. WPA*
  1773. 205. Fill in the blank.
  1774. Point-to-point communications where both devices can transmit and receive on the medium at the same time are known as full-duplex
  1775.  
  1776. 206. Match each characteristic to the appropriate email protocol. (Not all options are used.)
  1777.  
  1778. 207. A host is accessing a Telnet server on a remote network. Which three functions are performed by intermediary network devices during this conversation? (Choose three.)
  1779.  
  1780. regenerating data signals*
  1781. acting as a client or a server
  1782. providing a channel over which messages travel
  1783. applying security settings to control the flow of data*
  1784. notifying other devices when errors occur*
  1785. serving as the source or destination of the messages
  1786. 208. Refer to the exhibit. Which area would most likely be an extranet for the company network that is shown?
  1787.  
  1788.  
  1789. area A
  1790. area B
  1791. area C*
  1792. area D
  1793. 209. Three office workers are using the corporate network. The first employee uses a web browser to view a company web page in order to read some announcements. The second employee accesses the corporate database to perform some financial transactions. The third employee participates in an important live audio conference with other office workers in branch offices. If QoS is implemented on this network, what will be the priorities from highest to lowest of the different data types?
  1794.  
  1795. audio conference, financial transactions, web page*
  1796. financial transactions, web page, audio conference
  1797. audio conference, web page, financial transactions
  1798. financial transactions, audio conference, web page
  1799. Explain:
  1800. QoS mechanisms enable the establishment of queue management strategies that enforce priorities for different categories of application data. Thus, this queuing enables voice data to have priority over transaction data, which has priority over web data.
  1801.  
  1802.  
  1803. 210. During normal operation, from which location do most Cisco switches and routers run the IOS?
  1804. RAM*
  1805. flash
  1806. NVRAM
  1807. disk drive
  1808. 211. A network administrator is making changes to the configuration of a router. After making the changes and verifying the results, the administrator issues the copy running-config startup-config command. What will happen after this command executes?
  1809.  
  1810. The configuration will be copied to flash.
  1811. The configuration will load when the router is restarted.*
  1812. The new configuration file will replace the IOS file.
  1813. The changes will be lost when the router restarts.
  1814. 212. What information does the loopback test provide?
  1815.  
  1816. The TCP/IP stack on the device is working correctly.*
  1817. The device has end-to-end connectivity.
  1818. DHCP is working correctly.
  1819. The Ethernet cable is working correctly.
  1820. The device has the correct IP address on the network.
  1821. 213. What happens when a switch receives a frame and the calculated CRC value is different than the value that is in the FCS field?
  1822.  
  1823. The switch places the new CRC value in the FCS field and forwards the frame.
  1824. The switch notifies the source of the bad frame.
  1825. The switch drops the frame.*
  1826. The switch floods the frame to all ports except the port through which the frame arrived to notify the hosts of the error.
  1827. 214. Which destination address is used in an ARP request frame?
  1828.  
  1829. 0.0.0.0
  1830. 255.255.255.255
  1831. FFFF.FFFF.FFFF*
  1832. 127.0.0.1
  1833. 01-00-5E-00-AA-23
  1834. 215. What is the auto-MDIX feature on a switch?
  1835.  
  1836. the automatic configuration of an interface for 10/100/1000 Mb/s operation
  1837. the automatic configuration of an interface for a straight-through or a crossover Ethernet cable connection*
  1838. the automatic configuration of full-duplex operation over a single Ethernet copper or optical cable
  1839. the ability to turn a switch interface on or off accordingly if an active connection is detected
  1840. 216. What are the two main components of Cisco Express Forwarding (CEF)? (Choose two.)
  1841.  
  1842. adjacency tables*
  1843. MAC-address tables
  1844. routing tables
  1845. ARP tables
  1846. forwarding information base (FIB)*
  1847. 217. Which statement describes the sequence of processes executed by a router when it receives a packet from a host to be delivered to a host on another network?
  1848.  
  1849. It receives the packet and forwards it directly to the destination host.
  1850. It de-encapsulates the packet, selects the appropriate path, and encapsulates the packet to forward it toward the destination host*
  1851. It de-encapsulates the packet and forwards it toward the destination host.
  1852. It selects the path and forwards it toward the destination host.
  1853. 218. Refer to the exhibit. Router R1 has two interfaces that were configured with correct IP addresses and subnet masks. Why does the show ip route command output not display any information about the directly connected networks??
  1854.  
  1855.  
  1856. The directly connected networks have to be created manually to be displayed in the routing table.
  1857. The routing table will only display information about these networks when the router receives a packet.
  1858. The no shutdown command was not issued on these interfaces.*
  1859. The gateway of last resort was not configured.
  1860. 219. What happens when part of an Internet television transmission is not delivered to the destination?
  1861.  
  1862. A delivery failure message is sent to the source host.
  1863. The part of the television transmission that was lost is re-sent.
  1864. The entire transmission is re-sent.
  1865. The transmission continues without the missing portion.*
  1866. 220. Which three statements characterize the transport layer protocols? (Choose three.)
  1867.  
  1868. TCP and UDP port numbers are used by application layer protocols.*
  1869. TCP uses port numbers to provide reliable transportation of IP packets.
  1870. UDP uses windowing and acknowledgments for reliable transfer of data.
  1871. TCP uses windowing and sequencing to provide reliable transfer of data.*
  1872. TCP is a connection-oriented protocol. UDP is a connectionless protocol.*
  1873. 221. Which statement is true regarding the UDP client process during a session with a server?
  1874.  
  1875. Datagrams that arrive in a different order than that in which they were sent are not placed in order.*
  1876. A session must be established before datagrams can be exchanged.
  1877. A three-way handshake takes place before the transmission of data begins.
  1878. Application servers have to use port numbers above 1024 in order to be UDP capable.
  1879. 222. Which two components are configured via software in order for a PC to participate in a network environment? (Choose two.)
  1880.  
  1881. MAC address
  1882. IP address*
  1883. kernel
  1884. shell
  1885. subnet mask*
  1886. 223. Which two reasons generally make DHCP the preferred method of assigning IP addresses to hosts on large networks? (Choose two.)
  1887.  
  1888. It eliminates most address configuration errors.*
  1889. It ensures that addresses are only applied to devices that require a permanent address.
  1890. It guarantees that every device that needs an address will get one.
  1891. It provides an address only to devices that are authorized to be connected to the network.
  1892. It reduces the burden on network support staff.*
  1893. 224. What is the subnet address for the address 2001:DB8:BC15:A:12AB::1/64?
  1894.  
  1895. 2001:DB8:BC15::0
  1896. 2001:DB8:BC15:A::0*
  1897. 2001:DB8:BC15:A:1::1
  1898. 2001:DB8:BC15:A:12::0
  1899. 225. What is the purpose of the network security authentication function?
  1900.  
  1901. to require users to prove who they are*
  1902. to determine which resources a user can access
  1903. to keep track of the actions of a user
  1904. to provide challenge and response questions
  1905. 226. Which type of wireless security makes use of dynamic encryption keys each time a client associates with an AP?
  1906.  
  1907. EAP
  1908. PSK
  1909. WEP
  1910. WPA*
  1911. 227. Launch PT – Hide and Save PT.
  1912.  
  1913. Open the PT activity. Perform the tasks in the activity instructions and then fill in the blank.
  1914. The Server0 message isb ”winner”
  1915.  
  1916. 228. Which field in an IPv4 packet header will typically stay the same during its transmission?
  1917.  
  1918. Packet Length
  1919. Destination Address*
  1920. Flag
  1921. Time-to-Live
  1922. 229. Launch PT – Hide and Save PT
  1923. ccna1 final 2015 q124
  1924. Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. Which IPv6 address is assigned to the Serial0/0/0 interface on RT2?
  1925.  
  1926. 2001:db8:abc:1::1
  1927. 2001:db8:abc:5::1*
  1928. 2001:db8:abc:5::2
  1929. 2001:db8:abc:10::15
  1930. 230. What must be configured to enable Cisco Express Forwarding (CEF) on most Cisco devices that perform Layer 3 switching?
  1931.  
  1932. Manually configure next-hop Layer 2 addresses.
  1933. Issue the no shutdown command on routed ports.
  1934. CEF is enabled by default, so no configuration is necessary.*
  1935. Manually map Layer 2 addresses to Layer 3 addresses to populate the forwarding information base (FIB).
  1936. 231. What is the purpose of adjacency tables as used in Cisco Express Forwarding (CEF)?
  1937.  
  1938. to populate the forwarding information base (FIB)
  1939. to maintain Layer 2 next-hop addresses*
  1940. to allow the separation of Layer 2 and Layer 3 decision making
  1941. to update the forwarding information base (FIB)
  1942. 232. Which statement describes a characteristic of the network layer in the OSI model?
  1943.  
  1944. It manages the data transport between the processes running on each host.
  1945. In the encapsulation process, it adds source and destination port numbers to the IP header.
  1946. When a packet arrives at the destination host, its IP header is checked by the network layer to determine where the packet has to be routed.
  1947. Its protocols specify the packet structure and processing used to carry the data from one host to another.*
  1948. 233. A user gets an IP address of 192.168.0.1 from the company network administrator. A friend of the user at a different company gets the same IP address on another PC. How can two PCs use the same IP address and still reach the Internet, send and receive email, and search the web?
  1949.  
  1950. Both users must be using the same Internet Service Provider.
  1951. ISPs use Network Address Translation to change a user IP address into an address that can be used on the Internet.*
  1952. ISPs use Domain Name Service to change a user IP address into a public IP address that can be used on the Internet.
  1953. Both users must be on the same network.
  1954. 234. Why does HTTP use TCP as the transport layer protocol?
  1955.  
  1956. to ensure the fastest possible download speed
  1957. because HTTP is a best-effort protocol
  1958. because transmission errors can be tolerated easily
  1959. because HTTP requires reliable delivery*
  1960. 235. What is the valid most compressed format possible of the IPv6 address 2001:0DB8:0000:AB00:0000:0000:0000:1234?
  1961.  
  1962. 2001:DB8:0:AB00::1234*
  1963. 2001:DB8:0:AB::1234
  1964. 2001:DB8::AB00::1234
  1965. 2001:DB8:0:AB:0:1234
  1966. 236. What field content is used by ICMPv6 to determine that a packet has expired?
  1967.  
  1968. TTL field
  1969. CRC field
  1970. Hop Limit field*
  1971. Time Exceeded field
  1972. 237. Which firewall technique blocks incoming packets unless they are responses to internal requests?
  1973.  
  1974. port filtering
  1975. stateful packet inspection*
  1976. URL filtering
  1977. application filtering
  1978. 238. A network technician is investigating network connectivity from a PC to a remote host with the address 10.1.1.5. Which command issued on the PC will return to the technician the complete path to the remote host?
  1979.  
  1980. trace 10.1.1.5
  1981. traceroute 10.1.1.5
  1982. tracert 10.1.1.5*
  1983. ping 10.1.1.5
  1984. 239. Fill in the blank.
  1985. To prevent faulty network devices from carrying dangerous voltage levels, equipment must be grounded *correctly
  1986.  
  1987. 240. What is a possible hazard that can be caused by network cables in a fire?
  1988.  
  1989. The cable insulation could be flammable.*
  1990. Users could be exposed to excessive voltage.
  1991. Network cables could be exposed to water.
  1992. The network cable could explode.
  1993. 241. What device is commonly used to verify a UTP cable?
  1994.  
  1995. a multimeter
  1996. an Optical Time Domain Reflectometer
  1997. a cable tester*
  1998. an ohmmeter
  1999. 242. What needs to be checked when testing a UTP network cable?
  2000.  
  2001. capacitance
  2002. wire map*
  2003. inductance
  2004. flexibility
  2005. 243. Refer to the exhibit. A ping to PC2 is issued from PC0, PC1, and PC3 in this exact order. Which MAC addresses will be contained in the S1 MAC address table that is associated with the Fa0/1 port?
  2006.  
  2007.  
  2008. just PC0 and PC1 MAC addresses*
  2009. just the PC0 MAC address
  2010. PC0, PC1, and PC2 MAC addresses
  2011. just the PC1 MAC address
  2012. just the PC2 MAC address
  2013. 244. Which function is provided by TCP?
  2014.  
  2015. data encapsulation
  2016. detection of missing packets*
  2017. communication session control
  2018. path determination for data packets
  2019. 245. What does a router use to determine where to send data it receives from the network?
  2020.  
  2021. an ARP table
  2022. a routing table*
  2023. the destination PC physical address
  2024. a switching table
  2025. 246. Which router interface should be used for direct remote access to the router via a modem?
  2026.  
  2027. an inband router interface
  2028. a console port
  2029. a serial WAN interface
  2030. an AUX port*
  2031. 247. A technician is configuring a router to allow for all forms of management access. As part of each different type of access, the technician is trying to type the command login. Which configuration mode should be entered to do this task?
  2032.  
  2033. user executive mode
  2034. global configuration mode
  2035. any line configuration mode*
  2036. privileged EXEC mode
  2037. 248. Which three statements characterize the transport layer protocols? (Choose three.)
  2038.  
  2039. TCP and UDP port numbers are used by application layer protocols.*
  2040. TCP uses port numbers to provide reliable transportation of IP packets.
  2041. UDP uses windowing and acknowledgments for reliable transfer of data.
  2042. TCP uses windowing and sequencing to provide reliable transfer of data.*
  2043. TCP is a connection-oriented protocol. UDP is a connectionless protocol.*
  2044. 249. Refer to the exhibit. A TCP segment from a server has been captured by Wireshark, which is running on a host. What acknowledgement number will the host return for the TCP segment that has been received?
  2045.  
  2046.  
  2047. 2
  2048. 21
  2049. 250
  2050. 306*
  2051. 2921
  2052. 250. Which statement is true about an interface that is configured with the IPv6 address command?
  2053.  
  2054. IPv6 traffic-forwarding is enabled on the interface.
  2055. A link-local IPv6 address is automatically configured on the interface.*
  2056. A global unicast IPv6 address is dynamically configured on the interface.
  2057. Any IPv4 addresses that are assigned to the interface are replaced with an IPv6 address.
  2058. 251. Refer to the exhibit. An administrator must send a message to everyone on the router A network. What is the broadcast address for network 172.16.16.0/22?
  2059.  
  2060.  
  2061. 172.16.16.255
  2062. 172.16.20.255
  2063. 172.16.19.255*
  2064. 172.16.23.255
  2065. 172.16.255.255
  2066. 252. A network administrator is variably subnetting a given block of IPv4 addresses. Which combination of network addresses and prefix lengths will make the most efficient use of addresses when the need is for 2 subnets capable of supporting 10 hosts and 1 subnet that can support 6 hosts?
  2067.  
  2068. 10.1.1.128/28
  2069. 10.1.1.144/28
  2070. 10.1.1.160/29*
  2071. 10.1.1.128/28
  2072. 10.1.1.144/28
  2073. 10.1.1.160/28
  2074. 10.1.1.128/28
  2075. 10.1.1.140/28
  2076. 10.1.1.158/26
  2077. 10.1.1.128/26
  2078. 10.1.1.144/26
  2079. 10.1.1.160/26
  2080. 10.1.1.128/26
  2081. 10.1.1.140/26
  2082. 10.1.1.158/28
  2083. 253. How many additional bits should be borrowed from a /26 subnet mask in order to create subnets for WAN links that need only 2 useable addresses?
  2084.  
  2085. 2
  2086. 3
  2087. 4*
  2088. 5
  2089. 6
  2090. 254. A network administrator requires access to manage routers and switches locally and remotely. Match the description to the access method. (Not all options are used.)
  2091.  
  2092. 255. Refer to the exhibit. The administrator configured the access to the console and the vty lines of a router. Which conclusion can be drawn from this configuration?
  2093.  
  2094.  
  2095. Unauthorized individuals can connect to the router via Telnet without entering a password.
  2096. Because the IOS includes the login command on the vty lines by default, access to the device via Telnet will require authentication.*
  2097. Access to the vty lines will not be allowed via Telnet by anyone.
  2098. Because the login command was omitted, the password cisco command is not applied to the vty lines.
  2099. 256. An administrator issued the service password-encryption command to apply encryption to the passwords configured for enable password, vty, and console lines. What will be the consequences if the administrator later issues the no service password-encryption command?
  2100.  
  2101. It will remove encryption from all passwords.
  2102. It will reverse only the vty and console password encryptions.
  2103. It will not reverse any encryption.*
  2104. It will reverse only the enable password encryption.
  2105. 257. After making configuration changes, a network administrator issues a copy running-config startup-config command in a Cisco switch. What is the result of issuing this command?
  2106.  
  2107. The new configuration will be stored in flash memory.
  2108. The new configuration will be loaded if the switch is restarted.*
  2109. The current IOS file will be replaced with the newly configured file.
  2110. The configuration changes will be removed and the original configuration will be restored.
  2111. 258. What are two features of ARP? (Choose two.)
  2112.  
  2113. If a host is ready to send a packet to a local destination device and it has the IP address but not the MAC address of the destination, it generates an ARP broadcast.*
  2114. An ARP request is sent to all devices on the Ethernet LAN and contains the IP address of the destination host and its multicast MAC address.
  2115. When a host is encapsulating a packet into a frame, it refers to the MAC address table to determine the mapping of IP addresses to MAC addresses.
  2116. If no device responds to the ARP request, then the originating node will broadcast the data packet to all devices on the network segment.
  2117. If a device receiving an ARP request has the destination IPv4 address, it responds with an ARP reply.*
  2118. 259. A network administrator is enabling services on a newly installed server. Which two statements describe how services are used on a server? (Choose two.)
  2119.  
  2120. Data sent with a service that uses TCP is received in the order the data was sent.
  2121. A port is considered to be open when it has an active server application that is assigned to it.*
  2122. An individual server can have two services that are assigned to the same port number.
  2123. An individual server cannot have multiple services running at the same time.
  2124. Server security can be improved by closing ports that are associated with unused services.*
  2125. 260. Given the binary address of 11101100 00010001 00001100 00001010, which address does this represent in dotted decimal format?
  2126.  
  2127. 234.17.10.9
  2128. 234.16.12.10
  2129. 236.17.12.6
  2130. 236.17.12.10*
  2131. 261. A particular telnet site does not appear to be responding on a Windows 7 computer. What command could the technician use to show any cached DNS entries for this web page?
  2132.  
  2133. ipconfig /all
  2134. arp -a
  2135. ipconfig /displaydns*
  2136. nslookup
  2137. 262. Fill in the blank.
  2138. Network devices come in two physical configurations. Devices that have expansion slots that provide the flexibility to add new modules have a Modular * configuration.
  2139.  
  2140. 263. Refer to the exhibit. What is the maximum TIL value that is used to reach the destination www.cisco.com?
  2141.  
  2142.  
  2143. 11
  2144. 12
  2145. 13*
  2146. 14
  2147. 264. Which statement is true about DHCP operation?
  2148.  
  2149. When a device that is configured to use DHCP boots, the client broadcasts a DHCPDISCOVER message to identify any available DHCP servers on the network.*
  2150. A client must wait for lease expiration before it sends another DHCPREOUEST message.
  2151. The DHCPDISCOVER message contains the IP address and sub net masK to be assigned, the IP address of the DNS server, and the IP address of the default gateway.
  2152. If the client receives several DHCPOFFER messages from different servers, it sends a unicast DHCPREOUEST message to the server from which it chooses to obtain the IP information.
  2153. 265. Which type of wireless security is easily compromised?
  2154.  
  2155. EAP
  2156. PSK
  2157. WEP*
  2158. WPA
  2159. 266. A network administrator notices that the throughput on the network appears lower than expected when compared to the end-to-end network bandwidth. Which three factors can explain this difference? (Choose three.)
  2160.  
  2161. the amount of traffic*
  2162. the type of data encapsulation in use
  2163. the type of traffic*
  2164. the number and type of network devices that the data is crossing*
  2165. the bandwidth of the connection to the ISP
  2166. the reliability of the network backbone
  2167. 267. A host PC is attempting to lease an address through DHCP. What message is sent by the server to the client know it is able to use the provided IP information?
  2168.  
  2169. DHCPDISCOVER
  2170. DHCPOFFER*
  2171. DHCPPREQUEST
  2172. DHCPACK
  2173. DHCPNACK
  2174. 268. A network administrator is configuring access control to switch SW1. If the administrator uses console line to connect to the switch, which password is needed to access user EXEC mode?
  2175.  
  2176.  
  2177. letmein
  2178. secretin
  2179. lineconin*
  2180. linevtyin
  2181. Explain:
  2182. Telnet accesses a network device through the virtual interface configured with the line VTY command. The password configured under this is required to access the user EXEC mode. The password configured under the line console 0 command is required to gain entry through the console port, and the enable and enable secret passwords are used to allow entry into the privileged EXEC mode.
  2183.  
  2184.  
  2185. 269. How many bits would need to be borrowed if a network admin were given the IP addressing scheme of 172.16.0.0/16 and needed no more than 16 subnet with equal number of hosts?
  2186. 10
  2187. 12
  2188. 2
  2189. 4*
  2190. 8
  2191. 270. Question:
  2192.  
  2193. It will give 4 options about ping, the correct one is:
  2194. The PC2 will be able to ping 192.168.1.1*
  2195.  
  2196. 271. Which statement best describes the operation of the File Transfer Protocol?
  2197.  
  2198. An FTP client uses a source port number of 21 and a randomly generated destination port number during the establishment of control traffic with an FTP Server.
  2199. An FTP client uses a source port number of 20 and a randomly generated destination port number during the establishment of data traffic with an FTP Server.
  2200. An FTP server uses a source port number of 20 and a randomly generated destination port number during the establishment of control traffic with an FTP client.*
  2201. An FTP server uses a source port number of 21 and a randomly generated destination port number during the establishment of control traffic with an FTP client.
  2202. 272. A client is establishing a TCP session with a server. How is the acknowledgment number in the response segment to the client determined?
  2203.  
  2204. The acknowledgment number field is modified by adding 1 to the randomly chosen initial sequence number in response to the client.*
  2205. The acknowledgment number is set to 11 to signify an acknowledgment packet and synchronization packet back to the client.
  2206. The acknowledgment number field uses a random source port number in response to the client.
  2207. The acknowledgment number is set to 1 to signify an acknowledgment packet back to the client.
  2208. 273. Why does layer 3 device perform the ANDing process on a destination IP and subnet Mask?
  2209.  
  2210. to identify host address and destination host;
  2211. to identify network address of destination host;*
  2212. to identify faulty frames;
  2213. to identify broadcast address of destination network;
  2214. 274. There was also a question about if you activated service password encryption in the past and you prompt “no service password encryption” what password are modified ?
  2215.  
  2216. no password at all;*
  2217. password of the lines are in clear;
  2218. login password;
  2219. ?
  2220. 275. What type of communication rule would best describe CSMA/CD?
  2221.  
  2222. message encapsulation
  2223. flow control
  2224. message encoding
  2225. access method*
  2226. 276. What is the primary reason to subnet IPv6 prefixes?
  2227.  
  2228. to conserve IPv6 addresses
  2229. to avoid wasting IPv6 addresses
  2230. to conserve IPv6 prefixes
  2231. to create a hierarchical Layer 3 network design*
  2232. 277. Which statement describes data throughput?
  2233.  
  2234. It is the measure of the bits transferred across the media under perfect conditions.
  2235. It is the measure of the bits transferred across the media over a given period of time.*
  2236. It indicates the capacity of a particular medium to carry data.
  2237. It is the guaranteed data transfer rate offered by an ISP.
  2238. 278. Fill in the blank. Use a number.
  2239.  
  2240. IPv4 multicast addresses are directly mapped to IEEE 802 (Ethernet) MAC addresses using the last ___4___ of the 28 available bits in the IPv4 multicast group address.
  2241.  
  2242. 279. How could a faulty network device create a source of hazard for a user? (Choose two.)
  2243.  
  2244. It could stop functioning.*
  2245. It could apply dangerous voltage to other pieces of equipment.
  2246. It could explode.*
  2247. It could produce an unsafe electromagnetic field.
  2248. It could apply dangerous voltage to itself.
  2249. 280. What are three important considerations when planning the structure of an IP addressing scheme? (Choose three.)
  2250.  
  2251. preventing duplication of addresses*
  2252. providing and controlling access*
  2253. documenting the network
  2254. monitoring security and performance
  2255. conserving addresses*
  2256. implementing new services
  2257. 281. What is the metric value that is used to reach the 10.1.1.0 network in the following routing table entry? D 10.1.1.0/24 [90/2170112] via 209.165.200.226, 00:00:05, Serial0/0/0
  2258.  
  2259. 24
  2260. 90
  2261. 05
  2262. 2170112*
  2263. 282. Which two services or protocols use the preferred UDP protocol for fast transmission and low overhead? (Choose two)
  2264.  
  2265. VoIP*
  2266. DNS*
  2267. HTTP
  2268. FTP
  2269. POP3
  2270. New Questions (v6.0):
  2271. 283. What action does a DHCPv4 client take if it receives more than one DHCPOFFER from multiple DHCP servers?
  2272.  
  2273. It sends a DHCPREQUEST that identifies which lease offer the client is accepting.*
  2274. It sends a DHCPNAK and begins the DHCP process over again.
  2275. It discards both offers and sends a new DHCPDISCOVER.
  2276. It accepts both DHCPOFFER messages and sends a DHCPACK.
  2277. 284. To what legacy address class does the address 10.0.0.0 belong?
  2278.  
  2279. Class B
  2280. Class D
  2281. Class A*
  2282. Class C
  2283. Class E
  2284. 285. How many IPv4 addresses are available to be assigned to hosts on a network that has a mask of 255.255.255.248?
  2285.  
  2286. 16
  2287. 14
  2288. 8
  2289. 254
  2290. 6*
  2291. 2
  2292. 286. What type of communication medium is used with a wireless LAN connection?
  2293.  
  2294. radio waves*
  2295. fiber
  2296. microwave
  2297. UTP
  2298. 287. Which method of IPv6 prefix assignment relies on the prefix contained in RA messages?
  2299.  
  2300. EUI-64
  2301. static
  2302. SLAAC*
  2303. stateful DHCPv6
  2304. 288. What is a characteristic of DNS?
  2305.  
  2306. DNS servers can cache recent queries to reduce DNS query traffic.*
  2307. DNS servers are programmed to drop requests for name translations that are not within their zone.
  2308. All DNS servers must maintain mappings for the entire DNS structure.
  2309. DNS relies on a hub-and-spoke topology with centralized servers.
  2310. 289. What is the prefix for the host address 2001:DB8:BC15:A:12AB::1/64?
  2311.  
  2312. 2001:DB8:BC15
  2313. 2001:DB8:BC15:A*
  2314. 2001:DB8:BC15:A:1
  2315. 2001:DB8:BC15:A:12
  2316. 290. What information is maintained in the CEF adjacency table?
  2317.  
  2318. Layer 2 next hops
  2319. MAC address to IPv4 address mappings*
  2320. IP address to interface mappings
  2321. the IP addresses of all neighboring routers
  2322. 291. Which command can an administrator issue on a Cisco router to send debug messages to the vty lines?
  2323.  
  2324. terminal monitor*
  2325. logging console
  2326. logging buffered
  2327. logging synchronous
  2328. Explain:
  2329. Debug messages, like other IOS log messages, are sent to the console line by default. Sending these messages to the terminal lines requires the terminal monitor command.
  2330.  
  2331.  
  2332. 292. What is an example of a top-level domain?
  2333. root.cisco.com
  2334. http://www.cisco.com
  2335. .com*
  2336. cisco.com
  2337. Explain:
  2338. Top-level domains represent a country or type of organization, such as .com or .edu.
  2339.  
  2340.  
  2341. 293. Which protocol requires the establishment of a session between sender and receiver hosts prior to transmitting data?
  2342. UDP
  2343. TCP*
  2344. IP
  2345. ICMP
  2346. 294. Which two protocols operate at the top layer of the TCP/IP protocol suite? (Choose two.)
  2347.  
  2348. TCP
  2349. IP
  2350. UDP
  2351. POP
  2352. DNS
  2353. Ethernet
  2354. 295. What does a client do when it has UDP datagrams to send?
  2355.  
  2356. It sends to the server a segment with the SYN flag set to synchronize the conversation.
  2357. It just sends the datagrams.*
  2358. It queries the server to see if it is ready to receive data.
  2359. It sends a simplified three-way handshake to the server.
  2360. 296. What is a characteristic of multicast messages?
  2361.  
  2362. They are sent to all hosts on a network.
  2363. They must be acknowledged.
  2364. They are sent to a select group of hosts.*
  2365. They are sent to a single destination.
  2366. 297. Which protocol or service uses UDP for a client-to-server communication and TCP for server-to-server communication?
  2367.  
  2368. FTP
  2369. HTTP
  2370. DNS *
  2371. SMTP
  2372. 298. In what networking model would eDonkey, eMule, BitTorrent, Bitcoin, and LionShare be used?
  2373.  
  2374. master-slave
  2375. client-based
  2376. peer-to-peer *
  2377. point-to-point
  2378.  
  2379.  
  2380.  
  2381. Related Articles
  2382.  
  2383.  
  2384. 196
  2385. Leave a Reply
  2386. avatar
  2387. 95 101 16 127 mohamedmakawyCCNA Questions AnswersNicolashezgaMo518
  2388. newest
  2389. oldest
  2390. most voted
  2391. Nicola
  2392. Guest
  2393. Nicola
  2394. Are this Final exam answer good for the new 200-301 CCNA certification?
  2395.  
  2396. Thanks
  2397.  
  2398. 0 Reply17 days ago
  2399. CCNA Questions Answers
  2400. Author
  2401. CCNA Questions Answers
  2402. Srr, we have not updated for 200-301 Exam
  2403.  
  2404. 0 Reply17 days ago
  2405. shezga
  2406. Guest
  2407. shezga
  2408. Have questions been updated for version 7?
  2409.  
  2410. 0 Reply17 days ago
  2411. CCNA Questions Answers
  2412. Author
  2413. CCNA Questions Answers
  2414. Sorry, we have not updated version 7 yet
  2415.  
  2416. 0 Reply17 days ago
  2417. Mo518
  2418. Guest
  2419. Mo518
  2420. Hallo,Chef. Meine Frage wäre was ich lernen sollte, da ich am 07.01.20 meine Abschlussprüfung schreibe und ich nicht weiß was genau welches CCNA wir lernen. Ich weiß, dass es V6.0 ist aber mehr auch nicht. Kannst du mir da bitte weiter helfen.
  2421.  
  2422. 0 Reply21 days ago
  2423. CCNA Questions Answers
  2424. Author
  2425. CCNA Questions Answers
  2426. Haben Sie ein Netacad-Konto?
  2427.  
  2428. 0 Reply21 days ago
  2429. Mo518
  2430. Guest
  2431. Mo518
  2432. Ja
  2433.  
  2434. 0 Reply21 days ago
  2435. Dan
  2436. Guest
  2437. Dan
  2438. Hi, where can I test my knowledge for these 298 questions? (where can I find online test)
  2439.  
  2440. 0 Reply1 month ago
  2441. CCNA Questions Answers
  2442. Author
  2443. CCNA Questions Answers
  2444. You just need to learn sessions: “Version 6.0” and “New Questions (v6.0)”
  2445.  
  2446. 0 Reply1 month ago
  2447. Dan
  2448. Guest
  2449. Dan
  2450. Do you have an online test for version 5.1(final exam)
  2451.  
  2452. 0 Reply1 month ago
  2453. Anthony McLaughlin
  2454. Guest
  2455. Anthony McLaughlin
  2456. Sorry last question if i was to take the first part being the ICND1 100-105 which parts on here do i study?
  2457. many thanks
  2458.  
  2459. 0 Reply1 month ago
  2460. CCNA Questions Answers
  2461. Author
  2462. CCNA Questions Answers
  2463. For ICND 1, you need to learn CCNA 1 and CCNA 2:
  2464. https://itexamanswers.net/ccna-1-introduction-to-networks-v5-1-v6-0-exams-answers
  2465. https://itexamanswers.net/ccna-2-routing-switching-essentials-v5-0-3-v6-0-exam-answers
  2466. https://itexamanswers.net/ccna-2-v6-0-ccent-icnd1-practice-certification-exam-answers.html
  2467.  
  2468. 0 Reply1 month ago
  2469. Anthony McLaughlin
  2470. Guest
  2471. Anthony McLaughlin
  2472. That’s great thank you very much i will focus on CCNA1 and CCNA2
  2473.  
  2474. 0 Reply1 month ago
  2475. Anthony McLaughlin
  2476. Guest
  2477. Anthony McLaughlin
  2478. Hi i’m booking my exam ccna 200-120 switching and routing for January 2020 am i write in thinking to study version 6 Q1 – Q130???
  2479.  
  2480. 0 Reply1 month ago
  2481. CCNA Questions Answers
  2482. Author
  2483. CCNA Questions Answers
  2484. Study the questions here to pass the 200-125 exam:
  2485. https://itexamanswers.net/cisco-ccna-v3-0-200-125-study-guide-exam-dumps-vce-pdf-latest.html
  2486.  
  2487. 0 Reply1 month ago
  2488. GUEST
  2489. Guest
  2490. GUEST
  2491. Hi, can I ask what is meant by CCNA 200-125 exam? Is it same with the final exam CCNA R&S?
  2492.  
  2493. 1 Reply1 month ago
  2494. CCNA Questions Answers
  2495. Author
  2496. CCNA Questions Answers
  2497. CCNA 200-125 Exam (Cert): https://itexamanswers.net/cisco-ccna-v3-0-200-125-study-guide-exam-dumps-vce-pdf-latest.html
  2498.  
  2499. 0 Reply1 month ago
  2500. tom
  2501. Guest
  2502. tom
  2503. Hi guys, I’m preparing CCNA 200-125. Am I supposed to finish final exams on CCNA 1, 2, 3, 4 sections this website to pass it? Is it enough?
  2504.  
  2505. 0 Reply1 month ago
  2506. CCNA Questions Answers
  2507. Author
  2508. CCNA Questions Answers
  2509. And: https://itexamanswers.net/cisco-ccna-v3-0-200-125-study-guide-exam-dumps-vce-pdf-latest.html
  2510.  
  2511. 1 Reply1 month ago
  2512. tom
  2513. Guest
  2514. tom
  2515. I appreciate! You mean these final exams and the sections on link are enough right?
  2516.  
  2517. 0 Reply1 month ago
  2518. AL-Amin
  2519. Guest
  2520. AL-Amin
  2521. Hi GUYS, Please if anyone going to do the ICND1 Exam don’t entirely depend on this question because I did and hoping exact question will come but to my surprise none of it came so I fail. It is a good site to test your understanding on the overall subject area but please don’t depend on it for your ICND1 exams. I did my ICND1 this morning on the 07/12/2019. I think it is outdated
  2522.  
  2523. 0 Reply1 month ago
  2524. CCNA Questions Answers
  2525. Author
  2526. CCNA Questions Answers
  2527. I’m sorry, this article is only for the CCNA Final exam, we will update ICND exam as soon as possible.
  2528.  
  2529. 0 Reply1 month ago
  2530. Leo
  2531. Guest
  2532. Leo
  2533. Is the pdf version also actual or is just the website on the newest stand?
  2534.  
  2535. 0 Reply1 month ago
  2536. CCNA Questions Answers
  2537. Author
  2538. CCNA Questions Answers
  2539. Click button Print-PDF-Email above post to download pdf full questions
  2540.  
  2541. 0 Reply1 month ago
  2542. GEOMAR
  2543. Guest
  2544. GEOMAR
  2545. GOSTEI DO MATERIAL POSTADO, PENSO NO FUTURO TIRA ESSA CERTIFICAÇÃO
  2546.  
  2547. 0 Reply1 month ago
  2548. Tesnime
  2549. Guest
  2550. Tesnime
  2551. Hello , i’m going to take “Introduction to networks ” exam next week , is version 5.1 included? or should I only learn v6 and the new questions?
  2552.  
  2553. 11 Reply1 month ago
  2554. OED
  2555. Guest
  2556. OED
  2557. i had my first final lab today and thank you i have 94% right. I love you and pls keep going with this side i have 3 final labs still to go XD
  2558.  
  2559. 0 Reply1 month ago
  2560. Cella
  2561. Guest
  2562. Cella
  2563. this is totally legit!…use this site and passed my 200-125 exam yesterday…thank you very much! Keep it up!
  2564.  
  2565. 0 Reply1 month ago
  2566. CCNA Questions Answers
  2567. Author
  2568. CCNA Questions Answers
  2569. Thank you for your feedback!
  2570.  
  2571. 0 Reply1 month ago
  2572. Anthony McLaughlin
  2573. Guest
  2574. Anthony McLaughlin
  2575. Hey celia
  2576. what parts did you focus on version 6 Questions 1 to Q130??
  2577.  
  2578. 0 Reply1 month ago
  2579. CCNA Questions Answers
  2580. Author
  2581. CCNA Questions Answers
  2582. Study the questions here to pass the 200-125 exam:
  2583. https://itexamanswers.net/cisco-ccna-v3-0-200-125-study-guide-exam-dumps-vce-pdf-latest.html
  2584.  
  2585. 0 Reply1 month ago
  2586. patty
  2587. Guest
  2588. patty
  2589. I have the exam of the first module ccna R&S next week, which questions should interest me? a part or all?
  2590.  
  2591. 0 Reply2 months ago
  2592. CCNA Questions Answers
  2593. Author
  2594. CCNA Questions Answers
  2595. You just need to learn version 6 & new question
  2596.  
  2597. 1 Reply2 months ago
  2598. patty
  2599. Guest
  2600. patty
  2601. hi, I’m studying the new version of the CCNA R and S, the first two modules will remain unchanged, while the last two modules will have new topics according to the rules that Cisco has established since 2020; and obviously until January we still don’t know how the last two modules will be incorporated, not even my teachers in netacad still know how the last two modules will be incorporated. do you know anything about it?
  2602.  
  2603. 0 Reply2 months ago
  2604. CCNA Questions Answers
  2605. Author
  2606. CCNA Questions Answers
  2607. CCNA version 7 has not been released, so we do not have much information about it. We will try to update as soon as there is official information.
  2608.  
  2609. 0 Reply2 months ago
  2610. patty
  2611. Guest
  2612. patty
  2613. I count on you =D thx
  2614.  
  2615. 0 Reply1 month ago
  2616. Alma
  2617. Guest
  2618. Alma
  2619. What are new questions?
  2620.  
  2621. 0 Reply2 months ago
  2622. CCNA Questions Answers
  2623. Author
  2624. CCNA Questions Answers
  2625. New questions are contributed: from Q283 to Q298
  2626.  
  2627. 0 Reply1 month ago
  2628. Buddy
  2629. Guest
  2630. Buddy
  2631. I am confused what are these version thing? v5.1, v6.0? I want to write exam before structure changes but when I visited this site I got confused. I am looking for 200-125 exam.
  2632.  
  2633. Please someone explain. thank you.
  2634.  
  2635. 0 Reply2 months ago
  2636. maltatea
  2637. Guest
  2638. maltatea
  2639. You can check what version it is by going to the modules, click on any exam as if you were to take it, and at the top of the page it’s gonna say something like “(Version 6.00)”
  2640.  
  2641. 0 Reply1 month ago
  2642. PLUR
  2643. Guest
  2644. PLUR
  2645. Hi… can someone tell me how many questions have CCNA 1 Final Exam and how much time we have to answer it ? Thank you!
  2646.  
  2647. 0 Reply2 months ago
  2648. CCNA Questions Answers
  2649. Author
  2650. CCNA Questions Answers
  2651. there will be 3 exam sets, 54 questions/exam – 75min.
  2652.  
  2653. 0 Reply2 months ago
  2654. PLUR
  2655. Guest
  2656. PLUR
  2657. if i understand good, there will be 3 combinations of exam that can be given… but only 1 with 54 questions is Final Exam ? Now depends what combination i will get… i can get one combination, but guy next to me can get other combination ? Thank you…
  2658.  
  2659. 0 Reply2 months ago
  2660. David
  2661. Guest
  2662. David
  2663. Hi , I am learning the version 7 of CCNA 2019.
  2664. Which of these questions if for v7?
  2665.  
  2666. 1 Reply2 months ago
  2667. BOB
  2668. Guest
  2669. BOB
  2670. none are version 7 but how do you know that you are studying version 7! I can’t find anything on google about it. from what i can tell it dose not exist at all, at least not until 2020 I think.
  2671.  
  2672. 0 Reply2 months ago
  2673. Alice
  2674. Guest
  2675. Alice
  2676. Hi, where can I see which version of CCNA I’m learning?
  2677.  
  2678. 0 Reply2 months ago
  2679. bob
  2680. Guest
  2681. bob
  2682. In the Netacad Cisco and than click on the course that you did also on the right hand side of the screen of this website is the index. It’s up to you to do the rest, fail or not is up to you, so get over it and on it!
  2683.  
  2684. 0 Reply2 months ago
  2685. Bob
  2686. Guest
  2687. Bob
  2688. Hi this very well done thank you so much. But I was wondering, can you please post me a link to the CCNA Routing and Switching, Introduction to Networks version 6, just version 6 only please and not 5.1+6.0 and only version 6 as of 2019 instead of the 2016 as well please? It would mean the world to me because i can not find it anywhere for myself thanks you so much! sorry
  2689.  
  2690. 0 Reply2 months ago
  2691. CCNA Questions Answers
  2692. Author
  2693. CCNA Questions Answers
  2694. Q1 to Q130: Version 6
  2695. Q131 to Q270: Version 5
  2696. Q271 to end: New questions (v6)
  2697. Good luck!
  2698.  
  2699. 0 Reply2 months ago
  2700. Bob
  2701. Guest
  2702. Bob
  2703. Right thank you so much! I’ll get to work studying this out tommroww. Thank you so much I’m very tired right now.
  2704.  
  2705. 0 Reply2 months ago
  2706. Alice
  2707. Guest
  2708. Alice
  2709. My final exam will be on December 2nd 2019. Will the questions be the same? Normally, the CCNA1 that I’m studying says CCNA 2020, so it means that the final exam of December 2nd 2019 will be the final exam 2019(your version) or another one of 2020?
  2710.  
  2711. 0 Reply2 months ago
  2712. CCNA Questions Answers
  2713. Author
  2714. CCNA Questions Answers
  2715. Which version of CCNA are you learning? Version 6 or Version 7?
  2716.  
  2717. 0 Reply2 months ago
  2718. Alice
  2719. Guest
  2720. Alice
  2721. It says: CCNA 1 2020
  2722. (13 Sept 2019 – 28 Feb 2020)
  2723.  
  2724. 0 Reply2 months ago
  2725. CCNA Questions Answers
  2726. Author
  2727. CCNA Questions Answers
  2728. The questions are still the same, It’s still valid
  2729.  
  2730. 1 Reply2 months ago
  2731. Bob
  2732. Guest
  2733. Bob
  2734. Lol why are you studying this at 1:15am you pleb hey Alice you should go back to sleep you got a test soon Lol gl!
  2735.  
  2736. 0 Reply2 months ago
  2737. Chris
  2738. Guest
  2739. Chris
  2740. Are these the questions for the final exam CCNA routing and switching?
  2741.  
  2742. 0 Reply2 months ago
  2743. CCNA Questions Answers
  2744. Author
  2745. CCNA Questions Answers
  2746. YES, IS IT
  2747.  
  2748. 0 Reply2 months ago
  2749. Nandop
  2750. Guest
  2751. Nandop
  2752. 84. Match each item to the type of topology diagram on which it is typically identified. (Not all options are used.)
  2753. This question has a different question and answer image.
  2754.  
  2755. -1 Reply2 months ago
  2756. CCNA Questions Answers
  2757. Author
  2758. CCNA Questions Answers
  2759. Updated, thanks you!
  2760.  
  2761. 0 Reply2 months ago
  2762. amar
  2763. Guest
  2764. amar
  2765. i will have my ccna1 final exam on november 3th, will the final exam be the same?. please help
  2766.  
  2767. 0 Reply2 months ago
  2768. CCNA Questions Answers
  2769. Author
  2770. CCNA Questions Answers
  2771. There are 3 different sets of questions, but the questions are all here, study them carefully
  2772.  
  2773. 0 Reply2 months ago
  2774. Voldemort
  2775. Guest
  2776. Voldemort
  2777. Guys this is literally the best site for this quiz…today I had my quiz and just by giving a rough reading I scored 101/112…Highly recommended as all answers are from this only!
  2778.  
  2779. 1 Reply3 months ago
  2780. Jordi
  2781. Guest
  2782. Jordi
  2783. Received a 100 on my final exam (introduction to networks) all of the questions from the new version were on the exam. (this is not the answers for the certification exam). Thank you so much!!! For the final skills exam, I was asked to: (nothing is created in the Packet Tracer) – Create a topology using 2 pcs, 1 TFTP server, 1 switch and one router. (Make sure you know what type of cables you need because cabling is worth 18 points) – Subnet 2 networks with a 255.255.255.0 subnet mask. * the first one needed 30 usable hosts (I… Read more »
  2784.  
  2785. 1 Reply3 months ago
  2786. Jen
  2787. Guest
  2788. Jen
  2789. I have my final for the “Introduction to Networks” course on cisco in 2 days and I’m confused about if these questions you guys have posted are for the final exam for this course or is it for the certification exam? Or are they the same? Thank You!
  2790.  
  2791. 0 Reply3 months ago
  2792. CCNA Questions Answers
  2793. Author
  2794. CCNA Questions Answers
  2795. Different, this is not certification exam. You use the questions & answers here for your exam final “Introduction to Networks”. Good luck!
  2796.  
  2797. 0 Reply3 months ago
  2798. MCfre
  2799. Guest
  2800. MCfre
  2801. Consider the IP address of 192.168.10.0/24 that has been assigned to a high school building. The largest network in this building has 100 devices. If 192.168.10.0 is the network number for the largest network, what would be the next network number for the second largest network, which has 40 devices?
  2802.  
  2803. 11 Reply4 months ago
  2804. MCfre
  2805. Guest
  2806. MCfre
  2807. Refer to the exhibit. From global configuration mode, an administrator is attempting to create a message-of-the-day banner by using the command banner motd V Authorized access only! Violators will be prosecuted! V. When users log in using Telnet, the banner does not appear correctly. What is the problem?
  2808.  
  2809. 9 Reply4 months ago
  2810. Jordi
  2811. Guest
  2812. Jordi
  2813. The delimiter appears/used in the message (V)
  2814.  
  2815. 5 Reply3 months ago
  2816. safra
  2817. Guest
  2818. safra
  2819. is this the latest exam questions? how much can i rely on this questions?
  2820.  
  2821. 0 Reply4 months ago
  2822. CCNA Questions Answers
  2823. Author
  2824. CCNA Questions Answers
  2825. yes, this is the newest exam questions, 95% of the questions here
  2826.  
  2827. 0 Reply4 months ago
  2828. J. Chase
  2829. Guest
  2830. J. Chase
  2831. Are all 129 questions a good reference for the current 200-125 exam?
  2832.  
  2833. 0 Reply3 months ago
  2834. CCNA Questions Answers
  2835. Author
  2836. CCNA Questions Answers
  2837. Question and Answers for 200-125 Exam: https://itexamanswers.net/cisco-ccna-v3-0-200-125-study-guide-exam-dumps-vce-pdf-latest.html
  2838.  
  2839. 0 Reply3 months ago
  2840. J. Chase
  2841. Guest
  2842. J. Chase
  2843. Thanks. Are the 129 for the ICND1?
  2844.  
  2845. 0 Reply3 months ago
  2846. Zakary
  2847. Guest
  2848. Zakary
  2849. Took my CCNA1 exam today and passed thanks to you guys 🙂
  2850. All questions were from v6.0
  2851.  
  2852. 0 Reply6 months ago
  2853. Pranaya.G
  2854. Guest
  2855. Pranaya.G
  2856. Thanks for providing this……
  2857. this is having the exact ans
  2858.  
  2859. 0 Reply6 months ago
  2860. Zakary
  2861. Guest
  2862. Zakary
  2863. Did the questions come from version v5.1 or v6?
  2864.  
  2865. 0 Reply6 months ago
  2866. Boris
  2867. Guest
  2868. Boris
  2869. Thanks
  2870.  
  2871. 0 Reply7 months ago
  2872. Sesi X
  2873. Guest
  2874. Sesi X
  2875. this helps me sooo much with my study….thank you so much
  2876.  
  2877. 0 Reply7 months ago
  2878. Futaba
  2879. Guest
  2880. Futaba
  2881. Just took the final exam for CCNA1. 54 questions total, all of them were here (all of them were from the version 6). Saved my life, thank you so much
  2882.  
  2883. 0 Reply8 months ago
  2884. Skotch
  2885. Guest
  2886. Skotch
  2887. So you reckon i must study the v6 one and that should prepare me to pass the exam
  2888.  
  2889. 0 Reply8 months ago
  2890. Alex
  2891. Guest
  2892. Alex
  2893. Im going to have the final exam tomorrow. Its suppost to study the oldest version?
  2894.  
  2895. 0 Reply9 months ago
  2896. CCNA Questions Answers
  2897. Author
  2898. CCNA Questions Answers
  2899. You just need to learn 129 questions from version 6.0 to pass this exam, good luck!
  2900.  
  2901. 0 Reply9 months ago
  2902. Rahul
  2903. Guest
  2904. Rahul
  2905. I have my ccna-1 final exam on April 6th will the questions be the same?
  2906.  
  2907. 0 Reply9 months ago
  2908. CCNA Questions Answers
  2909. Author
  2910. CCNA Questions Answers
  2911. Yes, same
  2912.  
  2913. 0 Reply9 months ago
  2914. Rahul
  2915. Guest
  2916. Rahul
  2917. thank you 🙂
  2918.  
  2919. 0 Reply9 months ago
  2920. GEORGE MWANGI GAKUHA
  2921. Guest
  2922. GEORGE MWANGI GAKUHA
  2923. Hi Rahul, I hope you passed the exam. Were the questions the same as the ones here? Kindly reply to me via gakuha62@gmail.com. Thanks in advance sir
  2924.  
  2925. 0 Reply9 months ago
  2926. CCNA Questions Answers
  2927. Author
  2928. CCNA Questions Answers
  2929. 99% of questions are here,
  2930.  
  2931. 0 Reply9 months ago
  2932. GEORGE MWANGI GAKUHA
  2933. Guest
  2934. GEORGE MWANGI GAKUHA
  2935. Bro, reply to me please
  2936.  
  2937. -1 Reply9 months ago
  2938. Priscilla
  2939. Guest
  2940. Priscilla
  2941. I already finished the questions from the 11 chapters of CCNA 1 the webmaster put here. Very well and thanks for the material.
  2942. Now I am going to do this CCNA 1 Final Exam, but…. it could be this Final Exam was built with the questions taken from the 11 chapters above?
  2943. Are they exactly the same?
  2944. Or are they different?
  2945. THANKS
  2946.  
  2947. 0 Reply10 months ago
  2948. CCNA Questions Answers
  2949. Author
  2950. CCNA Questions Answers
  2951. only about 30% of the questions are taken from 11 chapters.
  2952.  
  2953. 0 Reply10 months ago
  2954. Sad Murshid Khan Adon
  2955. Guest
  2956. Sad Murshid Khan Adon
  2957. Question : What subnet mask is required to support 512 subnets on networks 172.28.0.0/16?
  2958.  
  2959. 255.255.240.0
  2960. 255.255.255.224
  2961. 255.255.255.240
  2962. 255.255.255.128
  2963. ✔255.255.252.0
  2964.  
  2965. Question : A DHCP server is used to IP addresses dynamically to the hosts on a network. The address pool is configured with 10.29.244.0/25. There are 19 printers on this network that need to use reserve static IP addresses from the pool. How many IP address in the pool are left to be assign to other hosts?
  2966.  
  2967. 210
  2968. 60
  2969. 109
  2970. ✔107
  2971. 146
  2972.  
  2973. 0 Reply10 months ago
  2974. CCNA Questions Answers
  2975. Author
  2976. CCNA Questions Answers
  2977. Updated! Thank you so much!
  2978.  
  2979. 0 Reply10 months ago
  2980. Tehwin
  2981. Guest
  2982. Tehwin
  2983. Why answer in 1 question – 255.255.252.0? We need 512 SUBNET, so +9 bit, so answer 255.255.255.128. Or not?!
  2984.  
  2985. 0 Reply10 months ago
  2986. CCNA Questions Answers
  2987. Author
  2988. CCNA Questions Answers
  2989. fixed, thanks you
  2990.  
  2991. 0 Reply10 months ago
  2992. Brent
  2993. Guest
  2994. Brent
  2995. Question 11 from v5.1 was in v6.0 exam a few weeks ago, 56 Questions total.
  2996.  
  2997. 0 Reply1 year ago
  2998. Honza
  2999. Guest
  3000. Honza
  3001. I took CCNA1 final exam today and I got 100%. thanks to this page. All you have to study is from 1-126 v6…That’s all what you need to go!
  3002.  
  3003. 0 Reply1 year ago
  3004. yousif dahabra
  3005. Guest
  3006. yousif dahabra
  3007. Should I just study just v6.0 or study both v5.1+v6.0?
  3008. my final exam next month
  3009. thank you
  3010.  
  3011. 0 Reply1 year ago
  3012. CCNA Questions Answers
  3013. Author
  3014. CCNA Questions Answers
  3015. You should only study v6.0 to pass exam Final 1
  3016.  
  3017. 0 Reply1 year ago
  3018. Diesel
  3019. Guest
  3020. Diesel
  3021. Hm in the exam, it was many from the 5.1 version….
  3022.  
  3023. 0 Reply1 year ago
  3024. Diesel
  3025. Guest
  3026. Diesel
  3027. Which version is the right? Or can be question to both version in the final exam?
  3028.  
  3029. 0 Reply1 year ago
  3030. CCNA Questions Answers
  3031. Author
  3032. CCNA Questions Answers
  3033. 98% questions in part v6.0, You just need to learn v6.0
  3034.  
  3035. 1 Reply1 year ago
  3036. Venik
  3037. Guest
  3038. Venik
  3039. A large corporation has modified its network to allow users to access network resources from their personal laptops and smart phones. Which networking trend does this describe?
  3040. (+) bring your own device
  3041. (-) video conferencing
  3042. (-) online collaboration
  3043. (-) cloud computing
  3044.  
  3045. ================================
  3046.  
  3047. True or False.
  3048. A dedicated server is not needed when implementing a peer-to-peer network.
  3049. (+) true
  3050. (-) false
  3051.  
  3052. 0 Reply1 year ago
  3053. CCNA Questions Answers
  3054. Author
  3055. CCNA Questions Answers
  3056. Thanks so much!
  3057.  
  3058. 0 Reply1 year ago
  3059. SnelleJelle
  3060. Guest
  3061. SnelleJelle
  3062. where can i practise the 2018 quiz?
  3063. I only can find the 2016 version as a quiz.
  3064.  
  3065. 0 Reply1 year ago
  3066. CCNA Questions Answers
  3067. Author
  3068. CCNA Questions Answers
  3069. https://ccnav6.com/ccna-1-v5-1-final-exam-answers-2016-100-2.html
  3070. This is also v6.0 2018
  3071.  
  3072. 0 Reply1 year ago
  3073. wilson
  3074. Guest
  3075. wilson
  3076. I only study these questions that are only on this page? please reply as my final exam is in five days thank you!
  3077.  
  3078. 0 Reply1 year ago
  3079. CCNA Questions Answers
  3080. Author
  3081. CCNA Questions Answers
  3082. You just need to study the questions here
  3083.  
  3084. 0 Reply1 year ago
  3085. Sha
  3086. Guest
  3087. Sha
  3088. Are these recent – my exam is next month?
  3089.  
  3090. 1 Reply2 months ago
  3091. N/A
  3092. Guest
  3093. N/A
  3094. on the exam, will these questions be in order? or will they be mixed up?
  3095.  
  3096. -1 Reply1 year ago
  3097. CCNA Questions Answers
  3098. Author
  3099. CCNA Questions Answers
  3100. Questions will they be mixed up
  3101.  
  3102. 0 Reply1 year ago
  3103. Pranaya.G
  3104. Guest
  3105. Pranaya.G
  3106. It will be mixed up
  3107.  
  3108. 0 Reply6 months ago
  3109. Moussa/Merabtine
  3110. Guest
  3111. Moussa/Merabtine
  3112. your site is really excellent, it has helped me a lot
  3113. I want to help this site, as a 50 euro donation, but I don’t know the procedure.
  3114.  
  3115. 0 Reply1 year ago
  3116. CCNA Questions Answers
  3117. Author
  3118. CCNA Questions Answers
  3119. Thanks, you can donate with paypal 🙂
  3120.  
  3121. 0 Reply1 year ago
  3122. Joe
  3123. Guest
  3124. Joe
  3125. Please help and clarify if I should be reviewing the first 124 questions on this page or the 138 questions on this page? (https://ccnav6.com/ccna-3-final-exam-answers-2017-v5-0-3v6-0-scaling-networks.html#comment-38497). I’m reviewing both by-the-way, but there are more comments on this page stating that these questions are more likely to be on the exam. My exam is in two weeks. Thanks for the help and this site is awesome btw 🙂
  3126.  
  3127. 1 Reply1 year ago
  3128. dzonefors
  3129. Guest
  3130. dzonefors
  3131. Which two protocols operate at the top layer of the TCP/IP protocol suite? (Choose two.)
  3132.  
  3133. TCP
  3134.  
  3135. IP
  3136.  
  3137. UDP
  3138.  
  3139. POP (x)
  3140.  
  3141. DNS (x)
  3142.  
  3143. Ethernet
  3144.  
  3145. 0 Reply1 year ago
  3146. Sanchez
  3147. Guest
  3148. Sanchez
  3149. There is a new question for the test
  3150.  
  3151. How many IPv4 addresses are available to be assigned to hosts on a network that has a mask of 255.255.255.248?
  3152. 16
  3153. 14
  3154. 8
  3155. 254
  3156. 6
  3157. 2
  3158.  
  3159. 4 Reply1 year ago
  3160. CCNA Questions Answers
  3161. Author
  3162. CCNA Questions Answers
  3163. Thanks so much!
  3164.  
  3165. 0 Reply1 year ago
  3166. Mohammed Shajarul
  3167. Guest
  3168. Mohammed Shajarul
  3169. (2^n)-2, here N is the No. of bits in the subnet mask left for the host portion. The subnet mask 255.255.255.248 has 3 bits left for the host portion. 2^3=8, 8-2=6. Hence 6 ipv4 addresses are available. (-2) is one for network address and other one is for broadcast address.
  3170.  
  3171. 0 Reply10 months ago
  3172. mohamedmakawy
  3173. Guest
  3174. mohamedmakawy
  3175. 11111111.11111111.11111111.11111000
  3176. 3 bits is host —> host = 2^3-2 = 6
  3177.  
  3178. 0 Reply14 days ago
  3179. Load More Comments
  3180. wpdiscuz
  3181.  
  3182.  
  3183. CCNA v6.0 Courseware
  3184. CCNA 1: Introduction to Networking
  3185. CCNA 2: Routing & Switching Essentials
  3186. CCNA 3: Scaling Networks
  3187. CCNA 4: Connecting Networks
  3188. CCNA v5 + v6.0 Exam Answers
  3189. CCNA 1
  3190. CCNA 2
  3191. CCNA 3
  3192. CCNA 4
  3193. CCNA 1 – Pretest
  3194. CCNA 1 – Chapter 1
  3195. CCNA 1 – Chapter 2
  3196. CCNA 1 – Chapter 3
  3197. CCNA 1 – Chapter 4
  3198. CCNA 1 – Chapter 5
  3199. CCNA 1 – Chapter 6
  3200. CCNA 1 – Chapter 6 Skills PT
  3201. CCNA 1 – Chapter 7
  3202. CCNA 1 – Chapter 8
  3203. CCNA 1 – Chapter 9
  3204. CCNA 1 – Chapter 10
  3205. CCNA 1 – Chapter 11
  3206. CCNA 1 PT Practice Skills
  3207. CCNA 1 – Practice Final
  3208. CCNA 1 – Final Exam
  3209. CCNA v7.0 Exam Answers
  3210. CCNA 1 – v7
  3211. CCNA 2 – v7
  3212. CCNA 3 – v7
  3213. Modules 1 – 3: Basic Network Connectivity and Communications Exam Answers
  3214. Modules 4 – 7: Ethernet Concepts Exam Answers
  3215. Modules 8 – 10: Communicating Between Networks Exam Answers
  3216. Modules 11 – 13: IP Addressing Exam Answers
  3217. Modules 14 – 15: Network Application Communications Exam Answers
  3218. Modules 16 – 17: Building and Securing a Small Network Exam Answers
  3219. CCNA 1 v7 FINAL Exam Answers
  3220. Donation by
  3221. Amount:
  3222.  
  3223. Recent Comments
  3224. Abdullah on CCNA 200-125 Exam Dump New Question 2020 – Lite Version 300Q
  3225. Mitchell on CCNA 200-125 Exam Dump New Question 2020 – Lite Version 300Q
  3226. Antreas on Cisco CCNA v3.0 (200-125) Study Guide – Exam Dumps VCE+PDF Latest
  3227. Antreas on Cisco CCNA v3.0 (200-125) Study Guide – Exam Dumps VCE+PDF Latest
  3228. Antreas on CCNA 200-125 Exam: EIGRP GRE Troubleshooting Sim With Answers
  3229. [Cert] CCNA 200-125 Exam
  3230.  
  3231.  
  3232.  
  3233.  
  3234. STAY WITH US
  3235. Copyright © 2020. Privacy Policy | Contact | Theme by MyThemeShop
Add Comment
Please, Sign In to add comment