Mod 1-3 Exam
What command will prevent all unencrypted passwords from displaying in plain text in a configuration file?
(config)# service password-encryption
What is the IP address of the switch virtual interface (SVI) on Switch0?
192.168.5.10
What is an advantage of network devices using open standard protocols?
A client host and a server running different operating systems can successfully exchange data
What term describes the ability to use personal devices across a business or campus network?
BYOD
What three application layer protocols are part of the TCP/IP protocol suite? (Choose three.)
DHCP, DNS, FTP
Match each characteristic to its corresponding Internet connectivity type. (Not all options are used.)
DSL: high bandwidth connection that runs over telephone line Dialup Telephone: typically has very low bandwidth Satellite: not suited for heavily wooden areas Cable: uses coaxial cable as a medium
A web client is receiving a response for a web page from a web server. From the perspective of the client, what is the correct order of the protocol stack that is used to decode the received transmission?
Ethernet, IP, TCP, HTTP
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?
First: The Telnet-formatted data is provided to the next layer Second: The TCP header is added Third: The IP header is added Finally: The Ethernet header is added
A user is implementing security on a small office network. Which two actions would provide the minimum security requirements for this network? (Choose two.)
Implementing a firewall, installing antivirus
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?
Issue the reload command without saving the running configuration
What function does pressing the Tab key have when entering a command in IOS?
It completes the remainder of a partially typed word in a command
What are three characteristics of an SVI? (Choose three.)
It is not associated with any physical interface on a switch It is associated with VLAN1 by default It provides a means to remotely manage a switch
At which OSI layer is a destination IP address added to a PDU during the encapsulation process?
Network Layer
At which layer of the OSI model would a logical address be added during encapsulation?
Network Layer
How is SSH different from Telnet?
SSH provides security to remote sessions by encrypting messages and using user authentication. Telnet is considered insecure and sends messages in plaintext.
Match the requirements of a reliable network with the supporting network architecture. (Not all options are used.)
Security: Protect the network from unauthorized access Scalability: Expand the network without degrading the service for existing users Fault Tolerance: Provide redundant links and devices
Which statement accurately describes a TCP/IP encapsulation process when a PC is sending data to the network?
Segments are sent from the transport layer to the internet layer
Refer to the exhibit. An administrator is trying to configure the switch but receives the error message that is displayed in the exhibit. What is the problem?
The administrator must first enter privileged EXEC mode before issuing the command
What are two characteristics of RAM on a Cisco device? (Choose two.)
The configuration that is actively running on the device is stored in RAM The contents of RAM are lost during a power cycle
What two criteria are used to help select a network medium from various network media? (Choose two.)
The distance the selected medium can successfully carry a signal The environment where the selected medium is to be installed
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?
The intranet
After making configuration changes on a Cisco switch, a network administrator issues a copy running-config startup-config command. What is the result of issuing this command?
The new configuration will be loaded if the switch is restarted
What is a characteristic of multicast messages?
They are send to a select group of hosts
Which statement is correct about network protocols?
They define how messages are exchanged between the source and the destination
A network administrator enters the service password-encryption command into the configuration mode of a router. What does this command accomplish?
This command prevents someone from viewing the running configuration passwords
In the show running-config command, which part of the syntax is represented by running-config ?
a keyword
Which device performs the function of determining the path that messages should take through internetworks?
a router
At which OSI layer is a source MAC address added to a PDU during the encapsulation process?
data link layer
Which two OSI model layers have the same functionality as a single layer of the TCP/IP model? (Choose two.)
data link, physical
What process involves placing one PDU inside of another PDU?
encapsulation
Which command or key combination allows a user to return to the previous level in the command hierarchy?
exit
What term describes a network owned by one organization that provides safe and secure access to individuals who work for a different organization?
extranet
What method can be used by two computers to ensure that packets are not dropped because too much data is being sent too quickly?
flow control
Which PDU format is used when bits are received from the network medium by the NIC of a host?
frame
What layer is responsible for routing messages through an internetwork in the TCP/IP model?
internet
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?
lineconin
What term describes a technology that allows devices to connect to the LAN using an electrical outlet?
powerline networking
Which method allows a computer to react accordingly when it requests data from a server and the server takes too long to respond?
response timeout
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?
security
Which name is assigned to the transport layer PDU?
segment
What command is used to verify the condition of the switch interfaces, including the status of the interfaces and a configured IP address?
show ip interface brief
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?
subnet mask
Which interface allows remote management of a Layer 2 switch?
the switch virtual interface
Why would a Layer 2 switch need an IP address?
to enable the switch to be managed remotely
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?
to interrupt the ping process
What type of network traffic requires QoS?
video conferencing
An administrator is configuring a switch console port with a password. In what order will the administrator travel through the IOS modes of operation in order to reach the mode in which the configuration commands will be entered? (Not all options are used.)
First: user EXEC Second: privileged EXEC Third: global config Last: line config
Refer to the exhibit. ServerB is attempting to contact HostA. Which two statements correctly identify the addressing that ServerB will generate in the process? (Choose two.)
ServerB will generate a frame with the destination MAC address of RouterB ServerB will generate a packet with the destination IP address of HostA
Which two host names follow the guidelines for naming conventions on Cisco IOS devices? (Choose two.)
SwBranch799 RM-3-Switch-2A4
Match the definitions to their respective CLI hot keys and shortcuts. (Not all options are used.)
Tab: completes abbreviated commands and parameters Space Bar: displays the next screen Up Arrow: scrolls backwards through previously entered commands ?: Provides context-sensitive help Ctrl+Shift+6: aborts commands such as trace and ping
Match the description with the associated IOS mode. (Not all options are used.)
User EXEC mode: -limited number of basic monitoring commands -the first entrance into the CLI of an IOS device Privileged EXEC mode: -identified by a prompt ending with the # character -accessed by entering the enable command Global Configuration mode: -changes made affect the operation of the device as a whole -accessed by entering the configure terminal command
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, privileged EXEC mode, console interface