CCNA 1 v7 Modules 1-3: Basic Network Connectivity and Communications Exam Answers
Checkpoint Exam: Basic Network Connectivity and Communications. This comprehensive study guide covers Modules 1-3 of the CCNA1 Introduction to Networks v7.0 (ITN), including network fundamentals, OSI and TCP/IP models, Cisco IOS basics, and network security concepts.
1. During a routine inspection, a technician discovered that software that was installed on a computer was secretly collecting data about websites that were visited by users of the computer. Which type of threat is affecting this computer?
Explanation: Topic 1.8.1 - Spyware is software installed on a network device that secretly collects information.
2. Which term refers to a network that provides secure access to the corporate offices by suppliers, customers and collaborators?
Explanation: Topic 1.4.4 - The term Internet refers to the worldwide collection of connected networks. Intranet refers to a private connection of LANs and WANS that belong to an organization and is designed to be accessible to the members of the organization, employees, or others with authorization. Extranets provide secure and safe access to suppliers, customers, and collaborators. Extendednet is not a type of network.
3. A large corporation has modified its network to allow users to access network resources from their personal laptops and smart phones. Which networking trend does this describe?
Explanation: Topic 1.7.2 - BYOD allows end users to use personal tools to access the corporate network. Allowing this trend can have major impacts on a network, such as security and compatibility with corporate software and devices.
4. What is an ISP?
Explanation: Topic 1.5.1 - An ISP, or Internet Service Provider, is an organization that provides access to the Internet for businesses and individuals.
5. Match the requirements of a reliable network with the supporting network architecture. (Not all options are used.)
Explanation: Topic 1.6.5 - Fault tolerance Provide redundant links and devices. Scalability Expand the network without degrading the service for existing users. Security Protect the network from unauthorized access.
6. An employee at a branch office is creating a quote for a customer. In order to do this, the employee needs to access confidential pricing information from internal servers at the Head Office. What type of network would the employee access?
Explanation: Topic 1.4.4 - Intranet is a term used to refer to a private connection of LANs and WANs that belongs to an organization. An intranet is designed to be accessible only by the organization's members, employees, or others with authorization.
7. Which statement describes the use of powerline networking technology?
Explanation: Topic 1.7.8 - Powerline networking adds the ability to connect a device to the network using an adapter wherever there is an electrical outlet.The network uses existing electrical wiring to send data. It is not a replacement for physical cabling, but it can add functionality in places where wireless access points cannot be used or cannot reach devices.
8. A networking technician is working on the wireless network at a medical clinic. The technician accidentally sets up the wireless network so that patients can see the medical records data of other patients. Which of the four network characteristics has been violated in this situation?
Explanation: Topic 1.1.8 - Network security includes protecting the confidentiality of data that is on the network. In this case, because confidential data has been made available to unauthorized users, the security characteristic of the network has failed.
9. Match each characteristic to its corresponding Internet connectivity type.
Explanation: Topic 1.5.2 - DSL is an always-on, high bandwidth connection that runs over telephone lines. Cable uses the same coaxial cable that carries television signals into the home to provide Internet access. Dialup telephone is much slower than either DSL or cable, but is the least expensive option for home users because it can use any telephone line and a simple modem. Satellite requires a clear line of sight and is affected by trees and other obstructions. None of these typical home options use dedicated leased lines such as T1/E1 and T3/E3.
10. What two criteria are used to help select a network medium from various network media? (Choose two.)
Explanation: Topic 2.6.2 - Criteria for choosing a network medium are the distance the selected medium can successfully carry a signal, the environment in which the selected medium is to be installed, the amount of data and the speed at which the data must be transmitted, and the cost of the medium and its installation.
11. What type of network traffic requires QoS?
Explanation: Topic 1.6.4 - Video conferencing utilizes real-time audio and video communications. Both of these are time-sensitive and bandwidth-intensive forms of communication that require quality of service to be active on the network. QoS will ensure an uninterrupted user experience.
12. A user is implementing security on a small office network. Which two actions would provide the minimum security requirements for this network? (Choose two.)
Explanation: Topic 1.8.2 - Technically complex security measures such as intrusion prevention and intrusion prevention systems are usually associated with business networks rather than home networks. Installing antivirus software, antimalware software, and implementing a firewall will usually be the minimum requirements for home networks. Installing a home wireless network will not improve network security, and will require further security actions to be taken.
13. 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.)
Explanation: Topic 2.4.3 - Access to the VTY and console interfaces can be restricted using passwords. Out-of-band management of the router can be restricted in both user EXEC and privileged EXEC modes.
14. Which interface allows remote management of a Layer 2 switch?
Explanation: Topic 2.6.2 - In a Layer 2 switch, there is a switch virtual interface (SVI) that provides a means for remotely managing the device.
15. What function does pressing the Tab key have when entering a command in IOS?
Explanation: Topic 2.3.5 - Pressing the Tab key after a command has been partially typed will cause the IOS to complete the rest of the command.
16. While trying to solve a network issue, a technician made multiple changes to the current router configuration file. The changes did not solve the problem and were not saved. What action can the technician take to discard the changes and work with the file in NVRAM?
Explanation: Topic 2.5.2 - The technician does not want to make any mistakes trying to remove all the changes that were done to the running configuration file. The solution is to reboot the router without saving the running configuration. The copy startup-config running-config command does not overwrite the running configuration file with the configuration file stored in NVRAM, but rather it just has an additive effect.
17. An administrator uses the Ctrl-Shift-6 key combination on a switch after issuing the ping command. What is the purpose of using these keystrokes?
Explanation: Topic 2.3.5 - To interrupt an IOS process such as ping or traceroute, a user enters the Ctrl-Shift-6 key combination. Tab completes the remainder of parameters or arguments within a command. To exit from configuration mode to privileged mode use the Ctrl-Z keystroke. CTRL-R will redisplay the line just typed, thus making it easier for the user to press Enter and reissue the ping command.
18. Refer to the exhibit. A network administrator is configuring access control to switch SW1. If the administrator uses a console connection to connect to the switch, which password is needed to access user EXEC mode?
Explanation: Topic 2.4.3 - Telnet accesses a network device through the virtual interface configured with the line VTY command. The password configured under this is required to access the user EXEC mode. The password configured under the line console 0 command is required to gain entry through the console port, and the enable and enable secret passwords are used to allow entry into the privileged EXEC mode.
19. A technician configures a switch with these commands. What is the technician configuring?
Explanation: Topic 2.7.4 - For a switch to have an IP address, a switch virtual interface must be configured. This allows the switch to be managed remotely over the network.
20. Which command or key combination allows a user to return to the previous level in the command hierarchy?
Explanation: Topic 2.2.4 - End and CTRL-Z return the user to the privileged EXEC mode. Ctrl-C ends a command in process. The exit command returns the user to the previous level.
21. What are two characteristics of RAM on a Cisco device? (Choose two.)
Explanation: Topic 2.5.1 - RAM stores data that is used by the device to support network operations. The running configuration is stored in RAM. This type of memory is considered volatile memory because data is lost during a power cycle. Flash memory stores the IOS and delivers a copy of the IOS into RAM when a device is powered on. Flash memory is nonvolatile since it retains stored contents during a loss of power.
22. Which two host names follow the guidelines for naming conventions on Cisco IOS devices? (Choose two.)
Explanation: Topic 2.4.1 - Some guidelines for naming conventions are that names should: Start with a letter, Contain no spaces, End with a letter or digit, Use only letters, digits, and dashes, Be less than 64 characters in length.
23. How is SSH different from Telnet?
Explanation: Topic 2.1.4 - SSH is the preferred protocol for connecting to a device operating system over the network because it is much more secure than Telnet. Both SSH and Telnet are used to connect to devices over the network, and so are both used in-band. PuTTY and Terra Term can be used to make both SSH and Telnet connections.
24. An administrator is configuring a switch console port with a password. In what order will the administrator travel through the IOS modes of operation to reach the mode in which configuration commands will be entered?
Explanation: Topic 2.2.4 - The configuration mode that the administrator first encounters is user EXEC mode. After the enable command is entered, the next mode is privileged EXEC mode. From there, the configure terminal command is entered to move to global configuration mode. Finally, the administrator enters the line console 0 command to enter the mode in which the configuration will be entered.
25. What are three characteristics of an SVI? (Choose three.)
Explanation: Topic 2.6.2 - Switches have one or more switch virtual interfaces (SVIs). SVIs are created in software since there is no physical hardware associated with them. Virtual interfaces provide a means to remotely manage a switch over a network that is using IP. Each switch comes with one SVI appearing in the default configuration “out-of-the-box.” The default SVI interface is VLAN1.
26. What command is used to verify the condition of the switch interfaces, including the status of the interfaces and a configured IP address?
Explanation: Topic 2.8.1 - The show ip interface brief command is used to display a brief synopsis of the condition of the device interfaces. The ipconfig command is used to verify TCP/IP properties on a host. The ping command is used to verify Layer 3 connectivity. The traceroute command is used to trace the network path from source to destination.
27. Match the description with the associated IOS mode.
Explanation: Topic 2.2.4 - Limited commands, basic monitoring → User EXEC mode, Full access to device commands → Privileged EXEC mode, Configure device settings → Global configuration mode
28. Match the definitions to their respective CLI hot keys and shortcuts.
Explanation: Topic 2.3.5 - Common CLI shortcuts and their functions.
29. In the show running-config command, which part of the syntax is represented by running-config ?
Explanation: Topic 2.3.1 - The first part of the syntax, show, is the command, and the second part of the syntax, running-config, is the keyword. The keyword specifies what should be displayed as the output of the show command.
30. After making configuration changes on a Cisco switch, a network administrator issues a copy running-config startup-config command. What is the result?
Explanation: Topic 2.5.2 - With the copy running-config startup-config command, the content of the current operating configuration replaces the startup configuration file stored in NVRAM. The configuration file saved in NVRAM will be loaded when the device is restarted.
31. What command will prevent all unencrypted passwords from displaying in plain text in a configuration file?
Explanation: Topic 2.4.4 - To prevent all configured passwords from appearing in plain text in configuration files, an administrator can execute the service password-encryption command. This command encrypts all configured passwords in the configuration file.
32. A network administrator enters the service password-encryption command into the configuration mode of a router. What does this command accomplish?
Explanation: Topic 2.4.4 - The startup-config and running-config files display most passwords in plaintext. Use the service password-encryption global config command to encrypt all plaintext passwords in these files.
33. What method can be used by two computers to ensure that packets are not dropped because too much data is being sent too quickly?
Explanation: Topic 3.1.9 - In order for two computers to be able to communicate effectively, there must be a mechanism that allows both the source and destination to set the timing of the transmission and receipt of data. Flow control allows for this by ensuring that data is not sent too fast for it to be received properly.
34. Which statement accurately describes a TCP/IP encapsulation process when a PC is sending data to the network?
Explanation: Topic 3.6.4 - When the data is traveling from the PC to the network, the transport layer sends segments to the internet layer. The internet layer sends packets to the network access layer, which creates frames and then converts the frames to bits. The bits are released to the network media.
35. What three application layer protocols are part of the TCP/IP protocol suite? (Choose three.)
Explanation: Topic 3.3.4 - DNS, DHCP, and FTP are all application layer protocols in the TCP/IP protocol suite. ARP and PPP are network access layer protocols, and NAT is an internet layer protocol in the TCP/IP protocol suite.
36. Match the description to the organization.
Explanation: Topics 3.3.2 and 3.4.2 - The EIA is an international standards and trade organization for electronics organizations. It is best known for its standards related to electrical wiring, connectors, and the 19-inch racks used to mount networking equipment.
37. Which name is assigned to the transport layer PDU?
Explanation: Topic 3.6.3 - Application data is passed down the protocol stack on its way to be transmitted across the network media. During the process, various protocols add information to it at each level. At each stage of the process, a PDU (protocol data unit) has a different name to reflect its new functions. The PDUs are named according to the protocols of the TCP/IP suite: Data - The general term for the PDU used at the application layer. Segment - transport layer PDU; Packet - network layer PDU; Frame - data link layer PDU; Bits - A physical layer PDU used when physically transmitting data over the medium
38. When IPv4 addressing is manually configured on a web server, which property of the IPv4 configuration identifies the network and host portion for an IPv4 address?
Explanation: Topic 3.7.2 - Subnet mask determines network and host portions.
39. What process involves placing one PDU inside of another PDU?
Explanation: Topic 3.6.3 - When a message is placed inside of another message, this is known as encapsulation. On networks, encapsulation takes place when one protocol data unit is carried inside of the data field of the next lower protocol data unit.
40. What layer is responsible for routing messages through an internetwork in the TCP/IP model?
Explanation: Topic 3.5.4 - The TCP/IP model consists of four layers: application, transport, internet, and network access. Of these four layers, it is the internet layer that is responsible for routing messages. The session layer is not part of the TCP/IP model but is rather part of the OSI model.
41. For the TCP/IP protocol suite, what is the correct order of events when a Telnet message is being prepared to be sent over the network?
Explanation: Topic 3.3.5 - Application, transport, internet, network access order.
42. Which PDU format is used when bits are received from the network medium by the NIC of a host?
Explanation: Topic 3.6.3 - When received at the physical layer of a host, the bits are formatted into a frame at the data link layer. A packet is the PDU at the network layer. A segment is the PDU at the transport layer. A file is a data structure that may be used at the application layer.
43. Refer to the exhibit. ServerB is attempting to contact HostA. Which two statements correctly identify the addressing that ServerB will generate generate in the process? (Choose two.)
Explanation: Topic 3.7.2 - In order to send data to Host A, Server B will generate a packet that contains the IP address of the destination device on the remote network and a frame that contains the MAC address of the default gateway device on the local network.
44. Which method allows a computer to react accordingly when it requests data from a server and the server takes too long to respond?
Explanation: Topic 3.1.9 - If a computer makes a request and does not hear a response within an acceptable amount of time, the computer assumes that no answer is coming and reacts accordingly.
45. A web client is receiving a response for a web page. From the perspective of the client, what is the correct order of the protocol stack used to decode the received transmission?
Explanation: Topic 3.6.3 - HTTP governs the way that a web server and client interact. TCP manages individual conversations between web servers and clients. IP is responsible for delivery across the best path to the destination. Ethernet takes the packet from IP and formats it for transmission.
46. Which two OSI model layers have the same functionality as a single layer of the TCP/IP model? (Choose two.)
Explanation: Topic 3.5.4 - The OSI data link and physical layers together are equivalent to the TCP/IP network access layer. The OSI transport layer is functionally equivalent to the TCP/IP transport layer, and the OSI network layer is equivalent to the TCP/IP internet layer. The OSI application, presentation, and session layers are functionally equivalent to the application layer within the TCP/IP model.
47. At which layer of the OSI model would a logical address be added during encapsulation?
Explanation: Topic 3.7.2 - Logical addresses, also known as IP addresses, are added at the network layer. Physical addresses are edded at the data link layer. Port addresses are added at the transport layer. No addresses are added at the physical layer.
48. What is a characteristic of multicast messages?
Explanation: Topic 3.1.9 - Multicast is a one-to-many type of communication. Multicast messages are addressed to a specific multicast group.
49. Which statement is correct about network protocols?
Explanation: Topic 3.1.7 - Network protocols are implemented in hardware, or software, or both. They interact with each other within different layers of a protocol stack. Protocols have nothing to do with the installation of the network equipment. Network protocols are required to exchange information between source and destination devices in both local and remote networks.
50. What is an advantage of network devices using open standard protocols?
Explanation: Topic 3.4.1 - An advantage of network devices implementing open standard protocols, such as from the TCP/IP suite, is that clients and servers running different operating systems can communicate with each other. Open standard protocols facilitate innovation and competition between vendors and across markets, and can reduce the occurrence of monopolies in networking markets.
51. Which device performs the function of determining the path that messages should take through internetworks?
Explanation: Topic 1.2.4 - A router is used to determine the path that the messages should take through the network. A firewall is used to filter incoming and outgoing traffic. A DSL modem is used to provide Internet connection for a home or an organization.
52. Open the PT Activity. What is the IP address of the switch virtual interface (SVI) on Switch0?
Explanation: Topic 2.7.4 - After the enable command is issued, the show running-configuration command or the show ip interfaces brief command will display the IP address of the switch virtual interface (SVI).
53. Why would a Layer 2 switch need an IP address?
Explanation: Topic 2.6.2 - A switch, as a Layer 2 device, does not need an IP address to transmit frames to attached devices. However, when a switch is accessed remotely through the network, it must have a Layer 3 address. The IP address must be applied to a virtual interface rather than to a physical interface. Routers, not switches, function as default gateways.
54. Refer to the exhibit. An administrator tries to configure the switch but receives an error message. What is the problem?
Explanation: Topic 2.2.1 - In order to enter global configuration mode, the command configure terminal, or a shortened version such as config t, must be entered from privileged EXEC mode. In this scenario the administrator is in user EXEC mode, as indicated by the > symbol after the hostname. The administrator would need to use the enable command to move into privileged EXEC mode before entering the configure terminal command.
55. What term describes a network owned by one organization that provides safe and secure access to individuals who work for a different organization?
Explanation: Topic 1.4.4 - The term extranet describes a controlled and private network infrastructure owned by a single organization that is purposely built to grant secure, limited access to external individuals who work for completely different organizations or business entities. An extranet is typically deployed to facilitate seamless collaboration with external stakeholders such as trusted suppliers, vendors, business partners, or high-priority clients. It allows them to access specific internal resources and files safely without exposing the core corporate network to broader security risks.
56. What term describes storing personal files on servers over the internet to provide access anywhere, anytime, and on any device?
Explanation: Topic 1.7.6 - The term cloud (or cloud computing) refers to the practice of storing, managing, and processing data on remote servers hosted on the Internet, rather than on a local hard drive. This architecture allows users to seamlessly upload and retrieve their personal files, applications, and services from any geographical location, at any given time, and across any internet-enabled device.
57. What term describes a network where one computer can be both client and server?
Explanation: Topic 1.2.2 - The term peer-to-peer (P2P) describes a network model where every interconnected computer can function as both a client and a server simultaneously. In this specific architecture, there is no requirement for a centralized or dedicated server. For instance, a computer acts as a server when it shares a local file or a connected printer with other users, and at the same time, it operates as a client when retrieving a shared document stored on another workstation. This setup is highly cost-effective for home environments or small offices, though it has distinct limitations regarding scalability and centralized security management.
58. What term describes a type of network used by people who work from home or from a small remote office?
Explanation: Topic 1.4.1 - The term SOHO stands for Small Office, Home Office. It describes a specific category of Local Area Network (LAN) engineered to support individuals working remotely from home or operating within a small-scale business environment with a limited number of end devices.These networks are highly cost-effective and typically rely on a single, integrated multi-function device (a standard home router) that simultaneously provides switching capabilities, wireless access (Wi-Fi), and routing functions to grant Internet access and enable local resource sharing.
59. What term describes a computing model where server software runs on dedicated computers?
Explanation: Topic 1.2.2 - The client/server model is a distributed network architecture where tasks and workloads are partitioned between service providers (called servers) and service requesters (called clients). In this specific computing model, the server software runs on dedicated, high-performance computers that are completely optimized to host, manage, and respond to requests sent by multiple client devices simultaneously (such as web servers, file servers, or email servers). This centralization of network resources and hardware is what mainly distinguishes the client/server architecture from a Peer-to-Peer (P2P) network, where individual devices share responsibilities equally and can act as both clients and servers at the same time without relying on dedicated hardware.
60. What term describes the installation of a home network without the use of physical cabling?
Explanation: Topic 1.7.3 - Wireless networking uses radio waves instead of physical cabling.
61. What term describes a technology that allows devices to connect to the LAN using an electrical outlet?
Explanation: Topic 1.7.8 - Powerline networking is a technology that allows data to be transmitted over an object’s existing electrical wiring. By using specialized powerline adapters plugged directly into any standard electrical outlet, devices can seamlessly connect to the local area network (LAN). This approach effectively turns standard electrical infrastructure into network data channels without requiring extra Ethernet cabling.
62. What term describes a policy that allows network devices to manage the flow of data to give priority to voice and video?
Explanation: Topic 1.6.4 - Quality of Service (QoS) is a network policy that enables devices to manage data traffic flows by prioritizing bandwidth. It ensures that time-sensitive, real-time communications like voice and video are given higher priority over standard data traffic. This mechanism significantly reduces latency and jitter, maintaining acceptable transmission quality even during network congestion. Other options like Internet, Intranet, or Extranet merely define the scope or boundaries of network access.
63. What term describes a private collection of LANs and WANs that belongs to an organization?
Explanation: Topic 1.4.4 - An intranet is a private collection of LANs and WANs that belongs to an organization. It is designed to be accessible only by the organization’s members, employees, or others with explicit authorization to securely share internal data and resources.
64. What term describes the ability to use personal devices across a business or campus network?
Explanation: Topic 1.7.2 - The term BYOD (which stands for Bring Your Own Device) describes the growing trend and corporate policy where users, employees, or students are officially permitted to utilize their personal tech devices (such as laptops, smartphones, or tablets) to connect to a corporate or campus network to access internal organizational resources.
65. At which OSI layer is a source IP address added to a PDU during the encapsulation process?
Explanation: Topic 3.6.4 - IP addresses are added at network layer.
66. At which OSI layer is a destination port number added to a PDU during the encapsulation process?
Explanation: Topic 3.6.3 - The transport layer (Layer 4 of the OSI model) is responsible for establishing a temporary communication session between two applications and transferring data between them reliably. During the encapsulation process, as data moves down from the application layer, the transport layer breaks it into smaller pieces called segments (PDU). It is exactly at this stage that a header containing both the source port number and the destination port number is added. The destination port number is critical because it tells the receiving device exactly which specific upper-layer application or service (such as HTTP on port 80, HTTPS on port 443, or DNS on port 53) should receive the data.
67. At which OSI layer is data added to a PDU during the encapsulation process?
Explanation: Topic 3.6.3 - The application layer (Layer 7 of the OSI model) is the starting point where data is generated by user interactions or software applications (such as web browsers or email clients). During the encapsulation process, this layer takes the raw user information and formats it according to the specific protocol in use (such as HTTP, FTP, or SMTP), creating the initial PDU known simply as data. This data PDU is then passed down to the lower layers of the OSI stack, where it will sequentially receive headers and trailers (becoming segments, packets, and frames) to prepare it for physical transmission.
68. At which OSI layer is a source IP address added to a PDU during the encapsulation process?
Explanation: Topic 3.6.4 - The network layer (Layer 3 of the OSI model) is responsible for end-to-end packet delivery across multiple interconnected networks. During the encapsulation process, when data from the transport layer arrives at the network layer, it is packaged into protocol data units called packets (PDUs). At this stage, a Layer 3 network header is attached, which strictly includes both the source IP address (identifying the original sender) and the destination IP address (identifying the final receiver). This logical addressing allows intermediate routers to successfully inspect the information and forward the data along the best path toward its final destination.
69. Which of the following is the name for all computers connected to a network that participate directly in network communication?
Explanation: Topic 1.2.1 - Hosts are end devices participating in network communication.
70. At which OSI layer is a destination IP address added to a PDU during the encapsulation process?
Explanation: Topic 3.6.3 - The network layer (Layer 3 of the OSI model) is responsible for logical addressing and routing data across different interconnected networks. During the encapsulation process, as data segments move down from the transport layer, the network layer packages them into protocol data units called packets (PDU). It is exactly at this stage that a network header containing both the source IP address and the destination IP address is added. The destination IP address is critical because it allows intermediate routers to make proper forwarding decisions, ensuring the packet is routed through the correct path until it reaches its ultimate destination.
71. At which OSI layer is a source MAC address added to a PDU during the encapsulation process?
Explanation: Topic 3.6.3 - The data link layer (Layer 2 of the OSI model) is responsible for preparing data for physical transmission across local network media and controlling access to those media. During the encapsulation process, as IP packets move down from the network layer (Layer 3), the data link layer packages them into protocol data units called frames (PDUs). It is exactly at this stage that a data link header is attached, which includes both the source MAC address (the physical address of the sending device’s NIC) and the destination MAC address (the next physical hop on the local network). This allows local network hardware, such as switches, to successfully identify the immediate sender and receiver within the same local network segment.
72. At which OSI layer is a source port number added to a PDU during the encapsulation process?
Explanation: Topic 3.6.3 - The transport layer (Layer 4 of the OSI model) is responsible for managing data flow and ensuring that applications on both ends of the network can communicate seamlessly. During the encapsulation process, data moving down from the application layer is segmented into smaller protocol data units called segments (PDUs). It is precisely at this level that a transport header is attached, which includes both the source port number and the destination port number. The source port number is dynamically assigned by the sending device to uniquely identify the local application session initiating the communication, ensuring that return traffic is directed back to the correct software or service.
73. At which OSI layer is a destination MAC address added to a PDU during the encapsulation process?
Explanation: Topic 3.6.3 - Destination MAC at data link layer.
74. When data is encoded as pulses of light, which media is being used to transmit the data?
Explanation: Topic 1.2.5 - Fiber-optic cable is the media is being used to transmit the data when data is encoded as pulses of light.
75. Which two devices are intermediary devices? (Choose two)
Explanation: Topic 1.2.4/1.3.1 - Routers and switches are intermediary devices.
76. A college is building a new dormitory on its campus. Workers are digging in the ground to install a new water pipe for the dormitory. A worker accidentally damages a fiber optic cable that connects two of the existing dormitories to the campus data center. Although the cable has been cut, students in the dormitories only experience a very short interruption of network services. What characteristic of the network is shown here?
Explanation: Topic 1.6.2 - Fault tolerance is the characteristic of a network which allows it to quickly respond to failures of network devices, media, or services. Quality of service refers to the measures taken to ensure that network traffic requiring higher throughput receives the required network resources. Scalability refers to the ability of the network to grow to accommodate new requirements. Security refers to protecting networks and data from theft, alteration, or destruction. Integrity refers to the completeness of something and is generally not used as a characteristic of networks in the same way as the other terms.
🚀 Ace Your CCNA Exam - Complete Study Pack!
Get 500+ exam-realistic questions, Packet Tracer labs, and detailed explanations.
Understanding Basic Network Connectivity and Communications
Passing the CCNA 1 v7 Modules 1-3 exam is about more than memorizing answers, it requires a solid grasp of how data moves from one device to another. These foundational modules cover the OSI and TCP/IP models, network protocols, cabling, and basic configuration commands that every network technician needs to master. Below, we expand on key concepts to help you not only pass the test but also build real-world troubleshooting skills.
Why Modules 1-3 Matter for Your Networking Career
The first three modules of CCNA 1 v7 lay the groundwork for everything that follows. You learn how hosts communicate, the role of protocols like HTTP, DNS, and DHCP, and the physical means of connecting devices. Employers expect CCNA-certified professionals to understand collision domains, broadcast domains, and the function of each OSI layer. By solidifying this knowledge now, you prepare for later topics like routing, switching, and network automation.
Key Topics Covered in the Exam
Our verified answers address common exam questions on:
- Network Representations and Topologies: Identifying end devices, intermediate devices, and network media.
- Protocol Suites: Differences between TCP and UDP, well-known port numbers, and encapsulation.
- Ethernet Cabling: Straight-through, crossover, and rollover cables—when to use each.
- Basic IOS Commands: Navigating user EXEC and privileged EXEC modes, using
showcommands, and configuring hostnames. - Connectivity Verification: Using ping and tracert/traceroute to test end-to-end connectivity.
Many questions present a small network topology and ask you to choose the correct source/destination IP or MAC address at different packet stages. Understanding encapsulation (data moving from Layer 7 down to Layer 1 and back up) is critical for success.
Common Pitfalls to Avoid
Students often mix up OSI Layer 2 (Data Link) and Layer 3 (Network) addressing. Remember: MAC addresses stay local to the subnet, while IP addresses route end-to-end. Another frequent mistake is forgetting that switches forward based on MAC tables, not IP addresses. Also, pay attention to cable types—using a crossover cable between two modern switches may auto-MDIX compensate, but the exam expects you to know the legacy and theoretical requirements.
When practicing with our answers, avoid memorizing letter choices (A, B, C, D). Cisco often reorders options. Focus on the concept behind each correct answer. For example, instead of remembering "option B is the default gateway address", learn how to calculate the gateway from a given IP and subnet mask.
Study Strategies That Work
To retain this material long-term, combine our exam answers with hands-on practice. Download Cisco Packet Tracer and build a simple LAN with two PCs and a switch. Assign IP addresses, set default gateways, and use ping to verify connectivity. Then introduce a router to route between two different networks. This practical approach cements the theory from Modules 1-3.
We also recommend creating flashcards for key terms: PDU (Protocol Data Unit), encapsulation, de-encapsulation, ARP (Address Resolution Protocol), and the difference between a collision domain and a broadcast domain. Quiz yourself daily until you can define each term without hesitation.
How to Use This Answer Page Effectively
Our goal at CoursMooc.com is to provide accurate, up-to-date answers for the latest CCNA v7 curriculum. For each question, we include an explanation—not just the correct choice. Read those explanations carefully. If you find a concept unclear, refer to the official Cisco NetAcad course materials or our additional tutorials linked below.
We regularly update this page to match any changes in the exam. If you notice discrepancies, please let us know through the comments. Your feedback helps other learners succeed.
What's Next After Modules 1-3?
After mastering basic connectivity, Modules 4-7 cover Ethernet switching, VLANs, and inter-VLAN routing. Modules 8-10 introduce IP addressing and subnetting in depth. Modules 11-13 focus on network services, security fundamentals, and automation. Each step builds on the fundamentals you solidify here. By completing all three CCNA 1 v7 exams (Modules 1-3, 4-7, 8-10, and 11-13), you earn the official "Introduction to Networks" badge—a stepping stone to the full CCNA certification.
Final Tips for Exam Day
Before starting the real exam:
- Get a good night's sleep—fatigue leads to misreading questions.
- Read each question twice. Some ask "Which two statements are correct?"—don't just pick one answer.
- Manage your time. You typically have 50-60 minutes for 40-50 questions. Skip difficult ones and return later.
- Look for keywords like "not", "except", or "only". One word changes the entire meaning.
- Trust your first instinct unless you find clear evidence you misread.
Remember: The CCNA v7 curriculum emphasizes practical troubleshooting. If you can explain why a packet is dropped or why a ping fails, you’re ready. Use our answers to verify your thinking, then reinforce with simulation tools. Good luck on your exam—and on your journey to networking expertise.