_________ mode in Port Security allows dynamically learned MAC addresses to be retained even if the switch is restarted.

  • Dynamic
  • Secure
  • Static
  • Sticky
Sticky mode in Port Security allows dynamically learned MAC addresses to be retained even if the switch is restarted.

________ is a common method where the functionality of each network component is verified in order, starting from the physical layer.

  • Troubleshooting
  • Ping Test
  • Trace Route
  • Layered Testing
Layered testing is a common method where the functionality of each network component is verified in order, starting from the physical layer.

How does SDN address the issue of scalability in large network infrastructures?

  • By decoupling the control plane from the data plane, SDN allows centralized control, making it easier to scale and manage large networks.
  • By using traditional routing protocols that automatically scale to accommodate network growth.
  • By relying on complex distributed algorithms that dynamically adjust network resources.
  • By limiting the size of the network to maintain manageable scalability.
SDN addresses scalability by decoupling the control and data planes, enabling centralized control for easier scaling in large networks.

How does BGP's route aggregation feature benefit network performance and scalability?

  • Reducing the number of routing entries
  • Increasing the BGP peer connections
  • Utilizing MPLS technology
  • Implementing OSPF as the IGP
BGP's route aggregation feature benefits network performance and scalability by reducing the number of routing entries in the routing table.

What is the primary advantage of using EIGRP over RIP in a network?

  • Low bandwidth usage
  • Rapid convergence
  • Simple configuration
  • Support for VLSM
EIGRP (Enhanced Interior Gateway Routing Protocol) has the advantage of supporting Variable Length Subnet Masking (VLSM) in comparison to RIP.

What is the role of YAML in network automation scripts?

  • It defines network protocols for communication.
  • It is used for configuring network devices directly.
  • It is a scripting language for automation.
  • It provides a human-readable data format for configuration files.
YAML in network automation scripts plays the role of providing a human-readable data format for configuration files, making it easier for users to understand and modify configurations.

IPSec's ________ mode encrypts the entire IP packet for secure data transmission.

  • Transport
  • Tunnel
  • Network
  • Security
IPSec's Tunnel mode encrypts the entire IP packet for secure data transmission.

In advanced network automation, what is the significance of using containerization technologies like Docker?

  • Containers isolate network configurations for security
  • Docker simplifies the deployment and scaling of network applications
  • Containerization reduces the need for network automation
  • Docker provides a graphical user interface for network management
Containerization technologies like Docker simplify the deployment and scaling of network applications in advanced network automation, enhancing flexibility and efficiency.

A company's security policy requires that all remote communications with the corporate network must be encrypted and authenticated. Which technology would best fit these requirements?

  • VPN (Virtual Private Network)
  • SSL/TLS (Secure Sockets Layer/Transport Layer Security)
  • IPsec (Internet Protocol Security)
  • SSH (Secure Shell)
IPsec is commonly used for encrypting and authenticating remote communications, making it suitable for the described security policy.

To enable many users in a local network to access the internet simultaneously, _________ technique is employed.

  • NAT (Network Address Translation)
  • Proxy Server
  • VLAN (Virtual Local Area Network)
  • VPN (Virtual Private Network)
Network Address Translation (NAT) is employed to enable many users in a local network to access the internet simultaneously.

In BGP, what is the significance of the LOCAL_PREF attribute in route selection?

  • It indicates the route's origin
  • It represents the autonomous system number
  • It specifies the preferred exit point for outbound traffic
  • It determines the administrative distance
The LOCAL_PREF attribute in BGP is significant as it specifies the preferred exit point for outbound traffic in route selection.

Which tool is commonly used for real-time monitoring and alerting of network device status?

  • Ping
  • Telnet
  • Wireshark
  • SNMP
SNMP (Simple Network Management Protocol) is commonly used for real-time monitoring and alerting of network device status.