How does DHCP Snooping enhance network security?
- Blocks all DHCP traffic
- Enables dynamic IP allocation
- Encrypts DHCP messages
- Filters unauthorized DHCP messages
DHCP Snooping enhances network security by filtering unauthorized DHCP messages, preventing malicious DHCP attacks such as DHCP spoofing and starvation.
In AAA, ________ determines what resources a user can access and what operations they can perform.
- Authentication
- Authorization
- Accounting
- All of the Above
In AAA, Authorization determines what resources a user can access and what operations they can perform.
In network scripting, _______ patterns are used to extract specific information from structured text like logs or configuration files.
- Regular Expression
- JSON
- XPath
- YAML
In network scripting, Regular Expression patterns are used to extract specific information from structured text like logs or configuration files.
SNMP operates in the ______ layer of the OSI model, providing a framework for managing devices in a network.
- Application
- Data Link
- Network
- Presentation
SNMP operates in the Application layer of the OSI model, providing a framework for managing devices in a network.
A network engineer needs to design a network that can efficiently handle varying types of traffic, such as voice, video, and data. What technology would be most suitable for such requirements?
- QoS (Quality of Service)
- VLAN (Virtual Local Area Network)
- MPLS
- Frame Relay
QoS (Quality of Service) technology is most suitable for designing a network that can efficiently handle varying types of traffic, ensuring the prioritization of voice, video, and data.
For a small network with a stable topology, which routing method is generally more cost-effective and simpler to manage?
- Default Routing
- Dynamic Routing
- Hybrid Routing
- Static Routing
Static routing is generally more cost-effective and simpler to manage for small networks with stable topologies as it involves manually configuring routes.
For a remote office connection that requires both data compression and error detection, which protocol offers these features in its standard framework?
- IPsec
- L2TP
- PPP
- Frame Relay
PPP (Point-to-Point Protocol) supports data compression and error detection as part of its standard framework, making it suitable for a remote office connection with these requirements.
When a network experiences an issue immediately after a configuration change, what troubleshooting principle should the technician follow first?
- Roll back the configuration change
- Implement additional security measures
- Increase network bandwidth
- Reboot the affected devices
In troubleshooting issues after a configuration change, the technician should first consider rolling back the configuration change to the previous state and observe the impact.
In a large data center, network engineers need to rapidly deploy changes across thousands of devices. What network automation strategy should they adopt to manage this effectively?
- Orchestration
- Configuration Management
- Continuous Integration/Continuous Deployment (CI/CD)
- Scripting
CI/CD is a strategy that allows rapid deployment and changes across a large number of devices in a data center.
Which QoS feature is used to manage congestion by controlling the rate at which packets are sent into the network?
- Traffic shaping
- Packet filtering
- Congestion avoidance
- Link aggregation
Traffic shaping is a QoS feature used to manage congestion by controlling the rate at which packets are sent into the network, preventing network congestion.