Cisco® 400-007 Exam Practice Questions (P. 2)
- Full Access (302 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
SDWAN networks capitalize the usage of broadband Internet links over traditional MPLS links to offer more cost benefits to enterprise customers. However, due to the insecure nature of the public Internet, it is mandatory to use encryption of traffic between any two SDWAN edge devices installed behind NAT gateways.
Which overlay method can provide optimal transport over unreliable underlay networks that are behind NAT gateways?
Which overlay method can provide optimal transport over unreliable underlay networks that are behind NAT gateways?
- ADTLS
- BTLS
- CIPsecMost Voted
- DGRE
Correct Answer:
C
C

IPsec remains the superior choice for encryption in SDWAN environments, particularly when devices are situated behind NAT gateways. Although concerns regarding IPsec's compatibility with NAT exist, these can be effectively managed with NAT-T, a standard feature designed to allow IPsec to function seamlessly with NAT. Furthermore, IPsec provides robust security, essential for securing communication over the inherently less secure public internet infrastructure used in SDWAN. Ensure configurations align with NAT-T functionalities to optimize performance and security.
send
light_mode
delete
Question #12
Company XYZ wants to use the FCAPS ISO standard for network management design. The focus of the design should be to monitor and keep track of any performance issues by continuously collecting and analyzing statistical information to monitor, correct, and optimize any reduced responsiveness across the network. Which layer accomplishes this design requirement?
- Asecurity management
- Bperformance management
- Caccounting management
- Dfault management
Correct Answer:
B
B

The correct focus for Company XYZ, considering the FCAPS standard and wanting to track and optimize network performance, is performance management. This layer is specifically designed to measure, analyze, and tune the network to meet performance objectives. Monitoring statistical information to enhance responsiveness fits squarely into this category. It effectively serves the purpose of continuously assessing the network to ensure it operates at peak efficiency.
send
light_mode
delete
Question #13
Company XYZ has implemented policy-based routing in their network. Which potential problem must be kept in mind about network reconvergence and PBR?
- AIt can limit network scalability.
- BIt can create microloops during reconvergence.Most Voted
- CIt reduces convergence time.
- DIt increases convergence time.
Correct Answer:
B
B

Great spot on the microloops! Indeed, in the context of Policy-Based Routing, one crucial snag during network reconvergence is the emergence of microloops. These can occur if PBR mistakenly routes traffic through a failing link, which then returns the packets to the originating device — looping the traffic without reaching the destination and choking network performance. It's essential to configure PBR with precise network state awareness to avoid getting trapped in these unintentional loops during dynamic changes or failures in the network topology.
send
light_mode
delete
Question #14
SD-WAN can be used to provide secure connectivity to remote offices, branch offices, campus networks, data centers, and the cloud over any type of IP-based underlay transport network. Which two statements describe SD-WAN solutions? (Choose two.)
- AControl and data forwarding planes are kept separate.
- BSolutions allow for variations of commodity and specialized switching hardware.
- CSD-WAN networks are inherently protected against slow performance.
- DSolutions include centralized orchestration, control, and zero-touch provisioning.
- EImproved operational efficiencies result in cost savings.
Correct Answer:
AD
Reference:
https://techacad.net/what-is-sd-wan-software-defined-wide-area-network/
AD
Reference:
https://techacad.net/what-is-sd-wan-software-defined-wide-area-network/
send
light_mode
delete
Question #15
Company XYZ is in the process of identifying which transport mechanism(s) to use as their WAN technology. Their main two requirements are:
* a technology that could offer DPI, SLA, secure tunnels, privacy, QoS, scalability, reliability, and ease of management
* a technology that is cost-effective
Which WAN technology(ies) should be included in the design of company XYZ?
* a technology that could offer DPI, SLA, secure tunnels, privacy, QoS, scalability, reliability, and ease of management
* a technology that is cost-effective
Which WAN technology(ies) should be included in the design of company XYZ?
- ABoth technologies should be used. Each should be used to back up the other one; where the primary links are MPLS, the Internet should be used as a backup link with IPsec (and vice versa).
- BMPLS meets all these requirements and it is more reliable than using the Internet. It is widely used with clearly defined best practices and an industry standard.
- CSoftware-defined WAN should be the preferred choice because it complements both technologies, covers all the required features, and it is the most cost- effective solution.
- DInternet should be the preferred option because it is cost effective and supports BFD, IP SLA, and IPsec for secure transport over the public Internet.
Correct Answer:
C
C

The correct answer is C, where Software-defined WAN (SD-WAN) emerges as the most suitable choice for Company XYZ, primarily due to its comprehensive ability to meet a breadth of requirements efficiently. SD-WAN not only covers all the desired features such as DPI, SLA, secure tunnels, privacy, QoS, scalability, reliability, and ease of management but also stands out as a cost-effective solution. Given that Company XYZ values both a robust feature set and cost efficiency, SD-WAN aligns perfectly by integrating beneficial characteristics of both MPLS and Internet solutions, while significantly reducing complexities and costs associated with managing distinct transport technologies.
send
light_mode
delete
Question #16

Refer to the diagram. Which solution must be used to send traffic from the foreign wireless LAN controller to the anchor wireless LAN controller?
- ASend packets without encapsulation to the anchor controller over the routed network.
- BEncapsulate packets into an EoIP tunnel and send them to the anchor controller.
- CSend packets from the foreign controller to the anchor controller via Layer 3 MPLS VPN or VRF-Lite.
- DSend packets from the foreign controller to the anchor controller via IPinIP or IPsec tunnel.
Correct Answer:
B
B
send
light_mode
delete
Question #17
The Company XYZ network is experiencing attacks against their router. Which type of Control Plane Protection must be used on the router to protect all control plane IP traffic that is destined directly for one of the router interfaces?
- AControl Plane Protection transit subinterface
- BControl Plane Protection host subinterfaceMost Voted
- CControl Plane Protection CEF-exception subinterface
- DControl Plane Protection main interface
Correct Answer:
B
B

Absolutely! The Control Plane Protection host subinterface is the go-to choice here because it specifically handles all control plane IP traffic that's directly targeted at the router's own interfaces. This subinterface sorts out the traffic hitting the router itself, ensuring that the actual control plane only deals with legitimate requests and avoids getting swamped by unnecessary or malicious traffic. This directly helps to boost both the performance and security of the router.
send
light_mode
delete
Question #18
An architect designs a multi-controller network architecture with these requirements:
* Achieve fast failover to control traffic when controllers fail.
* Yield a short distance and high resiliency in the connection between the switches and the controller.
* Reduce connectivity loss and enable smart recovery to improve the SDN survivability.
* Improve connectivity by adding path diversity and capacity awareness for controllers.
Which control plane component of the multi-controller must be built to meet the requirements?
* Achieve fast failover to control traffic when controllers fail.
* Yield a short distance and high resiliency in the connection between the switches and the controller.
* Reduce connectivity loss and enable smart recovery to improve the SDN survivability.
* Improve connectivity by adding path diversity and capacity awareness for controllers.
Which control plane component of the multi-controller must be built to meet the requirements?
- Acontrol node reliability
- Bcontrol path reliabilityMost Voted
- Ccontroller state consistency
- Dcontroller clustering
Correct Answer:
B
B

Control path reliability is vital for ensuring fast failover and high-resilient connectivity in multi-controller network architectures. This component strategically enhances SDN survivability by managing control traffic effectively during controller failures, supporting recovery mechanisms, and optimizing routing paths. This directly satisfies the specified requirements for path diversity, capacity awareness, and reduced connectivity losses. All these features collectively contribute to robust network performance under varied conditions.
send
light_mode
delete
Question #19
Which two control plane policer designs must be considered to achieve high availability? (Choose two.)
- AControl plane policers are really needed only on externally facing devices.
- BControl plane policers can cause the network management systems to create false alarms.
- CControl plane policers require that adequate protocols overhead are factored in to allow protocol convergence.Most Voted
- DControl plane policers must be processed before a forwarding decision is made.
- EControl plane policers are enforced in hardware to protect the software path, but they are hardware platform-dependent in terms of classification ability.Most Voted
Correct Answer:
DE
DE

It's key to understand that control plane policers (CoPP) are crucial in avoiding security risks like DoS attacks, by checking and potentially blocking packets before they reach the control plane and a routing decision is made. Additionally, CoPP's design allows it to be enforced directly in hardware to protect the software path, and although this capability is dependent on the hardware's classification abilities, it significantly enhances the device's overall resilience and stability by preventing unnecessary load on the CPU from potentially harmful traffic. This ensures a higher level of network availability and security.
send
light_mode
delete
Question #20
A small organization of 20 employees is looking to deliver a network design service for modernizing customer networks to support advanced solutions.
* Project scope and weekly progress should be visualized by the management.
* Always consider feedback and make changes accordingly during the project.
* Should consider flexibility to change scope at the point of time.
Which project methodology meets the requirements and have the least impact on the outcome?
* Project scope and weekly progress should be visualized by the management.
* Always consider feedback and make changes accordingly during the project.
* Should consider flexibility to change scope at the point of time.
Which project methodology meets the requirements and have the least impact on the outcome?
- ALEAN
- BSix-Sigma
- CScrum
- DKanbanMost Voted
Correct Answer:
C
C

Scrum is the most suitable methodology for the described scenario as it provides flexibility and the ability to incorporate changes and feedback during the project cycle. This adaptability is crucial for a small organization aiming to evolve customer networks dynamically. Scrum also emphasizes regular reviews and updates on progress, which aligns well with the requirement for management to visualize project scope and weekly progress.
send
light_mode
delete
All Pages