Which scripting language is commonly used for basic network automation tasks due to its simplicity and readability?
- Java
- Python
- C++
- Ruby
Python is commonly used for basic network automation tasks due to its simplicity and readability.
_____ routing can lead to suboptimal routing decisions if the network topology changes and the routes are not updated manually.
- Default
- Dynamic
- Hybrid
- Static
Static routing can lead to suboptimal routing decisions if the network topology changes and the routes are not updated manually.
In a scenario where specific types of traffic must be monitored and controlled, a network administrator would implement ________ ACLs.
- Dynamic
- Extended
- Named
- Standard
In scenarios where specific types of traffic must be monitored and controlled, network administrators would implement Extended ACLs, which are more specific and versatile.
How does Infrastructure as Code (IaC) contribute to network automation?
- It provides a graphical user interface for network configuration
- It enables manual configuration of devices
- It allows defining and managing network infrastructure through code
- It automates network monitoring tasks
Infrastructure as Code (IaC) allows the definition and management of network infrastructure through code, contributing to automation by eliminating manual configuration and ensuring consistency.
What is a common method used in QoS to manage network congestion and maintain data quality?
- Network encryption
- Traffic filtering
- Congestion avoidance
- Device authentication
Congestion avoidance is a common method used in QoS to manage network congestion and maintain data quality.
In a network transitioning from a legacy protocol to a more advanced routing protocol, the network engineer must ensure seamless communication between different parts of the network. What strategy should they employ?
- Quality of Service (QoS)
- Route Redistribution
- Route Summarization
- Virtual LANs (VLANs)
Route redistribution is the strategy to employ when transitioning from a legacy protocol to a more advanced routing protocol, ensuring seamless communication between different parts of the network by redistributing routes between routing protocols.
In SNMP, the _______ command is used to retrieve a specific piece of information from a managed device.
- GET
- SET
- TRAP
- WALK
In SNMP, the GET command is used to retrieve a specific piece of information from a managed device.
A company is experiencing issues where clients occasionally get incorrect DNS information, leading to web traffic being misdirected. What DNS configuration aspect should be investigated?
- DNS Forwarders
- DNS Recursion
- DNS Root Servers
- DNSSEC
DNS recursion involves a DNS server querying other servers on behalf of a client, and issues with it can lead to incorrect DNS information for clients.
SNMP uses a structure called ______ to manage and organize the information on managed devices.
- MIB
- MAC
- IP
- OID
SNMP uses a structure called MIB (Management Information Base) to manage and organize information on managed devices.
The _________ feature in BGP allows administrators to influence the path selection process.
- Local Preference
- Weight
- AS Path
- MED (Multi-Exit Discriminator)
The Local Preference feature in BGP allows administrators to influence the path selection process.