CCNA 2 - Module 2 Exam Answers V4.0

1. A static route that points to the next hop IP will have what administrative distance and metric in the routing table?
• administrative distance of 0 and metric of 0
• administrative distance of 0 and metric of 1
• administrative distance of 1 and metric of 0
• administrative distance of 1 and metric of 1

2. What address can be used to summarize networks 172.16.1.0/24, 172.16.2.0/24, 172.16.3.0/24, and 172.16.4.0/24?
• 172.16.0.0/21
• 172.16.1.0/22
• 172.16.0.0 255.255.255.248
• 172.16.0.0 255.255.252.0

3. The routers in the diagram use the subnet assignments shown. What is the most efficient route summary that can be configured on Router3 to advertise the internal networks to the cloud?
• 192.1.1.0/26 and 192.1.1.64/27
• 192.1.1.128/25
• 192.1.1.0/23 and 192.1.1.64/23
• 192.1.1.0/24
• 192.1.1.0/25
• 192.1.1.0/24 and 192.1.1.64/24

4. Refer to the exhibit. What is the significance of the /8 in the route to the 10.0.0.0 network?
• It indicates that there are 8 hops between this router and the 10.0.0.0 network.
• It represents the time, in milliseconds, it takes for a ping to reply when sent to the 10.0.0.0 network.
• It indicates that there are 8 subnets in the destination network to which the router can forward packets.
• It indicates the number of consecutive bits, from the left, in the destination IP address of a packet that must match 10.0.0.0 to use that route.

5. Refer to the exhibit. How will packets destined to the 172.16.0.0 network be forwarded?
• Router1 will perform recursive lookup and packet will exit S0/0.
• Router1 will perform recursive lookup and packet will exit S0/1.
• There is no matching interface associated with network 172.16.0.0 so packets will be dropped.
• There is no matching interface associated with network 172.16.0.0 so packets will take gateway of last resort and exit out S0/2.

6. A network administrator enters the following command into Router1: ip route 192.168.0.0 255.255.255.0 S0/1/0. Router1 then receives a packet that is destined for 192.168.0.22/24. After finding the recently configured static route in the routing table, what does Router1 do next to process the packet?
• drops the packet because the destination host is not listed in the routing table
• looks up the MAC address of the S0/1/0 interface to determine the destination MAC address of the new frame
• performs a recursive lookup for the IP address of the S0/1/0 interface before forwarding the packet
• encapsulates the packet into a frame for the WAN link and forwards the packet out the S0/1/0 interface

7. Refer to the exhibit. Given the output in the exhibit, how would a clock rate be determined for this link?
• The rate would be negotiated by both routers.
• A rate would not be selected due to the DCE/DTE connection mismatch.
• The rate configured on the DTE determines the clock rate.
• The rate configured on the DCE determines the clock rate.

8. Refer to the exhibit. Which set of commands will configure static routes that will allow the WinterPark and the Altamonte routers to deliver packets from each LAN and direct all other traffic to the Internet?
• WinterPark(config)# ip route 0.0.0.0 0.0.0.0 192.168.146.1
Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2
Altamonte(config)# ip route 0.0.0.0 0.0.0.0 s0/1

• WinterPark(config)# ip route 0.0.0.0 0.0.0.0 192.168.146.1
Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2
Altamonte(config)# ip route 198.18.222.0 255.255.255.255 s0/1
• WinterPark(config)# ip route 172.191.67.0 255.255.255.0 192.168.146.1
• WinterPark(config)# ip route 0.0.0.0 0.0.0.0 192.168.146.1
Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2
• WinterPark(config)# ip route 172.191.67.0 255.255.255.0 192.168.146.1
Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2
Altamonte(config)# ip route 0.0.0.0 0.0.0.0 s0/0

9. Hosts on two separate subnets cannot communicate. The network administrator suspects a missing route in one of the routing tables. Which three commands can be used to help troubleshoot Layer 3 connectivity issues? (Choose three.)
• ping
• show arp
• traceroute
• show ip route

• show interface
• show cdp neighbor detail

