_________ is a protocol that automatically assigns IP, subnet mask, gateway, and DNS information to network devices.
- DHCP
- DNS
- SNMP
- TCP
DHCP (Dynamic Host Configuration Protocol) is a protocol that automatically assigns IP, subnet mask, gateway, and DNS information to network devices.
When configuring EtherChannel on a switch, the ______ of the ports being aggregated must match.
- Duplex
- IP Address
- Speed
- VLAN
When configuring EtherChannel on a switch, the speed of the ports being aggregated must match.
________ allows for multiple virtual router identifiers (VRIs) to be assigned to different interfaces on the same router.
- HSRP
- GLBP
- VRRP
- OSPF
GLBP (Gateway Load Balancing Protocol) allows for multiple virtual router identifiers (VRIs) to be assigned to different interfaces on the same router.
Which routing protocol is classful and does not support VLSM or CIDR?
- EIGRP
- OSPF
- RIP
- RIPv1
RIPv1 (Routing Information Protocol version 1) is a classful routing protocol that does not support Variable Length Subnet Masking (VLSM) or Classless Inter-Domain Routing (CIDR).
The _______ feature of EtherChannel helps in avoiding network loops and provides redundancy.
- Load Balancing
- Loop Guard
- Port Security
- Redundancy
The Loop Guard feature of EtherChannel helps in avoiding network loops and provides redundancy.
In cloud computing, ________ is a method used to minimize the risk of data loss and downtime by distributing copies of data across multiple data centers.
- Load Balancing
- Redundancy
- Encryption
- Virtualization
Redundancy in cloud computing involves distributing copies of data across multiple data centers, minimizing the risk of data loss and downtime.
EtherChannel can be configured using which of these methods?
- DHCP (Dynamic Host Configuration Protocol)
- NAT (Network Address Translation)
- RIP (Routing Information Protocol)
- Static configuration
EtherChannel can be configured using static configuration methods, where administrators manually define the channel configuration.
In the context of WAN optimization, ____ balancing refers to distributing traffic across multiple network paths.
- Load
- Traffic
- Path
- Link
In the context of WAN optimization, load balancing refers to distributing traffic across multiple network paths.
The coin change problem involves finding the minimum number of _______ needed to make a particular _______.
- Coins, value
- Ways, denomination
- Steps, target
- Moves, sum
The correct option is "Coins, value." The coin change problem revolves around determining the minimum number of coins needed to reach a specific target value. The key elements are the types of coins (denominations) available and the target value to achieve.
Choosing the right _______ strategy can significantly impact the performance of the Ford-Fulkerson algorithm.
- Flow augmentation
- Initialization
- Residual graph
- Vertex selection
Choosing the right flow augmentation strategy is crucial in the Ford-Fulkerson algorithm. This strategy determines how much flow can be added to the current flow in each iteration, affecting the overall algorithm performance. Different augmentation strategies may lead to different convergence rates and efficiency.