Week 13: VLAN and Trunk Configuration
42 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is a significant advantage of using VLANs in a network?

  • They allow network organization to be logical rather than physical. (correct)
  • They increase hardware costs significantly.
  • They require all users to work from fixed locations.
  • They limit file sharing between users completely.
  • How does dynamic VLAN membership operate?

  • Membership is determined by the MAC address of the device. (correct)
  • Membership is acquired through user authentication only.
  • Membership is based on static IP addresses.
  • Membership is assigned based on port numbers.
  • What happens to broadcast traffic in a VLAN?

  • All broadcasts are sent to all network ports regardless of VLAN.
  • Broadcast traffic is only sent to the VLAN administrator.
  • Broadcasts are confined to ports assigned to the same VLAN. (correct)
  • Broadcasts are ignored by all devices on the network.
  • What is a key role of network administrators in relation to VLANs?

    <p>They assign ports to VLANs both manually and statically.</p> Signup and view all the answers

    What is a defining characteristic of port-based VLAN membership?

    <p>All users of the same port must belong to the same VLAN.</p> Signup and view all the answers

    What type of VLAN membership is determined by the MAC addresses of devices?

    <p>MAC address based VLANs</p> Signup and view all the answers

    Which type of VLAN connection is restricted to a single VLAN?

    <p>Access link</p> Signup and view all the answers

    What is the main purpose of a trunk link in VLAN configuration?

    <p>To allow communication between multiple VLANs</p> Signup and view all the answers

    What happens to the Ethernet frame in a trunking configuration?

    <p>It is modified to carry VLAN information</p> Signup and view all the answers

    Which of the following describes a scenario using an access link?

    <p>Connecting a hub with devices all in the same VLAN</p> Signup and view all the answers

    Which of these is NOT a type of VLAN membership?

    <p>Header-based VLANs</p> Signup and view all the answers

    During configuration, when does VLAN trunking become necessary?

    <p>When establishing a communication channel for multiple VLANs</p> Signup and view all the answers

    What does a trunk link typically connect?

    <p>Two switches or a switch to a router</p> Signup and view all the answers

    What is the primary purpose of creating VLANs in a network?

    <p>To reduce congestion on a large LAN</p> Signup and view all the answers

    How does VLAN configuration benefit users with mobile devices?

    <p>It allows users to move between different locations without changing their network environment.</p> Signup and view all the answers

    What is a significant disadvantage of using routers to segment a LAN?

    <p>Routers forward data in software, which creates a bottleneck.</p> Signup and view all the answers

    What is meant by a 'trunk' in the context of VLANs?

    <p>An interface that allows multiple VLANs to share the same physical link</p> Signup and view all the answers

    Which of the following describes a key advantage of using VLANs in networking?

    <p>They allow the formation of virtual workgroups easily.</p> Signup and view all the answers

    What does the term 'isolation' refer to in VLAN systems?

    <p>VLANs completely segregate traffic from each other.</p> Signup and view all the answers

    Why were VLANs developed as a solution for growing network needs?

    <p>To provide a quick and effective workaround for router limitations.</p> Signup and view all the answers

    Which factor primarily contributed to the need for VLANs in networking?

    <p>The desire for users to work together on projects without physical constraints.</p> Signup and view all the answers

    Which command is used to assign FastEthernet0/1 to VLAN 2?

    <p>Switch1(config-if)# switchport access vlan 2</p> Signup and view all the answers

    What is the purpose of the command 'switchport mode access'?

    <p>To set the port in access mode for a single VLAN</p> Signup and view all the answers

    Which of the following commands is used to create a trunk port on FastEthernet0/24?

    <p>Switch1(config-if)# switchport trunk encapsulation dot1q</p> Signup and view all the answers

    In which VLAN are FastEthernet0/10 and FastEthernet0/11 configured?

    <p>VLAN 4</p> Signup and view all the answers

    What command is necessary to end configuration mode after a series of changes on a port?

    <p>Switch1(config-if)# end</p> Signup and view all the answers

    What is the primary purpose of a trunk in networking?

    <p>To connect multiple VLANs across network devices.</p> Signup and view all the answers

    Which protocol is mostly supported by Cisco switches for trunking?

    <p>IEEE 802.1Q</p> Signup and view all the answers

    Why is it necessary to configure a trunk port between two switches?

    <p>To allow hosts in the same VLAN located on different switches to communicate.</p> Signup and view all the answers

    Which VLAN is associated with the Accounting Department in the provided example?

    <p>VLAN 2</p> Signup and view all the answers

    What is the required configuration for Fe0/24 on both SWITCH 1 and SWITCH 2?

    <p>Configure it as a trunk port.</p> Signup and view all the answers

    What does the subnet 192.168.3.0/24 represent in the provided configuration?

    <p>VLAN 3 for Management Department.</p> Signup and view all the answers

    Which two switches are configured to communicate over VLAN 4?

    <p>SW1 and SW2</p> Signup and view all the answers

    Which statement about VLAN trunking is accurate?

    <p>VLAN trunking can extend VLANs across multiple switches.</p> Signup and view all the answers

    Which command is used to assign an interface to VLAN 3?

    <p>switchport access vlan 3</p> Signup and view all the answers

    What is the result of configuring ports in different VLANs?

    <p>It creates separate broadcast domains.</p> Signup and view all the answers

    What is the purpose of the command 'show vlan'?

    <p>To verify physical interface assignments to VLANs.</p> Signup and view all the answers

    What is the appropriate command to set an interface as a trunk port?

    <p>switchport mode trunk</p> Signup and view all the answers

    Which VLAN is assigned to FastEthernet0/1 and FastEthernet0/2?

    <p>VLAN 3</p> Signup and view all the answers

    What command would you run to set FastEthernet0/10 in VLAN 4?

    <p>switchport access vlan 4</p> Signup and view all the answers

    Which statement is true regarding communication after VLAN separation?

    <p>Hosts in different VLANs cannot communicate without routing.</p> Signup and view all the answers

    Which command is used to name VLAN 3 during its configuration?

    <p>name Management</p> Signup and view all the answers

    Study Notes

    Week 13: Virtual LAN (VLAN) and Trunk

    • Virtual LAN (VLAN): A set of workstations within a Local Area Network (LAN) that can communicate as if they were on a single, isolated LAN. VLANs reduce congestion on large LANs.

    Learning Outcomes

    • Familiarize yourself with the Cisco 2960 series switch.
    • Create and configure VLANs.
    • Understand commands for creating and configuring VLANs.
    • Understand VLAN operations.
    • Know different types of VLANs.
    • Understand why Trunk is needed in VLANs.
    • Assign ports to VLAN Trunks.

    What is a VLAN?

    • In simple terms, a VLAN isolates groups of devices on a LAN, as if they were on separate, smaller LANs.
    • The reason for using VLANs is to reduce network congestion on a large LAN.

    Using VLANs to Segment LANs

    • As networks grew larger and data rates increased, routers became bottlenecks. Routers are slower than switches at forwarding data.
    • Routers are software-based and typically work at a slower rate than switch-based hardware.
    • Physically separating the network into different locations became limiting.
    • VLANs provide a way to logically segment a network, irrespective of physical location.
    • VLANs allow users to be in the same environment, regardless of their physical location.

    Advantages of Using VLANs

    • Performance: Eliminates slow routers as the main bottleneck in large LANs.
    • Virtual Workgroups: Facilitates grouping people that frequently work together on a project.
    • Flexibility: Move workstations without changing networking infrastructure.
    • Partitioning Resources: Isolate sensitive resources from network access.

    VLAN Operation

    • Configuring VLANs Statically: Network administrators configure ports one-by-one, defining each port's associated VLAN.
    • Configuring VLANs Dynamically: Software databases of MAC addresses are used to determine ports for VLANs (network administrator must set up database first).

    VLAN Operation (additional notes)

    • Each port of a switch can be assigned to a different VLAN.
    • Ports on the same VLAN share broadcast data.
    • Ports on different VLANs do not share broadcast data.

    VLAN Types

    • Port-based: A port is assigned to a VLAN based on its physical connection.
    • MAC address-based: VLAN assignment is based on the device's MAC address.
    • Protocol-based: VLAN assignment is based on the protocol type used by the device.

    VLAN Types: Membership by Port

    • User assignment via port association allows for fast operation by switch IC's.
    • No lookup needed for the association.
    • Easy administrative control.
    • Packet leak into different domains is prevented.

    VLAN Types: Membership by MAC Addresses

    • User assignment based on MAC addresses.
    • Offers flexible assignment with overhead.
    • Impacts overall performance, scalability, and administrative tasks.

    VLAN Connections

    • Access Link: Connects devices via a standard Ethernet NIC. The port only supports a single VLAN.
    • Trunk Link: Used to connect switches and capable of handling multiple VLANs. Transmits VLAN information between switches.

    What is a VLAN Trunk?

    • VLAN trunking enables traffic to be directed to different parts of the network logically assigned as VLANs.
    • A Trunk is a point-to-point link supporting more than one VLAN
    • Trunking allows VLANs to span across a network.

    VLAN Configuration

    • Configuring VLANs logically separates parts of a network.
    • VLAN ports are configured as needed (e.g. by physical connections or based on a device's MAC address.)

    Verification of Configuration

    • Commands like "SWITCH#show vlan" can display the status and ports assigned to each VLAN, verifying proper configuration.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    This quiz covers Virtual LAN (VLAN) concepts and their configuration using Cisco 2960 series switches. You'll explore different VLAN types, commands for setup, and the importance of VLAN Trunks in reducing network congestion. Test your knowledge on how to effectively create and manage VLANs in a network environment.

    More Like This

    Use Quizgecko on...
    Browser
    Browser