1.
What functionality do access control lists provide in the implementation of dynamic NAT on a Cisco router?
Correct Answer
A. Define which addresses can be translated
Explanation
Access control lists (ACLs) provide the functionality to define which addresses can be translated in the implementation of dynamic NAT on a Cisco router. ACLs allow network administrators to specify the specific addresses or range of addresses that are eligible for translation. By configuring ACLs, administrators can control which addresses are allowed to undergo NAT and which addresses are not. This helps in managing and controlling the translation process and ensures that only authorized addresses are translated.
2.
Which three guidelines would help contribute to creating a strong password policy? (Choose three.)
Correct Answer(s)
B. Deliberately misspell words when creating passwords.
C. Create passwords that are at least 8 characters in length
D. Use combinations of upper case, lower case, and special characters.
Explanation
The three guidelines that would contribute to creating a strong password policy are deliberately misspelling words when creating passwords, creating passwords that are at least 8 characters in length, and using combinations of upper case, lower case, and special characters. This ensures that passwords are not easily guessable and provides an added layer of security against brute-force attacks.
3.
Refer to the exhibit. Every time the administrator reboots this router, the boot process ends in setup mode. What is a possible problem?
Correct Answer
E. The configuration register is set to ignore the startup configuration.
Explanation
The possible problem is that the configuration register is set to ignore the startup configuration. This means that when the router reboots, it is not loading the configuration file that is stored in the startup configuration. Instead, it is going into setup mode, which is the default mode when no configuration file is found. To fix this issue, the administrator needs to change the configuration register to load the startup configuration.
4.
Which option correctly defines the capacity through the local loop guaranteed to a customer by the service provider?
Correct Answer
C. CIR
Explanation
CIR stands for Committed Information Rate. It is the minimum guaranteed capacity through the local loop that a service provider offers to a customer. This means that the customer will always have access to at least this amount of bandwidth, regardless of network congestion or other factors.
5.
Refer to the exhibit. A host connected to Fa0/0 is unable to acquire an IP address from the DHCP server. The output of the debug ip dhcp server command shows "DHCPD: there is no address pool for 10.1.1.1". What is the problem?
Correct Answer
D. The pool of addresses for the 10Network pool is incorrect.
Explanation
The problem is that the pool of addresses for the 10Network pool is incorrect. This means that there are no available IP addresses in the pool for the DHCP server to assign to the host. As a result, the host is unable to acquire an IP address from the DHCP server.
6.
Which data link layer encapsulation protocol is used by default for serial connections between two Cisco routers?
Correct Answer
C. HDLC
Explanation
HDLC (High-Level Data Link Control) is the default data link layer encapsulation protocol used for serial connections between two Cisco routers. HDLC is a synchronous bit-oriented protocol that provides both error detection and error correction. It is simple, efficient, and widely supported by Cisco devices. HDLC is used for point-to-point connections and is the default encapsulation on Cisco serial interfaces unless otherwise specified.
7.
Refer to the exhibit. Which statement correctly describes how Router1 processes an FTP request that enters interface s0/0/0 and is destined for an FTP server at IP address 192.168.1.5?
Correct Answer
C. The router matches the incoming packet to the statement that was created by the access-list 101 permit ip any 192.168.1.0 0.0.0.255 command and allows the packet into the router.
Explanation
The correct answer is that the router matches the incoming packet to the statement that was created by the access-list 101 permit ip any 192.168.1.0 0.0.0.255 command and allows the packet into the router. This means that the router has a specific rule in its access control list (ACL) that permits any IP address to access the FTP server at IP address 192.168.1.5.
8.
Compared with IDS systems, what can IPS systems do to provide further protection of computer systems?
Correct Answer
B. Stop the detected attack from executing
Explanation
IPS systems can provide further protection of computer systems by stopping the detected attack from executing. Unlike IDS systems that only detect potential attacks, IPS systems have the capability to actively intervene and prevent the attack from causing any harm to the computer systems. This proactive approach helps in minimizing the potential damage and ensuring the security of the computer systems.
9.
Which IEEE 802.16 broadband wireless technology allows users to connect to the ISP at speeds comparable to DSL and cable?
Correct Answer
C. WiMAX
Explanation
WiMAX is the correct answer because it is an IEEE 802.16 broadband wireless technology that provides high-speed internet access, comparable to DSL and cable connections. WiMAX allows users to connect to the internet wirelessly over long distances, making it a convenient option for accessing the internet in areas where wired connections are not available or feasible.
10.
. A network administrator has changed the VLAN configurations on his network switches over the past weekend. How can the administrator determine if the additions and changes improved performance and availability on the company intranet?
Correct Answer
A. Conduct a performance test and compare with the baseline that was established previously
Explanation
To determine if the VLAN configurations have improved performance and availability on the company intranet, the network administrator should conduct a performance test and compare it with the previously established baseline. This will provide objective data on the network's performance before and after the changes. By comparing the results, the administrator can identify any improvements or issues that may have occurred due to the VLAN configurations. This method allows for a quantitative analysis of the network's performance and provides a more accurate assessment than subjective opinions or anecdotal evidence.
11.
Refer to the exhibit. What is the meaning of the term dynamic in the output of the command?
Correct Answer
B. The Serial0/0/1 interface acquired 172.16.3.1 from a DHCP server.
Explanation
The term "dynamic" in the output of the command indicates that the IP address 172.16.3.1 was obtained by the Serial0/0/1 interface through DHCP, which means that the IP address assignment is not static or manually configured, but rather obtained automatically from a DHCP server.
12.
Which type of ACL will permit traffic inbound into a private network only if an outbound session has already been established between the source and destination?
Correct Answer
B. Reflexive
Explanation
A reflexive ACL is a type of access control list that permits inbound traffic into a private network only if an outbound session has already been established between the source and destination. This means that the ACL keeps track of the state of the connection and only allows traffic that is part of an existing session. This helps to enhance security by preventing unauthorized inbound traffic from entering the network.
13.
Which two statements are true about IPv6 link local addresses? (Choose two.)
Correct Answer(s)
A. They begin with the 2000::/3 prefix
C. They are assigned by IANA to an organization.
Explanation
IPv6 link local addresses begin with the FE80::/10 prefix, not the 2000::/3 prefix. They are assigned by IANA to an organization and must be manually configured by the administrator. They are not assigned to a host by a stateless autoconfiguration process.
14.
A company is looking for a WAN solution to connect its headquarters site to four remote sites. What are two advantages that dedicated leased lines provide compared to a shared Frame Relay solution? (choose two)
Correct Answer(s)
A. Reduced jitter
C. Reduced latency
Explanation
Dedicated leased lines provide reduced jitter and reduced latency compared to a shared Frame Relay solution. This means that the connection will have less variation in delay and a lower overall delay, resulting in a more stable and responsive network. This can be particularly important for real-time applications such as video conferencing or VoIP, where consistent and low latency is crucial for a good user experience.
15.
Refer to the exhibit. A network administrator is trying to connect R1 remotely to make configuration changes. Based on the exhibited command output, what will be the result when attempting to connect to R1?
Correct Answer
C. A successful connection and ability to make configuration changes
Explanation
The exhibited command output shows that the Telnet line is configured with "Transport input all", which means that all transport protocols (including Telnet) are allowed for incoming connections. Therefore, there will be a successful connection to R1. Additionally, there is no mention of an incomplete configuration or the absence of an enable secret password, so the ability to make configuration changes should not be affected.
16.
What are two effective measures for securing routers? (Choose two.)
Correct Answer(s)
A. Protect all active router interfaces by configuring them as passive interfaces
B. Configure remote administration through VTY lines for Telnet access.
Explanation
Two effective measures for securing routers are protecting all active router interfaces by configuring them as passive interfaces and configuring remote administration through VTY lines for Telnet access. Configuring interfaces as passive helps to prevent unauthorized access and restricts communication to only necessary interfaces. Configuring remote administration through VTY lines for Telnet access allows for secure remote management of the router. This ensures that only authorized users can access and manage the router remotely.
17.
An issue of response time has recently arisen on an application server. The new release of a software package has also been installed on the server. The configuration of the network has changed recently. To identify the problem, individuals from both teams responsible for the recent changes begin to investigate the source of the problem. Which statement applies to this situation?
Correct Answer
B. It will be difficult to isolate the problem if two teams are implementing changes independently
Explanation
In this situation, the issue of response time has arisen on the application server after both the software package and network configuration have been changed. To identify the problem, individuals from both teams responsible for the changes need to investigate the source. If the teams work independently and implement changes separately, it will be difficult to isolate the problem. This is because the changes made by both teams could potentially interact with each other and cause the response time issue. Therefore, collaboration and coordination between the software and network teams are necessary to effectively identify and resolve the problem.
18.
Refer to the exhibit. From the output of the show interfaces and ping commands, at which layer of the OSI model is a fault indicated?
Correct Answer
C. Network
Explanation
Based on the output of the show interfaces and ping commands, a fault is indicated at the network layer of the OSI model. This is because the show interfaces command provides information about the network interfaces, and the ping command tests the connectivity at the network layer by sending packets to a specific IP address. Therefore, any issues or faults in the network layer would affect the ability to communicate with other devices on the network.
19.
Which technology is used to dynamically map next hop, network layer addresses to virtual circuits in a Frame Relay network?
Correct Answer
A. Inverse ARP
Explanation
Inverse ARP is the technology used to dynamically map next hop, network layer addresses to virtual circuits in a Frame Relay network. Inverse ARP allows a device to discover the Layer 3 address associated with a specific virtual circuit by sending out a broadcast request. This helps in establishing connectivity between devices in a Frame Relay network by mapping the network layer addresses to the virtual circuits.
20.
An administrator learns of an e-mail that has been received by a number of users in the company. This e-mail appears to come from the office of the administrator. The e-mail asks the users to confirm their account and password information. Which type of security threat does this e-mail represent?
Correct Answer
B. Phishing
Explanation
Phishing is the correct answer because the e-mail is attempting to deceive users into providing their account and password information by pretending to be from a trusted source, in this case, the office of the administrator. Phishing is a type of security threat where attackers use deceptive tactics to trick individuals into revealing sensitive information or performing actions that could compromise their security.
21.
Refer to the exhibit. Which data transmission technology is being represented?
Correct Answer
A. TDM
Explanation
The correct answer is TDM. TDM stands for Time Division Multiplexing, which is a data transmission technology that allows multiple signals to be transmitted over a single communication channel by dividing the channel into different time slots. In TDM, each input signal is assigned a specific time slot, and the signals are transmitted sequentially in a round-robin fashion. This enables multiple signals to share the same channel without interfering with each other.
22.
Refer to the exhibit. Results of the show vlan and show vtp status commands for switches S1 and S2 are displayed in the exhibit. VLAN 11 was created on S1. Why is VLAN 11 missing from S2?
Correct Answer
B. The VTP domain names do not match.
Explanation
The VTP domain names do not match. VTP (VLAN Trunking Protocol) is used to synchronize VLAN information across switches in a network. In this case, the VTP domain name on S2 is different from the VTP domain name on S1. Since the domain names do not match, VLAN 11 that was created on S1 is not being propagated to S2.
23.
What is the result of adding the global command service password-encryption to the configuration of a router?
Correct Answer
C. All services must provide an encrypted password to function
Explanation
Adding the global command "service password-encryption" to the configuration of a router ensures that all services must provide an encrypted password to function. This means that any passwords used for line passwords or enable passwords will be encrypted with type 7 encryption. It does not restrict router communication to only encrypted messages.
24.
While troubleshooting a problem with an e-mail server, an administrator observes that the switch port used by the server shows "up, line protocol up". The administrator cannot ping the server. At which layer of the OSI model is the problem most likely to be found?
Correct Answer
B. Network layer
Explanation
The problem is most likely to be found at the network layer. The fact that the switch port is showing "up, line protocol up" indicates that the physical and data link layers are functioning correctly. However, the inability to ping the server suggests a problem with network layer connectivity or configuration.