CCNA Exam 640-802 (Part 1) Practice Test

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Rlyttle
R
Rlyttle
Community Contributor
Quizzes Created: 1 | Total Attempts: 346
| Attempts: 346
SettingsSettings
Please wait...
  • 1/75 Questions

    Which layer of the OSI reference model is responsible for ensuring reliable end-to-end delivery of data?

    • Application
    • Presentation
    • Session
    • Transport
    • Network
Please wait...
CCNA Exam 640-802 (Part 1) Practice Test - Quiz
About This Quiz

This is a CCNA EXAM 640-802 (Part 1) Practice Test. For those in the business of information technology, the Cisco Certified Network Associate (CCNA) is an important certification that gives you a firm understanding of fundamental networking principles and the ability to design your networks using a wide range of equipment. Do you know enough to pass the exams already?


Quiz Preview

  • 2. 

    Acknowledgements, sequencing, and flow control are functions that are handled by which layer of the OSI model?

    • Layer 5

    • Layer 4

    • Layer 7

    • Layer 6

    • Layer 3

    Correct Answer
    A. Layer 4
    Explanation
    Layer 4 of the OSI model is responsible for the functions of acknowledgements, sequencing, and flow control. This layer is known as the Transport Layer. It ensures that data is delivered reliably and in the correct order by providing error detection and correction, as well as managing the flow of data between the source and destination.

    Rate this question:

  • 3. 

    Two Certkiller offices are connected as shown below:Two buildings on the London campus of a the Certkiller corporation must be connected to use Ethernet with a bandwidth of at least 100 Mbps. Certkiller is concerned about possible problems from voltage potential differences between the two buildings. Which media type should be used for the connection?

    • Coaxial cable

    • Fiber optic cable

    • UTP cable

    • STP cable

    • None of the above

    Correct Answer
    A. Fiber optic cable
    Explanation
    Current Ethernet technololgy typically comes via either copper UTP or fiber ccables. In this scenario the distance between the buildings is only 55 meters so either copper or fiber could be used, as the distance limitation for 100M UTP Ethernet is 100 meters. However, fiber would be a better fit as it is not prone to errors that could occur due to the voltage potential differences. Because fiber is a dielectric material, it's not susceptible to electrical interference. FO-product vendors also claim that fiber systems make secure communications easier. Interference immunity and lack of emissions are givens in FO systems and in the fiber medium itself.

    Rate this question:

  • 4. 

    Which protocol below uses TCP port 443 at layer 4?

    • HTML

    • HTTPS

    • TFTP

    • Telnet

    • SMTP

    Correct Answer
    A. HTTPS
    Explanation
    HTTPS is the secured version of the HTTP application, which normally uses 128 bit SSL encryption to secure the information sent and received on a web page. An example is a banking web site, or a trustworthy shopping web site that takes credit card information. It is an application layer protocol which uses TCP port 443. Incorrect Answers: A. HTML is not a protocol. C. TFTP uses UDP port 69. D. Telnet uses TCP port 23. E. SMTP uses TCP port 25.

    Rate this question:

  • 5. 

    You have set up an Internet based FTP server, where people can upload and download files. In terms of the OSI model, what is the highest layer used during the FTP sessions.

    • Application

    • Presentation

    • Session

    • Transport

    • Internet

    Correct Answer
    A. Application
    Explanation
    The application layer is the highest layer (layer 7) of the OSI model, and is reserved for end user applications. Since FTP is itself an application, layer 7 is the highest layer used. Incorrect Answers: B, C, D, E, F, G. In any given FTP session, all of these layers will be used at some point but they are incorrect because the question asked for the highest layer used by FTP.

    Rate this question:

  • 6. 

    Both switches and hubs are being utilized within the Certkiller network. Which of the following is true regarding the use of switches and hubs for network connectivity in this network?

    • A. Switches take less time to process frames than hubs take

    • B. Hubs can filter frames

    • C. Switches do not forward broadcasts

    • D. Switches increase the number of collision domains in the network

    • E. Using hubs can increase the amount of bandwidth available to hosts

    Correct Answer
    A. D. Switches increase the number of collision domains in the network
    Explanation
    Switches increase the number of collision domains in the network. This means that each port on a switch is its own collision domain, whereas with hubs, all ports are in the same collision domain. By dividing the network into multiple collision domains, switches can reduce the chances of collisions occurring and improve network performance.

    Rate this question:

  • 7. 

    Which OSI layer is associated with the following: The acknowledgement of transmissions, sequencing, and flow control across a network?

    • Layer 2

    • Layer 3

    • Layer 4

    • Layer 5

    • Layer 6

    Correct Answer
    A. Layer 4
    Explanation
    The Transport layer (Layer 4) defines several functions, including the choice of protocols. The most important Layer 4 functions are error recovery and flow control. The transport layer may provide for retransmission, i.e., error recovery, and may use flow control to prevent unnecessary congestion by attempting to send data at a rate that the network can accommodate, or it might not, depending on the choice of protocols. Multiplexing of incoming data for different flows to applications on the same host is also performed. Reordering of the incoming data stream when packets arrive out of order is included. Examples include: TCP, UDP, and SPX.

    Rate this question:

  • 8. 

    A host computer has been correctly configured with a static IP address, but the default gateway is incorrectly set. Which layer of the OSI model will be first affected by this configuration error?

    • Layer 1

    • Layer 2

    • Layer 3

    • Layer 4

    • Layer 5

    Correct Answer
    A. Layer 3
    Explanation
    IP Addressing and IP routing resides on the OSI Network layer, which is layer 3.

    Rate this question:

  • 9. 

    When files are transferred between a host and an FTP server, the data is divided into smaller pieces for transmission. As these pieces arrive at the destination host, they must be reassembled to reconstruct the original file. What provides for the reassembly of these pieces into the correct order?

    • The sequence number in the TCP header

    • The Start Frame Delimiter in the 802.3 Preamble

    • The TTL in the IP header

    • The acknowledgement number in the segment header

    • The frame check sequence in the Ethernet frame trailer

    Correct Answer
    A. The sequence number in the TCP header
    Explanation
    The Transport layer can provide reliable networking via acknowledgments, sequencing, and flow control. Acknowledgments Delivered segments are acknowledged to the sender. If they are not acknowledged, the sender will retransmit. Sequencing Data segments are sequenced into their original order when they arrive at the destination. Flow Control Provides buffer controls that prevent packet flooding to the destination host. Buffers store bursts of data for processing when the transmission is complete. Layer 4 protocols include the following: Transmission Control Protocol (TCP) User Datagram Protocol (UDP) Sequenced Packet Exchange (SPX)A reliable communications protocol created by Novell NetWare

    Rate this question:

  • 10. 

    You download a file from an FTP site on the Internet. What is the highest layer in the OSI model used in this FTP operation?

    • Application

    • Presentation

    • Session

    • Transport

    • Internet

    Correct Answer
    A. Application
    Explanation
    Layer 7 is the application layer, which is the highest layer in the OSI model. This layer describes the use of end user applications, such as opening movie files (avi, mpeg, etc) used Microsoft Office applications, using WWW browsers, using Telnet, and using FTP.

    Rate this question:

  • 11. 

    While troubleshooting a connectivity problem on the network, you issue the ping command from your PC command prompt, but the output shows "request times out." At which OSI layer is this problem associated with?

    • The data link layer

    • The application layer

    • The access layer

    • The session layer

    • The network layer

    Correct Answer
    A. The network layer
    Explanation
    TCP/IP includes ICMP, a protocol designed to help manage and control the operation of a TCP/IP network. The ICMP protocol provides a wide variety of information about a network's health and operational status. Control message is the most descriptive part of a name. ICMP helps control and manage IP's work and therefore is considered part of TCP/IP's network layer. CCNA Self-Study CCNA ICND exam certification Guide (Cisco Press, ISBN 1-58720-083-X) page 277.

    Rate this question:

  • 12. 

    Which Layer 4 protocol is used for a Telnet connection between two Certkiller routers?

    • IP

    • ICMP

    • DNS

    • TCP

    • UDP

    Correct Answer
    A. TCP
    Explanation
    TCP is a reliable connection-oriented protocol. TCP uses acknowledgments, sequencing, and flow control to ensure reliability. Telnet uses TCP port 23.

    Rate this question:

  • 13. 

    Which OSI layer header contains the address of a destination host that is on another network?

    • Application

    • Presentation

    • Session

    • Transport

    • Network

    Correct Answer
    A. Network
    Explanation
    The correct answer is Network because the Network layer header contains the address of a destination host that is on another network. This layer is responsible for routing and addressing packets, ensuring that they are delivered to the correct destination across different networks. The Network layer header includes the source and destination IP addresses, which are used to determine the path the packet should take to reach its destination.

    Rate this question:

  • 14. 

    You work as a network technician at Certkiller .com. You have been assigned the task of designing a new Certkiller internetwork. The main priority is to minimize the link costs. Certkiller .at the same time wants to ensure the branch offices with direct connectity to the main site. Which of the following four designs is to be preferred?

    • Design Certkiller A

    • Design Certkiller B

    • Design Certkiller C

    • Design Certkiller D

    Correct Answer
    A. Design Certkiller C
    Explanation
    Every network looks for cost efficiency. Redundancy is often sacrificed on the altar of monthly cost. Thus, the hub and spoke Frame Relay network design is one of the more common. In this configuration, you pick a centralized location (most likely, your largest, most connected office) as the "hub" of the network. All other locations are considered "spokes" and have a single virtual circuit connection back to the hub. The major advantage of this configuration is the cost. It offers the cheapest monthly price tag, which cost-cutting corporations enjoy. The disadvantages are beginning to mount against this design, however. The redundancy is sorely lacking. If a single router (the central router) loses connectivity for any reason (if the router crashes, if a trenching company cuts through the line), your entire WAN goes down. The other disadvantage of this design is beginning to eclipse even redundancy. It is the disadvantage of tandem switching. Any time the spoke offices need to reach each other, they must go through the hub office.

    Rate this question:

  • 15. 

    Which of the following services use TCP? (Choose three)

    • DHCP

    • SMTP

    • SNMP

    • FTP

    • HTTP

    Correct Answer(s)
    A. SMTP
    A. FTP
    A. HTTP
    Explanation
    TCP (Transmission Control Protocol) is a reliable mechanism for data delivery. SMTP, FTP and HTTP services use TCP via ports 25, 20/21, and 80, respectively.

    Rate this question:

  • 16. 

    Certkiller is installing IP phones in a new office. The phones and office computers connect to the same device. To ensure maximum throughout for the phone data sessions, the company needs to make sure that the phone traffic is on a different network from that of the office computer data traffic. What is the best network device to which to directly connect the phones and computers and what technology should be implemented on this device? (Choose two)

    • VLAN

    • Subinterface

    • STP

    • Hub

    • Switch

    Correct Answer(s)
    A. VLAN
    A. Switch
    Explanation
    The best network device to directly connect the phones and computers is a switch. A switch allows for the creation of virtual LANs (VLANs) which can separate the phone traffic from the office computer data traffic. By implementing VLANs on the switch, the company can ensure that the phone data sessions have maximum throughput without interfering with the office computer data traffic.

    Rate this question:

  • 17. 

    Cisco is the leader in the router market space. What basic functions do their routers perform in a network? (Choose two)

    • The microsegmentation of broadcast domains

    • Path selection

    • Packet switching

    • Bridging between LAN segments

    • VLAN membership assignment

    Correct Answer(s)
    A. Path selection
    A. Packet switching
    Explanation
    The primary functions of a router are: Packet Switching and Path Selection. It is the routers job to determine the best method for delivering the data, and switching that data as quickly as possible.

    Rate this question:

  • 18. 

    As a CCNA candidate, you will be expected to know the OSI model very well. Which of the following are associated with the application layer (layer 7) of the OSI model? (Choose two)

    • TCP

    • Telnet

    • FTP

    • Ping

    • IP

    Correct Answer(s)
    A. Telnet
    A. FTP
    Explanation
    The application layer is the top layer of the OSI model and is used to describe the end user applications that can be used over a network. Layer Name Examples Application (layer 7) Telnet, HTTP, FTP, WWW browsers, NFS, SMTP gateways, SNMP
    Incorrect Answers: A. TCP resides at layer 4. D. ARP is a function of the data link layer, which is layer 2. E. IP is used at layer 3 (network layer). Reference: CCNA Self-Study CCNA INTRO exam certification Guide (Cisco Press, ISBN 1-58720-094-5) Page 34.

    Rate this question:

  • 19. 

    A receiving host has failed to receive all of the segments that it should acknowledge. What can the host do to improve the reliability of this communication session?

    • Start a new session using UDP

    • Obtain a new IP address from the DHCP server

    • Use a different source port for the session

    • Decrease the sequence number

    • Decrease the window size

    Correct Answer
    A. Decrease the window size
    Explanation
    A TCP window the amount of outstanding (unacknowledged by the recipient) data a sender can send on a particular connection before it gets an acknowledgment back from the receiver that it has gotten some of it. For example if a pair of hosts are talking over a TCP connection that has a TCP window size of 64 KB (kilobytes), the sender can only send 64 KB of data and then it must stop and wait for an acknowledgment from the receiver that some or all of the data has been received. If the receiver acknowledges that all the data has been received then the sender is free to send another 64 KB. One way to improve the reliability of the TCP connection is to reduce the window size that the receiver needs to receive before sending an acknowledgement. However, this will reduce throughput as more segments and acknowledgements will need to be sent in order to transfer the same amount of data.

    Rate this question:

  • 20. 

    Which one of the following characteristics is true regarding the use of hubs and switches?

    • Hubs can have their ports be configured with VLANs

    • Using hubs is costly with regard to bandwidth availability.

    • Switches can not forward broadcasts.

    • Switches are more efficient than hubs in processing frames.

    • Switches increase the number of collision domains in the network.

    Correct Answer
    A. Switches increase the number of collision domains in the network.
    Explanation
    Switches increases the number of collisions domains in the network. Switches that are configured with VLANs will reduce the size of the collision domains by increasing the number of collision domains in a network, but making them smaller than that of one big, flat network.

    Rate this question:

  • 21. 

    FTP, Telnet, DNS, and SMTP are all protocols being used in the Certkiller network. Of these, which uses both TCP and UDP ports?

    • Telnet

    • FTP

    • DNS

    • SMTP

    • None of the above

    Correct Answer
    A. DNS
    Explanation
    The following port numbers for the protocols listed above are as follows:
    FTP: TCP Port 20 and 21 SMTP: TCP Port 25 Telnet: TCP Port 23 DNS: both TCP and UDP Port 53

    Rate this question:

  • 22. 

    The Certkiller network administrator needs to determine what LAN devices to install on the Certkiller network. What are two advantages of using Layer 2 Ethernet switches over hubs? (Choose two)

    • Allowing simultaneous frame transmissions

    • Increasing the size of broadcast domains

    • Increasing the maximum length of UTP cabling between devices

    • Filtering frames based on MAC addresses

    • Decreasing the number of collision domains

    Correct Answer(s)
    A. Allowing simultaneous frame transmissions
    A. Filtering frames based on MAC addresses
    Explanation
    A: A half duplex connection is where only one device can send or receive at a time. A full duplex connection is where both devices can send and receive at the same time. Thus, if you have a 100Mb half-duplex connection, only sending at 100Mb OR receiving at 100Mb can happen at the same time. If you have a 100Mb full duplex connection, you can effectively get 200Mb out of the link because you could be sending 100Mb and receiving 100Mb at the same time. D: Switches are capable of filtering frames based on any Layer 2 fields. For example, a switch can be programmed to reject (not forward) all frames sourced from a particular network. Because link layer information often includes a reference to an upper-layer protocol, switches usually can filter on this parameter. Furthermore, filters can be helpful in dealing with unnecessary broadcast and multicast packets.

    Rate this question:

  • 23. 

    What data structure is described in the exhibit shown above?

    • IP datagram

    • TCP segment

    • Ethernet frame

    • UDP datagram

    • FDDI frame

    Correct Answer
    A. TCP segment
    Explanation
    The exhibit shown above is describing a data structure called a TCP segment. TCP (Transmission Control Protocol) is a protocol used for reliable and ordered delivery of data over a network. A TCP segment is a unit of data that is encapsulated within an IP datagram and transmitted over an Ethernet frame or other network protocols. It contains information such as source and destination port numbers, sequence and acknowledgment numbers, and control flags. Therefore, the correct answer is TCP segment.

    Rate this question:

  • 24. 

    At which OSI layer is a logical path created between two host systems named CK1 and CK2 on the Certkiller LAN?

    • Physical

    • Session

    • Data link

    • Transport

    • Network

    Correct Answer
    A. Network
    Explanation
    A logical path is created between two host systems at the Network layer of the OSI model. This layer is responsible for routing and addressing, ensuring that data packets are correctly delivered from the source to the destination. Therefore, the logical path between host systems CK1 and CK2 on the Certkiller LAN would be established at the Network layer.

    Rate this question:

  • 25. 

    As the Certkiller network administrator, you are required to have a firm understanding of the OSI model. Why does the data communication industry use the layered OSI reference model? (Choose two)

    • It enables equipment from different vendors to use the same electronic components, thus saving research and development funds

    • It encourages industry standardization by defining what functions occur at each layer of the model

    • It divides the network communication process into smaller and simpler components; thus aiding component development, design and troubleshooting

    • It provides a means by which changes in functionality in one layer require changes in other layers

    • It supports the evolution of multiple competing standards and thus provides business opportunities for equipment manufacturers

    Correct Answer(s)
    A. It encourages industry standardization by defining what functions occur at each layer of the model
    A. It divides the network communication process into smaller and simpler components; thus aiding component development, design and troubleshooting
    Explanation
    The OSI (Open System Interconnection) reference model was created as a reference point for communications devices. A layered approach is used to segment the entire telecommunications process into a series of smaller steps. A is correct because it encourages a level of standardization by encouraging that functions be compared to known layers. D is also correct because it allows engineers to focus on the development, refining, and perfection of simpler components.

    Rate this question:

  • 26. 

    • The MAC address of Host Certkiller 1

    • The MAC address of E0 of the router Certkiller C

    • The MAC address of Switch Certkiller B

    • The MAC address of E1 of the router Certkiller C

    • The MAC address of Switch Certkiller A

    Correct Answer
    A. The MAC address of E0 of the router Certkiller C
    Explanation
    Since the email server resides on a different IP subnet than the host Certkiller 1, the host will send the frame to its default gateway. In this case, the router Certkiller C is acting as the default gateway for all hosts on the LAN, so the frame will be sent to its Ethernet interface so that it can be routed to the email server.

    Rate this question:

  • 27. 

    You work as a network technician at Certkiller .com. You have been assigned the task of designing a new Certkiller internetwork. The main priority is the achieve the highest reliability available, however not at all costs. Certkiller .com is willing to spend more dollars to avoid downtime caused by link failure. Which of the following four designs would provide some redundancy and increase reliability for all four sites, but would cost less than a fully redundant topology?

    • Design Certkiller A

    • Design Certkiller B

    • Design Certkiller C

    • Design Certkiller D

    Correct Answer
    A. Design Certkiller B
    Explanation
    You can think of the partial mesh Frame Relay design as the compromise between network administrators and cost-saving managers.

    Rate this question:

  • 28. 

    As a network administrator, you will need to decide on the appropriate network devices to use. Which of the following correctly describes the roles of devices in a WAN? (Choose three)

    • A CSU/DSU terminates a digital local loop.

    • A router is commonly considered a DCE device.

    • A modem terminates an analog local loop.

    • A router is commonly considered a DTE device.

    • A modem terminates a digital local loop.

    Correct Answer(s)
    A. A CSU/DSU terminates a digital local loop.
    A. A modem terminates an analog local loop.
    A. A router is commonly considered a DTE device.
    Explanation
    A CSU/DSU terminates a digital local loop. This means that it connects the customer's equipment to the service provider's network by converting the digital signals from the customer's equipment into a format that can be transmitted over the digital local loop.

    A modem terminates an analog local loop. This means that it connects the customer's equipment to the service provider's network by converting the analog signals from the customer's equipment into a format that can be transmitted over the analog local loop.

    A router is commonly considered a DTE device. DTE stands for Data Terminal Equipment, and a router is a device that connects multiple networks together and directs traffic between them. It is commonly considered a DTE device because it is the endpoint of a communication circuit.

    In summary, a CSU/DSU terminates a digital local loop, a modem terminates an analog local loop, and a router is commonly considered a DTE device.

    Rate this question:

  • 29. 

    • A

    • B

    • C

    • D

    • E

    Correct Answer
    A. C
  • 30. 

    Exhibit:

    • B2:B2:B2:B2:B2:B2

    • A1:A1:A1:A1:A1:A1

    • 10.168.10.99

    • 10.168.11.65

    • C3:C3:C3:C3:C3:C3

    Correct Answer
    A. 10.168.10.99
    Explanation
    When packets transfer from one host to another across a routed segment, the source IP address always remains the same source IP address, and the physical (MAC) address will be the existing router's interface address. Similarly, the destination IP address always remains the same and the destination physical (MAC) address is the destination router's interface address.

    Rate this question:

  • 31. 

    Both bridges are switches are being used throughout the Certkiller LAN. Which of the following statements are true regarding bridges and switches in this network? (Choose 3)

    • Switches are primarily software based while bridges are hardware based.

    • Switches usually have a higher number of ports than most bridges.

    • Bridges are frequently faster than switches.

    • Both bridges and switches forward Layer 2 broadcasts.

    • Both bridges and switches make forwarding decisions based on Layer 2 addresses.

    Correct Answer(s)
    A. Switches usually have a higher number of ports than most bridges.
    A. Both bridges and switches forward Layer 2 broadcasts.
    A. Both bridges and switches make forwarding decisions based on Layer 2 addresses.
    Explanation
    Switches usually have a higher number of ports than most bridges because switches are designed to connect multiple devices within a LAN, so they need to support more connections. Both bridges and switches forward Layer 2 broadcasts because they operate at the data link layer of the OSI model, which includes the handling of broadcast traffic. Both bridges and switches make forwarding decisions based on Layer 2 addresses because they use MAC addresses to determine where to forward data packets within the network.

    Rate this question:

  • 32. 

    You have just installed a new web server on the Certkiller network. You are required to ensure that the web server is accessible from the Internet. The network uses private addressing, so an IP-to-registered address mapping is required. To do this, you enter the following command: Certkiller (config)# ip nat inside source static 192.168.2.1 198.18.1.254 You unsuccessfully try to ping the Internet from a PC host on the LAN. During the troubleshooting process, you enter the "show ip nat translations" command but the output is blank. What is the most likely cause of the problem?

    • The keyword overload is missing from the command.

    • The NAT pool must be defined first.

    • An access list must be defined to create static NAT translations.

    • The interfaces must be configured for NAT.

    • None of the above

    Correct Answer
    A. The interfaces must be configured for NAT.
    Explanation
    In order to successfully configure a static NAT translation, the interfaces must be configured for NAT, in addition to the global NAT command that was entered. The router interface that lies on the inside part of the network must be defined using the "ip nat inside" command. Similarly, the WAN interface that is being used for the Internet connection must be defined using the "ip nat outside" command. Incorrect Answers: A. In order to make an internal server reachable from the Internet, a static one to one NAT entry must be configured for the server. The keyword "overload" is used to configure many to one NAT, or PAT. B, C. This need not be done in order to create a static NAT entry. These steps are typically done in setting up NAT so that inside LAN users can access the Internet via NAT.

    Rate this question:

  • 33. 

    Which of the protocols below use TCP at the transport layer? (Select four)

    • TFTP

    • SMTP

    • FTP

    • HTTP

    • HTTPS

    Correct Answer(s)
    A. SMTP
    A. FTP
    A. HTTP
    A. HTTPS
    Explanation
    SMTP (Simple Mail Transfer Profile for email), FTP (File Transfer Protocol), and HTTP/HTTPS (Hyper Text Transfer Protocol for internet) all use TCP because of the reliable delivery mechanism. SMTP uses TCP port 25, FTP uses TCP ports 20 and 21, HTTP uses TCP port 80, and HTTPS uses TCP port 443. Incorrect Answers: A, C: SNMP and TFTP use UDP as the transport mechanism. Generally speaking, protocols that use the keywords "trivial" or "simple" uses UDP, since connectionless, best effort delivery mechanism usually suffice. Reference: CCNA Self-Study CCNA INTRO exam certification Guide (Cisco Press, ISBN 1-58720-094-5) Page 163.

    Rate this question:

  • 34. 

    Which IOS user EXEC command will allow a network technician to determine which router in the path to an unreachable network host should be examined more closely for the cause of the network failure?

    • Certkiller B> telnet

    • Certkiller B > ping

    • Certkiller B > trace

    • Certkiller B > show ip route

    • Certkiller B > show interface

    Correct Answer
    A. Certkiller B > trace
    Explanation
    This can perform the trace command. It sends the ping packets to each of the routers on the way to the receiver. The router which doesn't respond will be a potential failure place in this network.

    Rate this question:

  • 35. 

    A Certkiller network is shown in the exhibit below:The routers in this network are running RIPv2. Which addressing scheme would satisfy the needs of this network yet waste the fewest addresses?

    • Network 1: 192.168.10.0/26Network 2: 192.168.10.64/26Network 3: 192.168.10.128/26Serial link 1: 192.168.20.0/24Serial link 2: 192.168.30.0/24

    • Network 1: 192.168.10.0/26Network 2: 192.168.10.64/28Network 3: 192.168.10.80/29Serial link 1: 192.168.10.88/30Serial link 2: 192.168.10.96/30

    • Network 1: 192.168.10.0/26Network 2: 192.168.10.64/27Network 3: 192.168.10.96/28Serial link 1: 192.168.10.112/30Serial link 2: 192.168.10.116/30

    • Network 1: 192.168.10.0/27Network 2: 192.168.10.64/28Network 3: 192.168.10.96/29Serial link 1: 192.168.10.112/30Serial link 2: 192.168.10.116/30

    Correct Answer
    A. Network 1: 192.168.10.0/26Network 2: 192.168.10.64/27Network 3: 192.168.10.96/28Serial link 1: 192.168.10.112/30Serial link 2: 192.168.10.116/30
    Explanation
    Required Number of hosts :50 When We use the 26 bits for Network : 11111111.11111111.11111111.11000000 so 62 usable host can be in one network. 50 host for now and remaining hosts address for further growth. Network 2 Required Number of Hosts: 20
    When we use the 27 bits for Network: 11111111.11111111.1111111.11100000 so 30 usable hosts can be in one network. Network 3 Required Number of Hosts: 10
    When we use the 28 bits for Network: 11111111.11111111.11111111.11110000 so 14 usable hosts can be in one network. Connection between CK1 , CK2 and CK3 is WAN so when you use 30 bits network IP, you will not lose any IP addresses from network since this subnet allows for only 2 host addresses.

    Rate this question:

  • 36. 

    Refer to the following exhibit:

    • Destination MAC: 0011.43da.2c98 Source MAC: 0070.0e8f.088a Destination IP: 192.168.60.5 Source IP: 192.168.60.1

    • Destination MAC: 0011.43da.2c98 Source MAC: 0070.0e8f.088a Destination IP: 192.168.60.5 Source IP: 192.168.24.5

    • Destination MAC: 0011.43da.2c98 Source MAC: 00b0.d0ef.5f6a Destination IP: 192.168.60.5 Source IP: 192.168.24.5

    • Destination MAC: 0011.43da.2c98 Source MAC: 0070.0e97.af4e Destination IP: 192.168.60.5 Source IP: 192.168.60.2

    • None of the above

    Correct Answer
    A. Destination MAC: 0011.43da.2c98 Source MAC: 0070.0e8f.088a Destination IP: 192.168.60.5 Source IP: 192.168.24.5
    Explanation
    When packets leave from the host, the packets contains the source MAC and IP of the host address. The source and destination IP address will not change. Because the host knows that the destination is on another subnet, it will forward the packet to the default gateway device, so the destination MAC address will be of the default gateway, which is the FA0/0 interface of router Certkiller 3.

    Rate this question:

  • 37. 

    • The MAC address of Certkiller A

    • The MAC address of switch Certkiller 1

    • The MAC address of the E0 interface of the Certkiller 3 router.

    • The MAC address of the E1 interface of the Certkiller 3 router.

    • The MAC address of switch Certkiller 2

    Correct Answer
    A. The MAC address of the E0 interface of the Certkiller 3 router.
    Explanation
    If the destination host is in the remote segment than the router will change the MAC address of the source to its own. The inverse ARP protocol is by default on. Remember that IP address is not changed after forwarding. The MAC address is changed after crossing each broadcast domain.

    Rate this question:

  • 38. 

    The LAN needs are expanding at the Certkiller corporate office, which is quickly growing. You are instructed to enlarge the area covered by a single LAN segment on the Certkiller network. Which of the following are layer 1 devices that you can use? (Choose all that apply.)

    • A switch

    • A router

    • A network adapter card

    • A hub

    • A repeater

    Correct Answer(s)
    A. A hub
    A. A repeater
    Explanation
    A hub simply repeats the electrical signal and makes no attempt to interpret the electrical signal (layer 1) as a LAN frame (Layer 2). So, a hub actually performs OSI layer 1 functions, repeating an electrical signal, whereas a switch performs OSI layer 2 functions, actually interpreting Ethernet header information, particularly addresses, to make forwarding decisions. Hubs can be used to increase the number of stations that can be supported on a LAN. Because the repeater does not interpret what the bits mean, but does examine and generate electrical signals, a repeater is considered to operate at Layer 1. Repeaters can be used to physically extend the LAN to greater distances.

    Rate this question:

  • 39. 

    CDP is being used throughout the Certkiller network. What are two reasons why the Certkiller network administrator would use CDP? (Choose two)

    • To determine the status of network services on a remote device

    • To obtain the IP Address of a connected device in order to telnet to the device

    • To verify the type of cable interconnecting two devices

    • To verify Layer 2 connectivity between two devices when Layer 3 fails

    • To obtain VLAN information from directly connected switches

    Correct Answer(s)
    A. To obtain the IP Address of a connected device in order to telnet to the device
    A. To verify Layer 2 connectivity between two devices when Layer 3 fails
    Explanation
    CDP (Cisco Discovery Protocol) is a Cisco proprietary protocol used to gather information about directly connected Cisco devices. By using CDP, the Certkiller network administrator can obtain the IP Address of a connected device in order to telnet to it, allowing for remote management and configuration. Additionally, CDP can be used to verify Layer 2 connectivity between two devices when Layer 3 fails, helping to troubleshoot and diagnose network connectivity issues.

    Rate this question:

  • 40. 

    The Certkiller network consists of a small office with twenty-five employees that has one connection to the Internet through the CK1 router. What routing configurations are recommended on the CK1 and ISP routers?

    • BGP on both the routers.

    • RIP on both the routers.

    • Default routes on both routers.

    • BGP on the ISP router and a static route on CK1 .

    • A default route on CK1 and a static route on the ISP router.

    Correct Answer
    A. A default route on CK1 and a static route on the ISP router.
    Explanation
    Since private network use RFC 1918 IP address ranges internally, and because of security reasons, it is generally not possible to use an interior routing protocol with the ISP. This eliminates choice B. When connecting to an ISP, usually only BGP or static routes are supported. In this case, since there is only one connection to the Internet, BGP is not needed so choices A and D can be eliminated. A static default route would be needed on router CK1 to route to the Internet. In turn, the ISP only needs a specific static route to reach the LAN of the Certkiller network. Incorrect Answers: A, D: BGP is not needed on networks that contain only a single link to the Internet. B. Interior routing protocols are generally not supported with an ISP. C. A default route on the ISP router would send all of their customers Internet traffic to the Certkiller network, and not the Internet.

    Rate this question:

  • 41. 

    As a CCNA candidate, you must know the various layers of the OSI model. At which layers of the OSI Model do Wide Area Networks operate in? (Choose two)

    • Physical Layer

    • Datalink Layer

    • Network Layer

    • Session Layer

    • Transport Layer

    Correct Answer(s)
    A. Physical Layer
    A. Datalink Layer
    Explanation
    A WAN is a data communications network that covers a relatively broad geographic area and that often uses transmission facilities provided by common carriers, such as telephone companies. WAN technologies generally function at the lower two layers of the OSI reference model: the physical layer and the data link layer as shown below.
    Note: Occasionally WAN's would also be considered to operate at layer 3, but since this question asked for only 2 chopices layers 1 and 2 are better choices.

    Rate this question:

  • 42. 

    • Source MAC=000A.8A47.E612 Destination MAC=000B.DC04.12F4 Source IP=192.168.23.4 Destination IP=192.168.23.1

    • Source MAC=000A.8A47.E612 Destination MAC=0010.7BE7.FAEF Source IP=192.168.23.4 Destination IP=192.168.127.7

    • Source MAC=000A.8A47.E612 Destination MAC=000B.DC04.12F4 Source IP=192.168.23.4 Destination IP=192.168.127.7

    • Source MAC=000A.8A47.E612 Destination MAC=0010.7BE7.FAEF Source IP=192.168.23.4 Destination IP=192.168.23.1

    • None of the above

    Correct Answer
    A. Source MAC=000A.8A47.E612 Destination MAC=0010.7BE7.FAEF Source IP=192.168.23.4 Destination IP=192.168.127.7
    Explanation
    When packets leave from the host, the packets contains the source MAC and IP of the host address. The source and destination IP address will not change (if it did, the router devices would not know where to send the data). Because the host knows that the destination is on another subnet, it will forward the packet to the default gateway device, so the destination MAC address will be of the default gateway, which is the LAN interface of router Certkiller 1.

    Rate this question:

  • 43. 

    CDP is running between two Certkiller devices. What information is supplied by CDP? (Select three)

    • Device Identifiers

    • Capabilities list

    • Platform

    • Route identifier

    • Neighbor traffic data

    Correct Answer(s)
    A. Device Identifiers
    A. Capabilities list
    A. Platform
    Explanation
    CDP (Cisco Discovery Protocol) is a Cisco proprietary protocol that runs between Cisco devices. It is used to discover and gather information about directly connected Cisco devices. The information supplied by CDP includes device identifiers, which are unique identifiers assigned to each Cisco device, capabilities list, which describes the features and functions supported by the device, and platform, which refers to the hardware or software platform on which the device is running. CDP does not supply route identifiers or neighbor traffic data.

    Rate this question:

  • 44. 

    Refer to the Certkiller network shown below: You work as a network technician at Certkiller .com. Please study the exhibit carefully. Based on the information shown above, what is needed to allow host Certkiller 1 to ping host Certkiller 2?

    • A crossover cable connecting the switches

    • A backbone switch connecting the switches with either fiber optic or straight-through cables

    • A straight-through cable connecting the switches

    • A CSU/DSU connected to the switches with straight-through cables

    • A router connected to the switches with straight-through cables

    Correct Answer
    A. A router connected to the switches with straight-through cables
    Explanation
    Routers are Layers 3 devices used for inter-network communication. In this scenario there are two different networks, so both switches need to connect to a router using straight-through cables. A straight-through cable is used to connect two different devices like, switch to router, host to switch. Since we need to insert a router for communication between the two switches, straight through cables will be used between the switches and the router.

    Rate this question:

  • 45. 

    Part of the Certkiller network is displayed below:Study the exhibit shown above. Host Certkiller A has established a connection with the Certkiller II server attached to interface E0 of the Certkiller 2 router. Which of the following statements describe the information contained in protocol data units sent from Host Certkiller to Certkiller II? (Choose three)

    • The destination port number in a segment header will have a value of 80

    • The destination IP address of a packet will be the IP address of the E0 interface of the Certkiller 1 router

    • The destination IP address of a packet will be the IP address of the network interface of the Certkiller II server

    • The destination address of a frame will be the MAC address of the E0 interface of Certkiller 1 router

    Correct Answer(s)
    A. The destination port number in a segment header will have a value of 80
    A. The destination IP address of a packet will be the IP address of the network interface of the Certkiller II server
    A. The destination address of a frame will be the MAC address of the E0 interface of Certkiller 1 router
    Explanation
    The first statement is correct because the destination port number in a segment header for HTTP traffic is typically 80. The second statement is incorrect because the destination IP address of a packet sent from Host Certkiller to Certkiller II will be the IP address of the network interface of the Certkiller II server, not the E0 interface of Certkiller 1 router. The third statement is correct because the destination IP address of a packet sent from Host Certkiller to Certkiller II will be the IP address of the network interface of the Certkiller II server. The fourth statement is incorrect because the destination address of a frame sent from Host Certkiller to Certkiller II will be the MAC address of the E0 interface of Certkiller 2 router, not Certkiller 1 router.

    Rate this question:

  • 46. 

    • Core(config-router)# default-information originate Core(config-router)# network 10.0.0.00.255.255.255 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.00.0.0.010.10.2.14

    • Core(config-router)# default-information originate Core(config-router)# network 10.10.2.32 0.0.0.31 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.00.0.0.0 10.10.2.14

    • Core(config-router)# default-information originate Core(config-router)# network 10.10.2.13 0.0.0.242 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.00.0.0.010.10.2.14

    • Core(config-router)# default-information originate Core(config-router)# network 10.10.2.16 0.0.0.15 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.00.0.0.010.10.2.14

    Correct Answer
    A. Core(config-router)# default-information originate Core(config-router)# network 10.10.2.16 0.0.0.15 area 0 Core(config-router)# exit Core(config)# ip route 0.0.0.00.0.0.010.10.2.14
    Explanation
    There are two ways to inject a default route into a normal area. 1. If the ASBR already has the default route in its routing table, you can advertise the existing 0.0.0.0/0 into the OSPF domain with the default-information originate router configuration command. 2. If the ASBR doesn't have a default route, you can add the keyword always to the default-information originate command (default-information originate always). This command will advertise a default route into the OSPF domain, regardless of whether it has a route to 0.0.0.0. Another benefit of adding always keyword is that it can add stability to the internetwork. For example, if the ASBR is learning a default route from another routing domain such as RIP and this route is flapping, then without the always keyword, each time the route flaps, the ASBR will send a new Type 5 LSA into the OSPF domain causing some instability inside the OSPF domain. With the always keyword, the ASBR will advertise the default inside the OSPF domain always, and thus the flapping of the default route from the RIP domain will not cause any instability inside the OSPF domain. In the example shown here, only choice D is correct as the wildcard mask correctly specifies the 10.10.2.16 0.0.0.15 networks, which include all IP addresses in the 10.10.2.16-10.10.2.31 range. Reference: http://www.cisco.com/warp/public/104/21.html

    Rate this question:

  • 47. 

    You work as a network technician at Certkiller .com. You have been assigned the task of designing a new Certkiller internetwork. The main priority is to achieve the highest reliability available. Certkiller .com is willing to spend more dollars to avoid downtime caused by link failure. Which of the following four designs is to be preferred?

    • Design Certkiller A

    • Design Certkiller B

    • Design Certkiller C

    • Design Certkiller D

    Correct Answer
    A. Design Certkiller A
    Explanation
    A network topology that is set up so that each device is directly connected to every other device on the network. This connection method has built-in redundancy. If one link goes down, the device will transmit via another link. Example: If the partial mesh design is a compromise between the network administrators and managers, then the full mesh design implies that the network administrators won. This design is every Cisco network administrator's picture of perfection over a Frame Relay cloud. It gives every site a direct virtual circuit to every other site, as shown in Figure This design gives maximum redundancy and minimum packet latency (latency describes how long it takes a packet to reach each location).

    Rate this question:

  • 48. 

    • Communication between VLAN3 and the other VLANs would be disabled

    • Host Certkiller B would not be able to access the server in VLAN9 until the cable is reconnected

    • For less than a minute, Host Certkiller B would not be able to access the server in VLAN9. Then normal network function would resume

    • The transfer of files from Host Certkiller B to the server in VLAN9 would be significantly slower

    • None of the above

    Correct Answer
    A. For less than a minute, Host Certkiller B would not be able to access the server in VLAN9. Then normal network function would resume
    Explanation
    Spanning-Tree Protocol (STP) is a Layer 2 protocol that utilizes a special-purpose algorithm to discover physical loops in a network and effect a logical loop-free topology. STP creates a loop-free tree structure consisting of leaves and branches that span the entire Layer 2 network. The actual mechanics of how bridges communicate and how the STP algorithm works will be discussed at length in the following topics. Note that the terms bridge and switch are used interchangeably when discussing STP. In addition, unless otherwise indicated, connections between switches are assumed to be trunks. STP keeps the port either in block or in forward states, when forward port disconnect then within the less then a minute blocked port comes into forward state so packets starts to go through new forward port. The Spanning Tree Protocol (STP) would identify the best path as well as alternate path to reach in proper destination. In a redundant link, if the primary link fails then the secondary links will automatically start after few minutes. If port Fa0/9 became disconnected, then the packets would be re-routed automatically using the Certkiller A- Certkiller 2- Certkiller 3 path.

    Rate this question:

  • 49. 

    A Certkiller technician is troubleshooting connectivity problems between two routers that are directly connected through the serial line. The technician notices that the serial line is up but cannot see any neighbors displayed in the output of the show cdp neighbors command. In which OSI layer is the problem most likely occurring?

    • Physical

    • Data link

    • Network layer

    • Transport layer

    • Application layer

    Correct Answer
    A. Data link
    Explanation
    As the question states that serial line is up, it means the problem is not on the Network layer. The administrator cannot see any output by issuing the show cdp neighbors command. It means that CDP is disabled and CDP is a protocol that runs over Layer2 (the data link layer) on all Cisco routers, bridges, access servers, and switches

    Rate this question:

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 15, 2010
    Quiz Created by
    Rlyttle
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.