10. Refer to the exhibit. A company network engineer is assigned to establish connectivity between the two Ethernet networks so that hosts on the 10.1.1.0/24 subnet can contact hosts on the 10.1.2.0/24 subnet. The engineer has been told to use only static routing for these company routers. Which set of commands will establish connectivity between the two Ethernet networks?
• R1(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.1
R2(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.2
• R1(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.2
R2(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.1
• R1(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.2
R2(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.1

• R1(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.1
R2(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.2
• R1(config)# ip route 0.0.0.0 0.0.0.0 10.1.2.1
R2(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

11. Which of the following are displayed by the Router# show cdp neighbors command? (Choose three.)
• load
• platform
• reliability
• holdtime
• local interface

12. Refer to the exhibit. What two commands are required to provide connectivity between the 192.168.1.0 and 10.0.0.0 networks without requiring recursive lookup? (Choose two.)
• A(config)# ip route 10.0.0.0 255.0.0.0 s 0/1/0
• A(config)# ip route 10.0.0.0 255.0.0.0 172.16.40.2
• A (config)# ip route 10.0.0.0 255.0.0.0 s 0/0/0
• B(config)# ip route 192.168.1.0 255.255.255.0 s 0/0/0
• B (config)# ip route 192.168.1.0 255.255.255.0 172.16.40.1
• B(config)# ip route 192.168.1.0 255.255.255.0 s 0/1/0

13. Refer to the exhibit. What two commands will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? (Choose two.)
• A(config)# no network 10.0.0.0 255.0.0.0 172.16.40.2
• A(config)# no ip address 10.0.0.1 255.0.0.0 172.16.40.2
• A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2
• A(config)# ip route 10.0.0.0 255.0.0.0 s0/0/0
• A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2

14. What happens to a static route entry in a routing table when the outgoing interface is not available?
• The route is removed from the table.
• The router polls neighbors for a replacement route.
• The route remains in the table because it was defined as static.
• The router redirects the static route to compensate for the loss of the next hop device.

15. A router has one static route to each destination network. Which two scenarios would require an administrator to alter the static routes that are configured on that router? (Choose two.)
• The destination network no longer exists.
• The destination network is moved to a different interface on the same router.
• The path between the source and destination is upgraded with a higher bandwidth link.
• A topology change occurs where the existing next-hop address or exit interface is not accessible.
• The remote destination network interface has to be down for 15 minutes of maintenance.

16. Why is it advisable to enter a next-hop IP address when creating a static route whose exit interface is an Ethernet network?
• Adding the next-hop address eliminates the need for the router to do any lookups in the routing table before forwarding a packet.
• In a multi-access network, the router cannot determine the next-hop MAC address for the Ethernet frame without a next-hop address.
• Using a next-hop address in a static route provides a route with a lower metric.
• In multi-access networks, using a next-hop address in a static route makes that route a candidate default route.

17. The output of the Router# show interfaces serial 0/1 command displays the following:
• Serial0/1 is up, line protocol is down.
• What is the most likely cause for the line protocol being down?
• Serial0/1 is shutdown.
• There is no cable connecting the routers.
• The remote router is using serial 0/0.
• No clock rate has been set.

18. Refer to the exhibit. Which static route should be configured on Router1 so that host A will be able to reach host B on the 172.16.0.0 network?
• ip route 192.168.0.0 172.16.0.0 255.255.0.0
• ip route 172.16.0.0 255.255.0.0 192.168.0.1
• ip route 172.16.0.0 255.255.0.0 S0/0/1
ip route 172.16.0.0 255.255.0.0 S0/0/0

19. What two devices are responsible for converting the data from the WAN service provider into a form acceptable by the router? (Choose two).
• the serial port of the router
• a modem
• a switch
• the ethernet port of the router
• a CSU/DSU device
• a DTE device

20. Which of the following is true regarding CDP and the graphic shown?
• CDP running on Router D will gather information about routers A, B, C, and E.
• By default, Router A will receive CDP advertisements from routers B and C.
• If routers D and E are running different routing protocols, they will not exchange CDP information.
• Router E can use CDP to identify the IOS running on Router B.

21. Which two statements describe functions or characteristics of CDP? (Choose two.)
• It starts up automatically and allows the device to detect directly connected neighbor devices that use CDP.
• It operates at the network layer and allows two systems to learn about each other.
• It creates a topology map of the entire network.
• It allows systems to learn about each other even if different network layer protocols are configured.
• It forwards advertisements about routes for faster convergence.

22. Which piece of information is available from examining the output of the command show ip interface brief?
• Interface speed and duplex
• Interface MTU
• Errors
• Interface MAC address
• Interface IP address

CCNA 2 - Module 1 Exam Answers V4.0

1. If a router cannot find a valid configuration file during the startup sequence, what will occur?
• The startup sequence will reset.
• The router will prompt the user for a response to enter setup mode.
• The startup sequence will halt until a valid configuration file is acquired.
• The router will generate a default configuration file based on the last valid configuration.
• The router will monitor local traffic to determine routing protocol configuration requirements.

2. Refer to the exhibit. The network administrator has configured the router with the interface IP addresses shown for the directly connected networks. Pings from the router to hosts on the connected networks or pings between router interfaces are not working. What is the most likely problem?
• The destination networks do not exist.
• The IP addresses on the router interfaces must be configured as network addresses and not host addresses.
• The interfaces must be enabled with the no shutdown command.
• Each interface must be configured with the clock rate command.

3. Refer to the exhibit. What can be concluded from the routing table output in the exhibit? (Choose two.)
• This router only has two interfaces.
• The router interfaces are not operational yet.
• This router is configured to forward packets to remote networks.
• The FastEthernet0/0 and Serial0/0/0 interfaces of this router were configured with an IP address and the no shutdown command.
• An IP packet received by this router with a destination address of 198.18.9.1 will be forwarded out of the Serial0/0/0 interface.

4. Refer to the exhibit. The frame shown in the exhibit was received by the router. The router interfaces are operational. How will the router process this frame? (Choose two.)
• The router will change the source and destination IP address in the packet before forwarding the frame.
• The router will change the frame type to one supported by the WAN link before forwarding the frame.
• The router will use the destination MAC address to determine which interface to forward the packet.
• The router will look up the MAC address of the S0/0/0 interface in the ARP table and add it to the frame before forwarding.
• The frame was received on the Fa0/0 interface of the router and will be switched to the S0/0/0 interface.
• The frame was received on the S0/0/0 interface of the router and will be switched to the Fa0/0 interface.

5. Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three.)
• VTY interface
• console interface

• Ethernet interface
• secret EXEC mode
• privileged EXEC mode
• router configuration mode

6. Which two statements correctly describe the components of a router? (Choose two.)
• RAM permanently stores the configuration file used during the boot sequence.
• ROM contains diagnostics executed on hardware modules.
• NVRAM stores a backup copy of the IOS used during the boot sequence.
• Flash memory does not lose its contents during a reboot.
• ROM contains the most current and most complete version of the IOS.
• Flash contains boot system commands to identify the location of the IOS

7.Refer to the exhibit. After host 2 is connected to the switch on the LAN, host 2 is unable to communicate with host 1. What is the cause of this problem?
• The subnet mask of host 2 is incorrect.
• Host 1 and host 2 are on different networks.
• The switch needs an IP address that is not configured.
• The router LAN interface and host 1 are on different networks.
• The IP address of host 1 is on a different network than is the LAN interface of the router.

8. Which are functions of a router? (Choose three.)
• packet switching
• extension of network segments
• segmentation of broadcast domains
• selection of best path based on logical addressing

• election of best path based on physical addressing

9. Refer to the exhibit. All routers have a route in its routing table to each network that is shown in the exhibit. Default routes have not been issued on these routers. What can be concluded about how packets are forwarded in this network? (Choose two.)
• If RouterC receives a packet that is destined for 10.5.1.1, it will be forwarded out interface Fa0/0.
• If RouterA receives a packet that is destined for 192.168.3.146, it will be forwarded out interface S0/0/1.
• If RouterB receives a packet that is destined for 10.5.27.15, it will be forwarded out interface S0/0/1.

• If RouterB receives a packet that is destined for 172.20.255.1, it will be forwarded out interface S0/0/0.
• If RouterC receives a packet that is destined for 192.16.5.101, it will be forwarded out interface S0/0/1.

10. The serial connection shown in the graphic needs to be configured. Which configuration commands must be made on the Sydney router to establish connectivity with the Melbourne site? (Choose three.)
• Sydney(config-if)# ip address 201.100.53.2 255.255.255.0
• Sydney(config-if)# no shutdown

• Sydney(config-if)# ip address 201.100.53.1 255.255.255.224
• Sydney(config-if)# clock rate 56000
• Sydney(config-if)# ip host Melbourne 201.100.53.2

11. Rfer to the exhibit. What can be concluded from the output of the running-configuration of a router?
• The passwords are encrypted.
• The current configuration was saved to NVRAM.
• The configuration that is shown will be the one used on the next reboot.
• The commands that are displayed determine the current operation of the router.

12. Refer to the exhibit. Host A pings host B. When R4 accepts the ping into the Ethernet interface, what two pieces of header information are included? (Choose two.)
• source IP address: 192.168.10.129
• source IP address: BBBB.3333.5677
• destination IP address: 192.168.10.33
• destination IP address: 192.168.10.134
• destination MAC address: 9999.DADC.1234

13. What is the outcome of entering these commands?
• R1(config)# line vty 0 4
• R1(config-line)# password check123
• R1(config-line)# login
• ensures that a password is entered before entering user EXEC mode
• sets the password to be used for connecting to this router via Telnet
• requires check123 to be entered before the configuration can be saved
• creates a local user account for logging in to a router or switch

14. Which of the following is the correct flow of routines for a router startup?
• load bootstrap, load IOS, apply configuration
• load bootstrap, apply configuration, load IOS
• load IOS, load bootstrap, apply configuration, check hardware
• check hardware, apply configuration, load bootstrap, load IOS

15. What three processes does a router execute when it receives a packet from one network that is destined for another network? (Choose three.)
• decapsulates the Layer 3 packet by stripping off the Layer 2 frame header
• uses the destination MAC Address in the IP Header to look up the next-hop address in the routing table
• leaves the Layer 2 frame header intact when decapsulating the Layer 3 packet
• uses the destination IP Address in the IP header to look up the next-hop address in the routing table
• encapsulates the Layer 3 packet into the new Layer 2 frame and forwards it out the exit interface

• encapsulates the Layer 3 packet into a special Layer 1 frame and forwards it to the exit interface

16. The network administrator needs to connect two routers directly via their FastEthernet ports. What cable should the network administrator use?
• straight-through
• rollover
• cross-over
• serial

17. Which two statements describe characteristics of load balancing? (Choose two.)
• Load balancing occurs when a router sends the same packet to different destination networks. Load balancing occurs when a router sends the same packet to different destination networks.
• Load balancing allows a router to forward packets over multiple paths to the same destination network.
• Unequal cost load balancing is supported by EIGRP.

• If multiple paths with different metrics to a destinations exist, the router cannot support load balancing.

18. What information about the router and its startup process can be gathered from the output of the show version command? (Choose three.)
• the last restart method
• the command buffer contents
• the amount of NVRAM and FLASH used
• the configuration register settings
• the location from where the IOS loaded

19. Which interfaces in the exhibit could be used for a leased line WAN connection? (Choose two.)
• 1
• 2
• 3
• 4
• 5
• 6

20. From what location can a router load the Cisco IOS during the boot process? (Choose two.)
• RAM
• TFTP server
• NVRAM
• setup routine
• Flash memory
• terminal

21. A network administrator has just entered new configurations into Router1. Which command should be executed to save configuration changes to NVRAM?
• Router1# copy running-config flash
• Router1(config)# copy running-config flash
• Router1# copy running-config startup-config
• Router1(config)# copy running-config startup-config
• Router1# copy startup-config running-config
• Router1(config)# copy startup-config running-config

22. What is the default sequence for loading the configuration file?
• NVRAM, FLASH, ROM
• FLASH, TFTP,CONSOLE
• NVRAM, TFTP, CONSOLE
• FLASH, TFTP, ROM

23. What header address information does a router change in the information it receives from an attached Ethernet interface before information is transmitted out another interface?
• only the Layer 2 source address
• only the Layer 2 destination address
• only the Layer 3 source address
• only the Layer 3 destination address
• the Layer 2 source and destination address
• the Layer 3 source and destination address

CCNA 1 - Final Exam Answers V4.0

1. Refer to the exhibit. Host B attempts to establish a TCP/IP session with host C. During this attempt, a frame was captured at the FastEthernet interface fa0/1 of the San Francisco router. The packet inside the captured frame has the source IP address 10.10.1.2, and the destination IP address is 10.31.1.20. What is the destination MAC address of the frame at the time of capture?
• 0060.7320.D632
• 0060.7320.D631
• 0040.8517.44C3
• 0009.B2E4.EE03
• 0010.C2B4.3421

2. What are three characteristics of CSMA/CD? (Choose three.)
• It monitors the media for presence of a data signal.
• After detecting a collision, hosts can resume transmission after a random timer has expired.
• A jam signal is used to ensure that all hosts are aware that a collision has occurred.

• Devices can be configured with a higher transmission priority.
• Data is transmitted only when the data signal is present.
• It uses a token system to avoid collisions.

3. Refer to the exhibit. The PC, the routing table of which is displayed, is configured correctly. To which network device or interface does the IP address 192.168.1.254 belong?
• PC
• switch
• router interface fa0/0
• router interface fa0/1

4. Refer to the exhibit. Host A wants to access the Internet. Which combination of a Layer 2 address and a Layer 3 address will enable this access from host A?
• Destination MAC: 0030.8596.DE83 Default gateway: 209.165.202.130
• Destination MAC: 0030.8596.DE82 Default gateway: 172.16.9.2
• Destination MAC: 0030.8517.44C4 Default gateway: 172.16.1.1
• Destination MAC: 0030.8517.44C4 Default gateway: 209.165.202.130

5. Refer to the exhibit. Communication between hosts X and Y is restricted to the local network. What is the reason for this?
• The gateway addresses are broadcast addresses.
• Host Y is assigned a multicast address.
• Host X and host Y belong to different networks.
• Host X is assigned a network address.

6. What is the result of using the clock rate 56000 command at the serial interface of the router?
• The interface is configured as a DCE device.
• The interface timers are cleared.
• The FastEthernet interface is made to emulate a serial interface by assigning it a timing signal.
• The IP address for the serial interface is configured.

7. Which three addresses belong to the category of public IP addresses? (Choose three.)
• 127.0.0.1
• 196.1.105.6
• 132.11.9.99
• 10.0.0.1
• 172.16.9.10
• 46.1.1.97

8. Which three statements are true about transport layer protocols? (Choose three.)
• TCP and UDP manage communication between multiple applications.
• TCP retransmits the packets for which the acknowledgment is not received.
• TCP acknowledges received data.
• UDP exchanges frames between the nodes of the network.
• TCP has no mechanism to acknowledge transmission errors.
• UDP uses windowing and sequencing to provide reliable transfer of data.

9. Refer to the exhibit. Which logical topology describes the exhibited network?
• star
• ring
• point-to-point
• multi-access
10. Which statement is true about the running configuration file in a Cisco IOS device?
• It affects the operation of the device immediately when modified.
• It is stored in NVRAM.
• It should be deleted using the erase running-config command.
• It is automatically saved when the router reboots.

11. Refer to the exhibit. Host C is able to ping 127.0.0.1 successfully, but is unable to communicate with hosts A and B in the organization. What is the likely cause of the problem?
• Hosts A and B are not on the same subnet as host C.
• The IP addresses on the router serial interfaces are wrong.
• The subnet mask on host C is improperly configured.
• The FastEthernet interface fa0/0 of router 1 is wrongly configured.

12. A host is transmitting a video over the network. How does the transport layer allow this host to use multiple applications to transmit other data at the same time as the video transmission?
• It uses error control mechanisms.
• It uses a connectionless protocol only for multiple simultaneous transmissions.
• It uses multiple Layer 2 source addresses.
• It uses multiple port numbers.

13. Refer to the exhibit. PC1 is unable to access PC2. To troubleshoot this problem, the technician needs to confirm that the next hop interface is operational. Which default gateway address should the technician ping from PC1 to confirm this?
• 10.0.0.254
• 192.168.0.249
• 192.168.0.250
• 10.0.1.254
14. Refer to the exhibit. Cable 1 and Cable 2 are wired for specific physical layer requirements. Which three segments use Cable 2? (Choose three.)
• Segment 1
• Segment 2
• Segment 3
• Segment 4
• Segment 5
• Segment 6

15. Refer to the exhibit. Which two facts can be determined about the topology? (Choose two.)
• Three networks are needed.
• Two logical address ranges are required.
• A single broadcast domain is present.
• Three collision domains are present.
• Four networks are needed.

16. Refer to the exhibit. Which three statements are true about the IP configuration that is displayed? (Choose three.)
• The assigned address is a private address.
• The PC cannot communicate with the DNS server.
• The network can have 126 hosts.
• The prefix of the computer address is /26.
• The IP address is routable on the Internet.
• The IP address is a multicast address.
17. Which password restricts Telnet access to the router?
• enable
• enable secret
• console
• VTY

18. Refer to the exhibit. To create the initial configuration, a network technician connected host A to the router using the connection that is shown. Which statement is true about this connection?
• It terminates at the Ethernet port of the router.
• It provides out-of-band console access.
• It terminates at the serial interface of the router.
• It requires a Telnet client on host A to access the router.
19. Which device should be used for routing a packet to a remote network?
• access switch
• DHCP server
• hub
• router

20. Refer to the exhibit. The serial interface of the router was configured with the use of the commands that are shown. The router cannot ping the router that is directly connected to interface serial 0/0/0. What should the network technician do to solve this problem?
• Configure the description at interface serial 0/0/0.
• Configure an IP address on interface serial 0/0/0.
• Remove the no shutdown command at interface serial 0/0/0
• Reboot the router.

21. Refer to the exhibit. In a network, host A is sending data segments to host B. The flow control of the segments that are being exchanged is displayed. Which two statements are true about this communication? (Choose two.)
• The initial window size is determined via the two-way handshake.
• The window size for the TCP session that is represented is initially set to 3000 bytes.
• Acknowledgment number 3001 indicates that host A will send the next segment with sequence number 3001.
• Host B expects that the next received segment number will be 3000.
• No more acknowledgments will be exchanged.
22. Refer to the exhibit. The network administrator wants to remotely access the CLI of the router from PC1 using modem 1. Which port of the router should be connected to modem 2 to enable this access?
• console
• Ethernet
• auxiliary
• serial
23. Which OSI layer uses a connection-oriented protocol to ensure reliable delivery of data?
• application layer
• presentation layer
• session layer
• transport layer
24. What are two functions of the data link layer? (Choose two.)
• It segments and reorders the data.
• It exchanges data between programs that are running on the source and destination hosts.
• It controls how data is placed onto the media.
• It generates signals to represent the bits in each frame.
• It encapsulates each packet with a header and a trailer to transfer it across the local media.
25. Refer to the exhibit. Which list refers only to end devices?
• D,E,F,G
• A,H,B,C
• A,D,E,F
• A,D,E,G

26. Refer to the exhibit. The diagram represents the process of sending e-mail between clients. Which list correctly identifies the component or protocol used at each numbered stage of the diagram?
• 1.MUA 2.MDA 3.MTA 4.SMTP 5.MTA 6.POP 7.MDA 8.MUA
• 1.MUA 2.POP 3.MDA 4.SMTP 5.MTA 6.MDA 7.SMTP 8.MUA
• 1.MUA 2.POP 3.SMTP 4.MDA 5.MTA 6.SMTP 7.POP 8.MUA
• 1.MUA 2.SMTP 3.MTA 4.SMTP 5.MTA 6.MDA 7.POP 8.MUA

27. Refer to the exhibit. Host B was powered off. What change will occur in the MAC table of the switch?
The table will remain unaffected.
• The switch will remove the MAC address at Fa0/19 immediately.
• The switch will retain the MAC address until host B is powered on again.
• The switch will rebuild the MAC table by assigning the FFFF.FFFF.FFFF address to port Fa0/19.

28. Refer to the exhibit. A technician has connected the PC to the switch using a Category 6 UTP cable. Which two statements are true about this connection? (Choose two.)
• The cable that is used is an Ethernet crossover cable.
• The transmit pin of the cable is terminated to the receive pin.
• The maximum distance between the switch and the PC can be 100 m.
• The maximum supported bandwidth is 1000 Mb/s.
• The Category 6 cable simulates a point-to-point WAN link and is unusable for this type of connection.

29. Refer to the exhibit. A host is using NAT to connect to the Internet. Which three IP addresses enable this connection? (Choose three.)
• 10.1.1.63
• 10.1.1.37
• 10.1.1.39
• 10.1.1.32
• 10.1.1.60
• 10.1.1.2
30. Refer to the exhibit. A PC is communicating with another PC on a remote network. The two networks are connected by three routers. Which action will help to identify the path between the hosts?
• Use the ipconfig command at the host.
• Use the ipconfig/all command at the destination.
• Use the tracert command at the host.
• Use the ping command at the destination.

31. An organization wants to create a subnet of the IP network 172.16.0.0. This subnet will accommodate 1000 hosts. Which subnet mask should be assigned to this network?
• 255.255.0.0
• 255.255.248.0
• 255.255.252.0
• 255.255.254.0
• 255.255.255.0
• 255.255.255.128

32. Refer to the exhibit. A host is connected to hub 1. Which combination of IP address, subnet mask, and default gateway can allow this host to function in the network?
• IP address: 172.16.31.36 Subnet mask: 255.255.255.240 Default gateway: 172.16.31.35
• IP address: 172.16.31.63 Subnet mask: 255.255.255.224 Default gateway: 172.16.31.35
IP address: 172.16.31.29 Subnet mask: 255.255.255.248 Default gateway: 172.16.31.35
• IP address: 172.16.31.32 Subnet mask: 255.255.255.224 Default gateway: 172.16.31.35
• IP address: 172.16.31.29 Subnet mask: 255.255.255.240 Default gateway: 172.16.30.1
• IP address: 172.16.31.37 Subnet mask: 255.255.255.224 Default gateway: 172.16.31.35

33. Refer to the exhibit. A technician uses the nslookup command on the PC and views the output that is displayed in the exhibit. What is the IP address of the primary domain name server configured at the host? (Choose two.)
• 192.168.1.99
• 192.168.2.100
• 10.10.10.32
• 192.168.1.5
• the IP address of the website resolver1.xyz.local

34. Which OSI layer offers ordered data reconstruction services?
• application layer
• network layer
• presentation layer
• session layer
• transport layer

35. Refer to the exhibit. All devices in the network use default configurations. How many logical address ranges are required in this topology?
• 2
• 3
• 4
• 5
• 6

36. The network administrator wants to install a private application on a server. Which range of port numbers is normally assigned to this application to make it accessible by clients?
• 0 to 255
• 49152 to 65535
• 1024 to 49151
• 0 to 1023

37. Because of a security violation, the router password must be changed. What information can be learned from these configuration entries? (Choose two.)
• Router(config)# line vty 0 4
Router(config-line)# password arj15
Router(config-line)# login
• This configuration allows users to connect by using a modem.
• Users must specify which line, 0 or 4, they wish to connect to when making a connection.
• This configuration allows users to connect to the router via the use of the telnet command.
• This configuration allows five users to make simultaneous connections to this router.
• The configured password is automatically encrypted on the router.

38. Refer to the exhibit. Each media link is labeled. What type of cable should be used to connect the different devices?
• Connection 1 - rollover cable Connection 2 - straight-through cable Connection 3 - crossover cable
• Connection 1 - straight-through cable Connection 2 - crossover cable Connection 3 - rollover cable
• Connection 1 - crossover cable Connection 2 - rollover cable Connection 3 - straight-through cable
• Connection 1 - crossover cable Connection 2 - straight-through cable Connection 3 - rollover cable
• Connection 1 - straight-through cable Connection 2 - straight-through cable Connection 3 - straight-through cable

39. Which two types of media are useful for connecting two devices separated by a distance of 500 meters? (Choose two.)
• 10 BASE-T
• 1000 BASE-TX
• 10 BASE-2
• 1000 BASE LX
• 1000 BASE-SX
40. Which information is used by the router to determine the path between the source and destination hosts?
• the host portion of the IP address
• the network portion of the IP address
• host default gateway address
• the MAC address

41. Refer to the exhibit. What two facts can be determined from the session information that is displayed? (Choose two.)
• This exchange is part of the three-way handshake.
• The destination port indicates that a Telnet session has been initiated.
• The source port does not support communication with the destination port that is listed.
• The destination port indicates that an SMTP session has been initiated.
• The protocol is a connection-oriented protocol.

42. Refer to the exhibit. Host A is accessing multiple servers. Which combination of port number and address will uniquely identify a particular process running on a specific server?
• MAC address of the server and port number of the service
• IP address of the host and port number of the service
• MAC address of the host and port number of the service
• IP address of the server and port number of the service

43. A network technician wants to configure an IP address on a router interface by using the ip address 192.168.1.0 255.255.255.0 command. Which prompt should the technician see when entering this command?
• Router>
• Router(config-if)#
• Router#
• Router(config)#
44. Refer to the exhibit. Host X is unable to communicate with host Y. Which command can be run at host X to determine which intermediary device is responsible for this failure?
• telnet 192.168.1.1
• ping 192.168.1.1
• ftp 192.168.1.1
• tracert 192.168.1.1

45. Refer to the exhibit. In a network, PC1 sends a message to PC2. The frame received at PC2 is shown. What information in this frame determines the correct destination application?
• timing and synchronization bits
• destination and source physical addresses
• destination and source logical network addresses
• destination and source process numbers

46. An organization has been assigned network ID 10.10.128.0 and subnet mask 255.255.224.0. Which IP address range can be used for this organization?
• 10.10.128.0 to 10.10.160.255
• 10.10.128.0 to 10.10.159.255
• 10.10.128.0 to 10.10.192.255
• 10.10.128.0 to 10.10.0.159
• 10.10.128.0 to 10.10.159.0

47. What is the effect of using the Router# copy running-config startup-config command on a router?
• The contents of ROM will change.
• The contents of RAM will change.
• The contents of NVRAM will change.
• The contents of flash will change.
48. Which three IPv4 addresses represent valid host addresses for a subnet? (Choose three.)
• 10.1.12.79/28
• 10.1.12.113/28
• 10.1.12.32/28
• 10.1.11.5/27
• 10.1.11.97/27
• 10.1.11.128/27

49. Refer to the exhibit. The NAT functionality of the router is enabled to provide Internet access to the PC. However, the PC is still unable to access the Internet. Which IP address should be changed to 209.165.201.1 to enable the PC to access the Internet?
• 192.168.1.191
• 192.168.1.101
• 192.168.1.1
• 192.168.1.254

50. Which three statements are true about network layer addressing? (Choose three.)
• It uniquely identifies each host.
• It assists in forwarding packets across internetworks.
• It uses a logical 32-bit IPv4 address.
• It is not a configurable address.
• It is a physical address.
• It identifies the host from the first part of the address.

CCNA 1 - Module 11 Exam Answers V4.0

1. Users in the network are experiencing slow response time when doing file transfers to a remote server. What command could be issued to determine if the router has experienced any input or output errors?
• show running-config
• show startup-config
• show interfaces
• show ip route
• show version
• show memory


2. Refer to the exhibit. A technician applies the configuration in the exhibit to a clean router. To verify the configuration, the technician issues the show running-config command in the CLI session with the router. What lines should the technician expect to see in the router output from the show running-config command?
• enable password classline console 0password ccna
• enable secret ciscoenable password classline console 0password ccna
• enable secret 5 $1$v0/3$QyQWmJyT7zCa/yaBRasJm0enable password classline console 0password ccna
• enable secret ciscoenable password 7 14141E0A1F17line console 0password 7 020507550A
• enable secret 5 $1$v0/3$QyQWmJyT7zCa/yaBRasJm0enable password 7 14141E0A1F17line console 0password 7 020507550A


3. Refer to the exhibit. A network administrator on HostA has problems accessing the FTP server. Layer three connectivity testing was successful from HostA to the S1 interface of RouterB. Which set of commands will allow the network administrator to telnet to RouterB and run debug commands?
• RouterB(config)# enable secret class
RouterB(config)# line vty 0 4
RouterB(config-if)# login
• RouterB(config)# enable secret class
RouterB(config)# line vty 0 2
RouterB(config-vty)# password cisco
RouterB(config-vty)# login
• RouterB(config)# enable secret class
RouterB(config)# line vty 0
RouterB(config-line)# password cisco
RouterB(config-line)# login
• RouterB(config)# enable secret class
RouterB(config)# line aux 0
RouterB(config-line)# password cisco
RouterB(config-line)# login
• RouterB(config)# enable secret class
RouterB(config)# line aux 0
RouterB(config-vty)# password cisco
RouterB(config-vty)# login
4. Refer to the exhibit. The output is shown for the show ip route command executed on Router A. What does the IP address 192.168.2.2 represent?
• Gateway for the 192.168.1.0 network
• Gateway for the 192.168.3.0 network
• IP assigned to the serial port on Router A
• IP assigned to the serial port on Router B

5. What command is used to change the default router name to Fontana?
• Router# name Fontana
• Router# hostname Fontana
• Router(config)# name Fontana
• Router(config)# hostname Fontana

6. The serial connection shown in the graphic needs to be configured. Which configuration commands must be made on the Sydney router to establish connectivity with the Melbourne site? (Choose three.)
• Sydney(config-if)# ip address 201.100.53.2 255.255.255.0
• Sydney(config-if)# no shutdown
• Sydney(config-if)# ip address 201.100.53.1 255.255.255.224
• Sydney(config-if)# clock rate 56000
• Sydney(config-if)# ip host Melbourne 201.100.53.2
7. Refer to the exhibit. What additional command is required to allow remote access to this switch?
• NA-SW1(config-if)# no shutdown
• NA-SW1(config)# enable password password
• NA-SW1(config)# ip default-gateway address
• NA-SW1(config-if)# description description
8. When network services fail, which port is most often used to access a router for management purposes?
AUX
Ethernet
• Console
Telnet
SSH

9. A network administrator needs to keep the user ID, password, and session contents private when establishing remote CLI connectivity with a router to manage it. Which access method should be chosen?
• Telnet
• Console
• AUX
• SSH

10. In a Cisco router, when do changes made to the running-configuration take effect?
• after a system restart
• as the commands are entered
• when logging off the system
• when the configuration is saved to the startup-configuration
11. Refer to the exhibit. Which names correctly identify the CLI mode represented by the prompt for Switch-East4#? (Choose two.)
• line configuration mode
• user executive mode
• global configuration mode
• privileged executive mode
• interface configuration mode
• enable mode

12. Which three terms correctly define the forms of help available within the Cisco IOS? (Choose three.)
• hot keys
• context-check
• context-sensitive
• structured check
• command override
• command syntax check

13. Which combination of keys would be used at the CLI prompt to interrupt a ping or traceroute process?
• Ctrl-C
• Ctrl-P
• Ctrl-R
• Ctrl-Shift-6
• Ctrl-Z

14. Refer to the exhibit. What command will place the router into the correct mode to configure an appropriate interface to connect to a LAN?
• UBAMA# configure terminal
• UBAMA(config)# line vty 0 4
• UBAMA(config)# line console 0
• UBAMA(config)# interface Serial 0/0/0
• UBAMA(config)# interface FastEthernet 0/1

15. On a Cisco router, which interface would be used to make the initial configuration?
• Console Port

16. Refer to the exhibit. A student is responsible for the IP addressing, configuration and connectivity testing of the network shown in the graphic. A ping from host B to host C results in a destination unreachable but a ping from host B to host A was successful. What two reasons could account for this failure based on the graphic and partial router output for the Dallas router? (Choose two.)
• The host A is turned off.
• The Fa0/0 interface on Dallas is shutdown.
• The LAN cable is disconnected from host B.
• The S0/0/1 IP address of Dallas is improperly configured.
• The Fa0/0 interface on Dallas is in a different subnet than host B.
• The clock rate is missing on the serial link between Dallas and NYC.

CCNA 1 - Module 10 Exam Answers V4.0

1. Refer to the exhibit. A student working in the lab selects a cable that is wired as shown. Which connection types can successfully be made with this cable? (Choose two.)
• connecting a PC to a router's console port
• connecting two routers together via their fast ethernet ports
• connecting two switches together at gigabit speeds
• connecting a PC to a switch at Gigabit Ethernet speeds
• connecting two devices with the same interface type at Fast Ethernet spee

2. Which option identifies the primary interface which would be used for initial configuration of a Cisco router?
• AUX interface
• Ethernet interface
• serial interface
• console interface

3. What makes fiber preferable to copper cabling for interconnecting buildings? (Choose three.)
• greater distances per cable run
• lower installation cost
• limited susceptibility to EMI/RFI
• durable connections
• greater bandwidth potential
• easily terminated

4. A network administrator is required to use media in the network that can run up to 100 meters in cable length without using repeaters. The chosen media must be inexpensive and easily installed. The installation will be in a pre-existing building with limited cabling space. Which type of media would best meet these requirements?
• STP
• UTP
• coaxial
• single-mode fiber
• multimode fiber
5. What does the term "attenuation" mean in data communication?
• loss of signal strength as distance increases
• time for a signal to reach its destination
• leakage of signals from one cable pair to another
• strengthening of a signal by a networking device
6. How many host addresses may be assigned on each subnetwork when using the 130.68.0.0 network address with a subnet mask of 255.255.248.0?
• 30
• 256
• 2046
• 2048
• 4094
• 4096
7. Which subnet mask would be assigned to the network address of 192.168.32.0 to provide 254 useable host addresses per subnetwork?
• 255.255.0.0
• 255.255.255.0
• 255.255.254.0
• 255.255.248.0
8. A company is planning to subnet its network for a maximum of 27 hosts. Which subnet mask would provide the needed hosts and leave the fewest unused addresses in each subnet?
• 255.255.255.0
• 255.255.255.192
• 255.255.255.224
• 255.255.255.240
• 255.255.255.248

9. What type of network cable is used between a terminal and a console port?
• cross-over
• straight-through
• rollover
• patch cable

10. Which device is used to create or divide broadcast domains?
• hub
• switch
• bridge
• router
• repeater

11. Refer to the exhibit. What destination IP address will PC1 place in the header for a packet destined for PC2?
• 192.168.1.1
• 192.168.2.1
• 192.168.2.2
• 192.168.3.1
• 192.168.3.54

12. Refer to the exhibit. Based on the IP configuration shown, what would be the result of Host A and Host B attempting to communicate outside the network segment?
• both host A and B would be successful
• host A would be successful, host B would fail
• host B would be successful, host A would fail
• both Host A and B would fail
13. Which three types of connectors are commonly associated with Cisco's V.35 serial cables? (Choose three.)
• RJ 11
• DB 60
• Winchester 15 pin

• DB 9
• smart serial
• RJ 45

14. Refer to the exhibit. How many subnets are required to support the network that is shown?
• 2
• 3
• 4
• 5

15. What are three common methods for setting a UTP Ethernet port to MDI or MDIX operation? (Choose three.)
• direct configuration of the device
• cable color code association
• cable selection and configuration
• use of cable testers to determine pinouts
• the enabling of the mechanism to electrically swap the transmit and receive pairs
• the automatic detection and negotiating of MDI/MDIX operation of the port

16. Which three statements are true about the role of routers in the network? (Choose three.)
• They propagate broadcasts.
• They enlarge collision domains.
• They segment broadcast domains.
• They interconnect different network technologies.
• Each router interface requires a separate network or subnet.
• They maintain a common frame format between LAN and WAN interfaces.

17. Refer to the exhibit. A network administrator has decided to use packet capture software to evaluate all traffic from the student subnet on the way to the Internet. To ensure that all packets are captured, what network device should be used to connect the monitoring station to the network between R1 and R2?
• router
• hub
• switch
• wireless access point
18. Refer to the exhibit. Assume that all devices are using default settings. How many subnets are required to address the topology that is shown?
• 1
• 3
• 4
• 5
• 7

19. Refer to the exhibit. Which three statements are true about the exhibited topology? (Choose three.)
• Hosts B and C are in the same subnet.
• Five broadcast domains are present.
• Host B is using a crossover cable to connect to the router.
• Four broadcast domains are present.
• Five networks are shown.
• Host B is using a rollover cable to connect to the router.
20. To establish a console connection from a computer to a Cisco router, which cable wiring option would be used?
• crossover cable
• straight through cable
• rollover cable
• V.35 cable

21. Refer to the exhibit. Which three statements identify the type of cabling that would be used in the segments that are shown? (Choose three.)
• Segment 1 uses backbone cabling.
• Segment 1 uses a patch cable.
• Segment 3 uses patch cabling.
• Segment 3 uses vertical cabling.
• Segment 3 uses horizontal cabling.
• Segment 4 uses vertical cabling.

22. Refer to the exhibit. A network technician has been allocated the 192.168.1.0/24 private IP address range for use in the network that shown in the exhibit. Which subnet mask would be used to meet the host requirements for segment A of this internetwork?
• 255.255.255.128
• 255.255.255.192
• 255.255.255.224
• 255.255.255.240
• 255.255.255.248

CCNA 1 - Module 9 Exam Answers V4.0

1. In the graphic, Host A has reached 50% completion in sending a 1 KB Ethernet frame to Host D when Host B wishes to transmit its own frame to Host C. What must Host B do?
• Host B can transmit immediately since it is connected on its own cable segment.
• Host B must wait to receive a CSMA transmission from the hub, to signal its turn.
• Host B must send a request signal to Host A by transmitting an interframe gap.
• Host B must wait until it is certain that Host A has completed sending its frame.

2. Ethernet operates at which layers of the OSI model? (Choose two.)
• Network layer
• Transport layer
• Physical layer
• Application layer
• Session layer
• Data-link layer


3. Which of the following describe interframe spacing? (Choose two.)
• the minimum interval, measured in bit-times, that any station must wait before sending another frame.
• the maximum interval, measured in bit-times, that any station must wait before sending another frame.
• the 96-bit payload padding inserted into a frame to achieve a legal frame size
• the 96-bit frame padding transmitted between frames to achieve proper synchronization
• the time allowed for slow stations to process a frame and prepare for the next frame.
• the maximum interval within which a station must send another frame to avoid being considered unreachable

4. What three primary functions does data link layer encapsulation provide? (Choose three.)
• addressing
• error detection
• frame delimiting
• port identification
• path determination
• IP address resolution

5. When a collision occurs in a network using CSMA/CD, how do hosts with data to transmit respond after the backoff period has expired?
• The hosts return to a listen-before-transmit mode. <---
• The hosts creating the collision have priority to send data.
• The hosts creating the collision retransmit the last 16 frames.
• The hosts extend their delay period to allow for rapid transmission.

6. What are three functions of the upper data link sublayer in the OSI model? (Choose three.)
• recognizes streams of bits
• identifies the network layer protocol.
• makes the connection with the upper layers.
• identifies the source and destination applications
• insulates network layer protocols from changes in physical equipment.
• determines the source of a transmission when multiple devices are transmitting

7. What does the IEEE 802.2 standard represent in Ethernet technologies?
• MAC sublayer
• Physical layer
• Logical Link Control sublayer
• Network layer

8. Why do hosts on an Ethernet segment that experience a collision use a random delay before attempting to transmit a frame?
• A random delay is used to ensure a collision-free link.
• A random delay value for each device is assigned by the manufacturer.
• A standard delay value could not be agreed upon among networking device vendors.
• A random delay helps prevent the stations from experiencing another collision during the transmission.
9. Refer to the exhibit. Which option correctly matches the frame field type with the contents that frame field includes?
• header field - preamble and stop frame
• data field - network layer packet
• data field - physical addressing
• trailer field - FCS and SoF

10. Host A has an IP address of 172.16.225.93 and a mask of 255.255.248.0. Host A needs to communicate with a new host whose IP is 172.16.231.78. Host A performs the ANDing operation on the destination address. What two things will occur? (Choose two.)
• Host A will change the destination IP to the IP of the nearest router and forward the packet.
• Host A will broadcast an ARP request for the MAC of its default gateway.
• A result of 172.16.225.0 will be obtained.
• Host A will broadcast an ARP request for the MAC of the destination host.
• A result of 172.16.224.0 will be obtained.
• A result of 172.16.225.255 will be obtained.

11 Which of the following is a drawback of the CSMA/CD access method?
• Collisions can decrease network performance.
• It is more complex than non-deterministic protocols.
• Deterministic media access protocols slow network performance.
• CSMA/CD LAN technologies are only available at slower speeds than other LAN technologies.

12. Ethernet operates at which layer of the TCP/IP network model?
• application
• physical
• transport
• internet
• data link
• network access

13. What is the primary purpose of ARP?
• translate URLs to IP addresses
• resolve IPv4 addresses to MAC addresses
• provide dynamic IP configuration to network devices
• convert internal private addresses to external public addresses

14. Refer to the exhibit. The switch and workstation are administratively configured for full-duplex operation. Which statement accurately reflects the operation of this link?
• No collisions will occur on this link.
• Only one of the devices can transmit at a time.
• The switch will have priority for transmitting data.
• The devices will default back to half duplex if excessive collisions occur.


15. Refer to the exhibit. Host_A is attempting to contact Server_B. Which statements correctly describe the addressing Host_A will generate in the process? (Choose two.)
• A packet with the destination IP of Router_B.
• A frame with the destination MAC address of Switch_A.
• A packet with the destination IP of Router_A.
• A frame with the destination MAC address of Router_A.
• A packet with the destination IP of Server_B.
• A frame with the destination MAC address of Server_B.

16 Which statements correctly describe MAC addresses? (Choose three.)
• dynamically assigned
• copied into RAM during system startup
• layer 3 address
• contains a 3 byte OUI
• 6 bytes long
• 32 bits long

17. Which two features make switches preferable to hubs in Ethernet-based networks? (Choose two.)
• reduction in cross-talk
• minimizing of collisions
• support for UTP cabling
• division into broadcast domains
• increase in the throughput of communications

18. What are the two most commonly used media types in Ethernet networks today? (Choose two.)
• coaxial thicknet
• copper UTP
• coaxial thinnet
• optical fiber
• shielded twisted pair


19. Convert the binary number 10111010 into its hexadecimal equivalent. Select the correct answer from the list below.
• 85
• 90
• BA
• A1
• B3
• 1C

20. After an Ethernet collision, when the backoff algorithm is invoked, which device has priority to transmit data?
• the device involved in the collision with the lowest MAC address
• the device involved in the collision with the lowest IP address
• any device in the collision domain whose backoff timer expires first
• those that began transmitting at the same time

CCNA 1 - Module 8 Exam Answers V4.0

1. Which OSI layer is responsible for binary transmission, cable specification, and physical aspects of network communication?
• Presentation
• Transport
• Data Link
• Physical


2. An installed fiber run can be checked for faults, integrity, and the performance of the media by using what device?
• light injector
• OTDR
• TDR
• multimeter

3. Which characteristics describe fiber optic cable? (Choose two.)
• It is not affected by EMI or RFI.
• Each pair of cables is wrapped in metallic foil.
• It combines the technique of cancellation, shielding and twisting to protect data.
• It has a maximum speed of 100 Mbps.
• It is the most expensive type of LAN cabling.

4. When is a straight-through cable used in a network?
• when connecting a router through the console port
• when connecting one switch to another switch
• when connecting a host to a switch
• when connecting a router to another router

5. Refer to the exhibit. Which type of Category 5 cable is used to make an Ethernet connection between Host A and Host B?
• coax cable
• rollover cable
• crossover cable
• straight-through cable

6. Which method of signal transmission uses radio waves to carry signals?
• electrical
• optical
• wireless
• acoustic

7. In most business LANs, which connector is used with twisted-pair networking cable?
• BNC
• RJ-11
• RJ-45
• Type F

8. Which of the following is a characteristic of single-mode fiber-optic cable?
• generally uses LEDs as the light source
• relatively larger core with multiple light paths
• less expensive than multimode
• generally uses lasers as the light source


9. Which type of cable run is most often associated with fiber-optic cable?
• backbone cable
• horizontal cable
• patch cable
• work area cable

10. What are three measures of data transfer? (Choose three.)
• goodput
• frequency
• amplitude
• throughput
• crosstalk
• bandwidth


11. With the use of unshielded twisted-pair copper wire in a network, what causes crosstalk within the cable pairs?
• the magnetic field around the adjacent pairs of wire
• the use of braided wire to shield the adjacent wire pairs
• the reflection of the electrical wave back from the far end of the cable
• the collision caused by two nodes trying to use the media simultaneously

12. What is a primary role of the Physical layer in transmitting data on the network?
• create the signals that represent the bits in each frame on to the media
• provide physical addressing to the devices
• determine the path packets take through the network
• control data access to the media

13. In LAN installations where potential electrical hazards or electromagnetic interference may be present, what type of media is recommended for backbone cabling?
• coax
• fiber
• Cat5e UTP
• Cat6 UTP
• STP

14. What is a possible effect of improperly applying a connector to a network cable?
• Data will be forwarded to the wrong node.
• Data transmitted through that cable may experience signal loss.
• An improper signaling method will be implemented for data transmitted on that cable.
• The encoding method for data sent on that cable will change to compensate for the improper connection.

15. Which fiber connector supports full duplex Ethernet?
• Options three is right answer (
kolmas)

16. What is considered a benefit of wireless as a media choice?
• more host mobility
• lower security risks
• reduced susceptibility to interference
• less impact of the surroundings on the effective coverage area
17. What characteristic of UTP cable helps reduce the effects of interference?
• the metal braiding in the shielding
• the reflective cladding around core
• the twisting of the wires in the cable
• the insulating material in the outer jacket

CCNA 1 - Module 7 Exam Answers V4.0

1. Which three factors should be considered when implementing a Layer 2 protocol in a network? (Choose three.)
• the Layer 3 protocol selected
• the geographic scope of the network
the PDU defined by the transport layer
• the physical layer implementation
• he number of hosts to be interconnected

2. Refer to the exhibit. Assuming that the network in the exhibit is converged meaning the routing tables and ARP tables are complete, which MAC address will Host A place in the destination address field of Ethernet frames destined for www.server?
• 00-1c-41-ab-c0-00
• 00-0c-85-cf-65-c0
• 00-0c-85-cf-65-c1
• 00-12-3f-32-05-af

3. Which options are properties of contention-based media access for a shared media? (Choose three.)
• non-deterministic
• less overhead
• one station transmits at a time
• collisions exist
• devices must wait their turn
• token passing

4. What is true concerning physical and logical topologies?
• The logical topology is always the same as the physical topology.
• Physical topologies are concerned with how a network transfers frames.
• Physical signal paths are defined by Data Link layer protocols.
• Logical topologies consist of virtual connections between nodes.

5. What is true regarding media access control? (Choose three.)
• Ethernet utilizes CSMA/CD
defined as placement of data frames on the media
contention-based access is also known as deterministic
802.11 utilizes CSMA/CD
• Data Link layer protocols define the rules for access to different media
controlled access contains data collisions

6. Which statements describe the logical token-passing topology? (Choose two.)
• Network usage is on a first come, first serve basis.
• Computers are allowed to transmit data only when they possess a token.
• Data from a host is received by all other hosts.
• Electronic tokens are passed sequentially to each other.
• Token passing networks have problems with high collision rates.

7. A network administrator has been asked to provide a graphic representation of exactly where the company network wiring and equipment are located in the building. What is this type of drawing?
• logical topology
• physical topology
• cable path
• wiring grid
• access topology

8. What is the purpose of the preamble in an Ethernet frame?
is used as a pad for data
identifies the source address
identifies the destination address
marks the end of timing information
• is used for timing synchronization with alternating patterns of ones and zeros

9. What statements are true regarding addresses found at each layer of the OSI model? (Choose two.)
• Layer 2 may identify devices by a physical address burned into the network card
• Layer 2 identifies the applications that are communicating
• Layer 3 represents a hierarchical addressing scheme
• Layer 4 directs communication to the proper destination network
• Layer 4 addresses are used by intermediary devices to forward data

10. Refer to the exhibit. Which statement describes the media access control methods that are used by the networks in the exhibit?
• All three networks use CSMA/CA
• None of the networks require media access control.
• Network 1 uses CSMA/CD and Network 3 uses CSMA/CA.
• Network 1 uses CSMA/CA and Network 2 uses CSMA/CD.
• Network 2 uses CSMA/CA and Network 3 uses CSMA/CD.

11. Refer to the exhibit. How many unique CRC calculations will take place as traffic routes from the PC to the laptop?
• 1
• 2
• 4
• 8

12. Refer to the exhibit. A frame is being sent from the PC to the laptop. Which source MAC and IP addresses will be included in the frame as it leaves RouterB? (Choose two.)
• source MAC - PC
• source MAC - S0/0 on RouterA
• source MAC - Fa0/1 on RouterB
• source IP - PC

• source IP - S0/0 on RouterA
• source IP - Fa0/1 of RouterB

13. Which sublayer of the data link layer prepares a signal to be transmitted at the physical layer?
• LLC
• MAC
• HDLC
• NIC

14. What two facts are true when a device is moved from one network or subnet to another? (Choose two.)
The Layer 2 address must be reassigned.
• The default gateway address should not be changed.
• The device will still operate at the same Layer 2 address.
• Applications and services will need additional port numbers assigned.
• The Layer 3 address must be reassigned to allow communications to the new network.

15. What is a function of the data link layer?
• provides the formatting of data
• provides end-to-end delivery of data between hosts
• provides delivery of data between two applications
• provides for the exchange data over a common local media

16. What is a characteristic of a logical point-to-point topology?
The nodes are physically connected.
The physical arrangement of the nodes is restricted.
• The media access control protocol can be very simple.
The data link layer protocol used over the link requires a large frame header.

17. What is a primary purpose of encapsulating packets into frames?
• provide routes across the internetwork
• format the data for presentation to the user
• facilitate the entry and exit of data on media
• identify the services to which transported data is associated

18. What is the primary purpose of the trailer in a data link layer frame?
• define the logical topology
• provide media access control
• support frame error detection
• carry routing information for the frame

19. What are three characteristics of valid Ethernet Layer 2 addresses? (Choose three.)
• They are 48 binary bits in length.
• They are considered physical addresses.
• They are generally represented in hexadecimal format.
• They consist of four eight-bit octets of binary numbers.
• They are used to determine the data path through the network.
• They must be changed when an Ethernet device is added or moved within the network.

CCNA 1 - Module 6 Exam Answers V4.0

1. Refer to the exhibit. Which network prefix will work with the IP addressing scheme shown in the graphic.
• /24
• /16
• /20
/27
• /25
• /28

2. Which IPv4 subnetted addresses represent valid host addresses? (Choose three.)
172.16.4.127 /26
172.16.4.155 /26
172.16.4.193 /26
172.16.4.95 /27
172.16.4.159 /27
172.16.4.207 /27

3. Which statements are true regarding IP addressing? (Choose two.)
NAT translates public addresses to private addresses destined for the Internet.
Only one company is allowed to use a specific private network address space.
Private addresses are blocked from public Internet by router.
Network 172.32.0.0 is part of the private address space.
IP address 127.0.0.1 can be used for a host to direct traffic to itself.

4. Which process do routers use to determine the subnet network address based
upon a given IP address and subnet mask?
binary adding
hexadecimal anding
binary division
binary multiplication
binary ANDing

5. Refer to the exhibit. Host A is connected to the LAN, but it cannot get access to any resources on the Internet. The configuration of the host is shown in the exhibit. What could be the cause of the problem?
The host subnet mask is incorrect.
The default gateway is a network address.
The default gateway is a broadcast address.
The default gateway is on a different subnet from the host.

6. What subnet mask would a network administrator assign to a network address of 172.30.1.0 if it were possible to have up to 254 hosts?
255.255.0.0
255.255.255.0
255.255.254.0
255.255.248.0

7. Which three IP addresses are private? (Choose three.)

172.168.33.1
10.35.66.70
192.168.99.5
172.18.88.90
192.33.55.89
172.35.16.5

8. Given the IP address and subnet mask of 172.16.134.64 255.255.255.224, which of the following would describe this address?
This is a useable host address.
This is a broadcast address.
This is a network address.
This is not a valid address.

9. A router interface has been assigned an IP address of 172.16.192.166 with a mask of 255.255.255.248. To which subnet does the IP address belong?
172.16.0.0
172.16.192.0
172.16.192.128
172.16.192.160
172.16.192.168
172.16.192.176

10. Refer to the exhibit. The network administrator has assigned the internetwork of LBMISS an address range of 192.168.10.0. This address range has been subnetted using a /29 mask. In order to accommodate a new building, the technician has decided to use the fifth subnet for configuring the new network (subnet zero is the first subnet). By company policies, the router interface is always assigned the first usable host address and the workgroup server is given the last usable host address. Which configuration should be entered into the workgroup server's properties to allow connectivity to the network?

IP address: 192.168.10.38 subnet mask: 255.255.255.240 default gateway: 192.168.10.39
IP address: 192.168.10.38 subnet mask: 255.255.255.240 default gateway: 192.168.10.33
IP address: 192.168.10.38 subnet mask: 255.255.255.248 default gateway: 192.168.10.33
IP address: 192.168.10.39 subnet mask: 255.255.255.248 default gateway: 192.168.10.31
IP address: 192.168.10.254 subnet mask: 255.255.255.0 default gateway: 192.168.10.1

11. Which of the following network devices are recommended to be assigned static IP addresses? (Choose three.)
LAN workstations
servers
network printers
routers
remote workstations
laptops

12. hich of the following are features of IPv6? (Choose three.)

larger address space
faster routing protocols
data types and classes of service
authentication and encryption
improved host naming conventions
same addressing scheme as IPv4

13. What is the primary reason for development of IPv6?
security
header format simplification
expanded addressing capabilities
addressing simplification

14. What two things will happen if a router receives an ICMP packet which has a TTL value of 1 and the destination host is several hops away? (Choose two.)

The router will discard the packet.
The router will decrement the TTL value and forward the packet to the next router on the path to the destination host.
The router will send a time exceeded message to the source host.
The router will increment the TTL value and forward the packet to the next router on the path to the destination host.
The router will send an ICMP Redirect Message to the source host.

15. Refer to the exhibit. Why would the response shown be displayed after issuing the command ping 127.0.0.1 on a PC?
The IP settings are not properly configured on the host.
Internet Protocol is not properly installed on the host.
There is a problem at the physical or data link layer.
The default gateway device is not operating.
A router on the path to the destination host has gone down.

16. How many bits make up an IPv4 address?

128
64
48
32

17. Refer to the exhibit. A network administrator discovers that host A is having trouble with Internet connectivity, but the server farm has full connectivity. In addition, host A has full connectivity to the server farm. What is a possible cause of this problem?

The router has an incorrect gateway.
Host A has an overlapping network address.
Host A has an incorrect default gateway configured.
Host A has an incorrect subnet mask.
NAT is required for the host A network.

18. What three facts are true about the network portion of an IPv4 address? (Choose three.)
identifies an individual device
is identical for all hosts in a broadcast domain
is altered as packet is forwarded
varies in length
is used to forward packets
uses flat addressing

19. What is a group of hosts called that have identical bit patterns in the high order bits of their addresses?

an internet
a network
an octet
a radix
Bottom of Form
Top of Form
Bottom of Form

20. What is the network address of the host 172.25.67.99 /23 in binary?

10101100. 00011001.01000011.00000000
10101100. 00011001.01000011.11111111
10101100. 00011001.01000010.00000000
10101100. 00011001.01000010.01100011
10101100. 00010001.01000011. 01100010
10101100. 00011001.00000000.00000000

21. Refer to the exhibit. A network administrator has to develop an IP addressing scheme that uses the 192.168.1.0 /24 address space. The network that contains the serial link has already been addressed out of a separate range. Each network will be allocated the same number of host addresses. Which network mask will be appropriate to address the remaining networks?

255.255.255.248
255.255.255.224
255.255.255.192
255.255.255.240
255.255.255.128
255.255.255.252