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...

Advantages and disadvantages of link-state routing

Advantages and disadvantages of link-state routing 2.1.5  This page lists the advantages and disadvantages of link-state routing protocols. The following are advantages of link-state routing protocols:  Link-state protocols use cost metrics to choose paths through the network. The cost metric reflects the capacity of the links on those paths. Link-state protocols use triggered updates and LSA floods to immediately report changes in the network topology to all routers in the network. This leads to fast convergence times. Each router has a complete and synchronized picture of the network. Therefore, it is very difficult for routing loops to occur. Routers use the latest information to make the best routing decisions. The link-state database sizes can be minimized with careful network design. This leads to smaller Dijkstra calculations and faster convergence. Every router, at the very least, maps the topology of it...

Ports for services

Ports for services 10.2.2  Services running on hosts must have a port number assigned to them so communication can occur. A remote host attempting to connect to a service expects that service to use specific transport layer protocols and ports. Some ports, which are defined in RFC 1700, are known as the well-known ports. These ports are reserved in both TCP and UDP.  These well-known ports define applications that run above the transport layer protocols. For example, a server that runs FTP will use ports 20 and 21 to forward TCP connections from clients to its FTP application. This allows the server to determine which service a client requests. TCP and UDP use port numbers to determine the correct service to which requests are forwarded. The next page will discuss ports in greater detail.