IT 3002 Computer Network Fundamentals - Quiz Review

Virtual Local Area Networks (VLANs)

  • Definition and Purpose: A Virtual Local Area Network (VLAN) is a logical subnetwork that groups together a collection of devices from different physical LANs. VLANs are primarily used to manage and segment network traffic without the need for physical restructuring.
  • Primary Rationales for Implementing VLANs:     * Legacy System Isolation: VLANs allow administrators to isolate legacy systems on a specific network segment. This is particularly useful for systems that require special or outdated configurations that might otherwise interfere with modern network operations.     * Cost Reduction: Implementing VLANs reduces infrastructure costs. It allows for the creation of additional LAN segments without the necessity of purchasing separate physical hardware (such as multiple physical switches) for each network.     * Security Enhancement: VLANs are used to enhance security for specific segments of a network. By isolating sensitive data or certain departments (e.g., Finance or HR) into their own virtual network, unauthorized access from other parts of the physical network can be mitigated.     * Test and Temporary Environments: VLANs facilitate the creation of temporary networks for testing, development, or specific short-term purposes without disrupting the main production environment.

Link Aggregation and Bandwidth Management

  • Conceptual Framework: Link Aggregation is a technique used to increase the capacity and reliability of network connections.
  • Mechanism: It involves connecting multiple network interfaces from a high-bandwidth system, such as a server, to a network switch.
  • Core Benefit: The primary goal is to increase the instantaneous bandwidth available to the system. By combining multiple physical links into a single logical link, the network can handle greater data throughput than a single interface could provide.

Spanning Tree Protocol (STP) and Root Architecture

  • The Root Port Concept: Within a network utilizing Spanning Tree Protocol (STP) to prevent loops, the Root Port is a critical designation for switch ports.
  • Functional Pathing: The Root Port on a non-root switch is defined as the port that always "points to" or provides the most efficient path toward the Root Switch (the logical center of the spanning tree).

IEEE 802.1p Priority and Level Configuration

  • Standard Specification: The 802.1p802.1\text{p} standard was created by the Institute of Electrical and Electronics Engineers (IEEE) to address Quality of Service (QoS) at the Media Access Control (MAC) header level.
  • Priority Code Point (PCP): The standard adds a 33-bit PCP field to the Ethernet frame.
  • Priority Levels: Given that the PCP is a 33-bit field, it supports a total of 88 distinct priority levels, calculated as follows:     * Formula: 23=82^3 = 8     * Range: Level 00 through Level 77.

Gigabit Ethernet Standards and Implementations

  • Industry Standards: Gigabit Ethernet refers to various technologies for transmitting Ethernet frames at a rate of one gigabit per second. The most widely recognized and popular standards include:     * 1000Base-T1000\text{Base-T}: This version carries Gigabit Ethernet over copper wiring (specifically Category 55, 5e5e, or 66 unshielded twisted pair cable).     * 1000Base-SX1000\text{Base-SX}: This is a fiber optic Gigabit Ethernet standard for operation over multi-mode fiber using a short wavelength (770770 to 860nm860\,\text{nm}) laser source.     * 1000Base-LX1000\text{Base-LX}: This is a fiber optic Gigabit Ethernet standard that uses long wavelength (12701270 to 1355nm1355\,\text{nm}) laser for longer distances over both single-mode and multi-mode fiber.
  • Non-Standard Nomenclature: While the above represent the industry standard set, "1000Base-TSX1000\text{Base-TSX}" is not a standard Gigabit Ethernet designation.