Question
In VLANs (Virtual LANs), what protocol is used to carry
VLAN information between switches?Solution
VTP is a Cisco proprietary protocol designed to manage and propagate VLAN configurations across a network of interconnected switches. It ensures consistency by enabling the configuration of VLANs from a central switch, which then distributes the information to other switches within the same VTP domain. VTP reduces administrative overhead, especially in large networks, by centralizing VLAN management. However, it is important to carefully manage VTP configurations, as errors can propagate across the network, causing issues. ________________________________________ Why Other Options Are Incorrect? 1. STP: Prevents loops in Layer 2 networks but does not carry VLAN information. 2. ARP: Resolves IP addresses to MAC addresses and is unrelated to VLANs. 3. IGMP: Manages multicast group memberships, not VLAN configurations. 4. SNMP: Used for network monitoring and management, not VLAN propagation.
Which SOLID principle ensures that a class has only one reason to change?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
What is a "collision" in the context of hashing?
 Which graph traversal algorithm uses a queue to explore vertices in a layer-by-layer fashion?
In C++, which access specifier makes members accessible only from within the class itself and from friend functions/classes?
What is the primary purpose of a B+ Tree in a database management system?
Which of the following is a primary feature of Mobile Computing?
Which of the following best differentiates between server-based virtualization and hypervisor-based virtualization?
KMP pattern matching avoids: