Skip to main content

Module 4: Switching Concepts / Overview

Module 4: Switching Concepts
Overview

LAN design has evolved. Network designers until very recently used hubs and bridges to build networks. Now switches and routers are the key components in LAN design, and the capabilities and performance of these devices continue to improve.
This module describes the roots of modern Ethernet LANs with an emphasis on the evolution of Ethernet/802.3, the most commonly deployed LAN architecture. A look at the historical context of LAN development and various network devices that can be utilized at different layers of the OSI model will help students better understand the reasons why network devices have evolved as they have.
Until recently, repeaters were used in most Ethernet networks. Network performance suffered as too many devices shared the same segment. Network engineers then added bridges to create multiple collision domains. As networks grew in size and complexity, the bridge evolved into the modern switch which allows microsegmentation of the network. Modern networks are now built with switches and routers, often with both functionalities in one device.
Many modern switches are capable of performing varied and complex tasks in the network. This module will provide an introduction to network segmentation and will describe the basics of switch operation.
Switches and bridges perform much of the heavy work in LANs where they make nearly instantaneous decisions when frames are received. This module describes in detail how switches learn the physical addresses of nodes, and how switches transmit and filter frames. This module also describes the principles of LAN segmentation and collision domains.
Switches are Layer 2 devices that are used to increase available bandwidth and reduce network congestion. A switch can segment a LAN into micro segments, which are segments with only a single host. Micro segmentation creates multiple collision-free domains from one large domain. As a Layer 2 device, the LAN switch increases the number of collision domains, but all hosts connected to the switch are still part of the same broadcast domain.
This module covers some of the objectives for the CCNA 640-801 and ICND 640-811 exams.  
Students who complete this module should be able to perform the following tasks:
  • Describe the history and function of shared, or half-duplex Ethernet
  • Define collision as it relates to Ethernet networks
  • Define CSMA/CD
  • Describe some of the key elements that affect network performance
  • Describe the function of repeaters
  • Define network latency
  • Define transmission time
  • Define network segmentation with routers, switches, and bridges
  • Define Ethernet switch latency
  • Explain the differences between Layer 2 and Layer 3 switching
  • Define symmetric and asymmetric switching
  • Define memory buffering
  • Compare and contrast store-and-forward and cut-through switching
  • Understand the differences between hubs, bridges, and switches
  • Describe the main functions of switches
  • List the major switch frame transmission modes
  • Describe the process by which switches learn addresses
  • Identify and define forwarding modes
  • Define LAN segmentation
  • Define micro segmentation with the use of switches
  • Describe the frame-filtering process
  • Compare and contrast collision and broadcast domains
  • Identify the cables needed to connect switches to workstations
Identify the cables needed to connect switches to other switches 

Comments

Popular posts from this blog

OSI layers / Peer-to-peer communications / TCP/IP model

OSI layers 2.3.4 This page discusses the seven layers of the OSI model. The OSI reference model is a framework that is used to understand how information travels throughout a network. The OSI reference model explains how packets travel through the various layers to another device on a network, even if the sender and destination have different types of network media. In the OSI reference model, there are seven numbered layers, each of which illustrates a particular network function. - Dividing the network into seven layers provides the following advantages: • It breaks network communication into smaller, more manageable parts. • It standardizes network components to allow multiple vendor development and support. • It allows different types of network hardware and software to communicate with each other. • It prevents changes in one layer from affecting other layers. • It divides network communication into smaller parts to make learning it easier to understand. In the foll...

PC Basic...

• Backplane – A backplane is an electronic circuit board containing circuitry and sockets into which additional electronic devices on other circuit boards or cards can be plugged; in a computer, generally synonymous with or part of the motherboard. • Network interface card (NIC) – An expansion board inserted into a computer so that the computer can be connected to a network. • Video card – A board that plugs into a PC to give it display capabilities. • Audio card – An expansion board that enables a computer to manipulate and output sounds. • Parallel port – An interface capable of transferring more than one bit simultaneously that is used to connect external devices such as printers. • Serial port – An interface that can be used for serial communication in which only one bit is transmitted at a time. • Mouse port – A port used to connect a mouse to a PC. • USB port – A Universal Serial Bus connector. A USB port connects devices such as a mouse or printer to the computer ...

OSPF network types

OSPF network types 2.2.5  This page will introduce the three types of OSPF networks. A neighbor relationship is required for OSPF routers to share routing information. A router will try to become adjacent, or neighbor, to at least one other router on each IP network to which it is connected. OSPF routers determine which routers to become adjacent to based on the type of network they are connected to. Some routers may try to become adjacent to all neighbor routers. Other routers may try to become adjacent to only one or two neighbor routers. Once an adjacency is formed between neighbors, link-state information is exchanged. OSPF interfaces automatically recognize three types of networks: Broadcast multi-access, such as Ethernet Point-to-point networks Nonbroadcast multi-access (NBMA), such as Frame Relay A fourth type, point-to-multipoint, can be manually configured on an interface by an administrator.  In a multi-access network, it is not known in a...