Week 1 - Switches
Week 1 - Switches
Week 1 - Switches
Objectives:
Four major goals of LAN design
Steps in systematic LAN design
Three-layer design model
List Cisco three-layer switches and their features
LAN Design
Bandwidth Domain
A bandwidth domain is associated with one port on a bridge or switch.
In the case of an Ethernet switch, a bandwidth domain is also known as a collision domain.
Systematic steps
1. Gathering the users' requirements and expectations
2. Analyzing requirements
3. Designing the Layer 1, 2, and 3 LAN structure (that is, topology)
4. Documenting the logical and physical network implementation
Availability requirements
Availability measures the usefulness of the network. Factors that may affect availability:
Throughput
Response time
Access to resources
Every customer may have a distinct definition of availability.
Analyzing requirements
The next step in designing a network is to analyze the requirements of the network and its users.
Network user needs constant change, the necessity to increase network bandwidth grows too.
LAN topology
Documentation
The final step in LAN design methodology is to document the physical and logical topology of the network.
Important LAN design documentation includes the following:
OSI layer topology map
LAN logical map
LAN physical map
Cut sheets
VLAN logical map
Layer 3 logical map
Addressing maps
Logical diagram
The logical diagram is the basic road map of the LAN including the following elements:
Specify the locations and identification of the MDF and IDF wiring closets.
Document the type and quantity of cabling used to interconnect the IDFs with the MDF.
Document how many spare cables are available for increasing the bandwidth between the wiring closets.
Provide detailed documentation of all cable runs, the identification numbers, and the port the run is
terminated on at the HCC (horizontal cross-connect) or VCC.
Typical MDF in star topology
Layer 2 switch
Using router
Allows for segmentation of the LAN into unique physical and logical networks.
Allow for connectivity to wide-area networks (WANs), such as the Internet.
Determines traffic flow between unique physical network segments based on Layer 3 addressing.
Stops broadcasts from reaching other LAN segments.
VLAN communication
VLAN implementation
Diagramming a LAN that uses routers
LAN Switches
Hierarchical model
The construction of a LAN that satisfies the needs of both medium and large-sized organizations is more likely
to be successful if a hierarchical design model is used.
The use of a hierarchical design model will make it easier to make changes to the network as the organization
grows.
Access Layer
Common access layer switches
Access layer switches operate at Layer 2 and should
be low cost and high port density.
The following Cisco switches are commonly used at
the access layer:
Catalyst 1900 series
Catalyst 2820 series
Catalyst 2950 series
Catalyst 4000 series
Catalyst 5000 series
Distribution layer
Distribution layer switches
The distribution layer switch must
have high performance.
Switches in this layer are referred to
as multilayer switches.
The following Cisco switches are
suitable for the distribution layer:
Catalyst 2926G
Catalyst 5000 family
Catalyst 6000 family
Core layer
Summary
• The four major goals of LAN design The steps in systematic LAN design
• Design issues associated with Layers 1, 2, 3
• The three-layer design model
• The functions of each layer in the three-layer model
• Cisco access layer switches and their features
• Cisco distribution layer switches and their features
• Cisco core layer switches and their features
Note: Please read the modules and understand first the diagram before you answer the assessment.
If necessary you can research in internet to understand the topic.
A virtual LAN, or VLAN, is a group of computers, network printers, network servers, and other network
devices that behave as if they were connected to a single network.
In its basic form, a VLAN is a broadcast domain. The difference between a traditional broadcast domain
and one defined by a
VLAN is that a broadcast domain is seen as a distinct physical entity with a router on its boundary.
VLANs are similar to
broadcast domains because their boundaries are also defined by a router. However, a VLAN is a
logical topology, meaning that
the VLAN hosts are not grouped within the physical confines of a traditional broadcast domain, such as
an Ethernet LAN.
If a network is created using hubs, a single large broadcast domain results, as illustrated in Figure 2-1.
Because all devices within the broadcast domain see traffic from all other devices within the
domain, the network can become congested. Broadcasts are stopped only at the router, at the
edge of the broadcast domain, before traffic is sent across the wide-area network (WAN)
cloud.
If the network hubs are replaced with switches, you can create VLANs within the existing
When a VLAN is implemented, its logical topology is independent of the physical topology,
such as the LAN wiring. Each host on the LAN can be assigned a VLAN identification number
(ID), and hosts with the same VLAN ID behave and work as though they are on the same
physical network. This means the VLAN traffic is isolated from other traffic, and therefore all
communications remain within the VLAN. The VLAN ID assignment made by the switches can
be managed remotely with the right network management software.
Depending on the type of switching technology used, VLAN switches can function in different
ways; VLANs can be switched at the data link (Open System Interconnection OSI model Layer
2) or the network layer (OSI model Layer 3). The main advantage of using a VLAN is that
users can be grouped together according to their network communications requirements,
regardless of their physical locations, although some limitations apply to the number of nodes
per VLAN (500 nodes). This segmentation and isolation of network traffic helps reduce
unnecessary traffic, resulting in better network performance because segmentation and
isolation of network traffic helps reduce unnecessary traffic, resulting in better network
performance because the network is not flooded. Don't take this advantage lightly, because
VLAN configuration takes considerable planning and work to implement; however, almost any
network manager will tell you it is worth the time and energy.
An end node can be assigned to a VLAN by inspecting its Layer 3 address, but a broadcast
domain is a Layer 2 function. If a VLAN is switched based on Layer 3 addressing, it is in
essence routed. There are two basic differences between routing and switching: First, the
decision of forwarding is performed by the application-specific integrated circuit (ASIC) at the
port level for switching versus the reduced instruction set circuit (RISC) or main processor for
routing; second, the information used to make the decision is located at a different part of the
data transfer (packet versus frame).
Topic 1.2: VLAN Topology
VLANs can best be defined as a group of devices on either the same or different physical LAN
segments, interacting with each if they are on the physical LAN segment.
Suppose, for instance, that you work in a two-floor office building and each floor has a LAN
switch providing network connectivity to every computer on that floor. The first floor is
supported by Switch 1, and the second floor is supported by Switch 2. On each floor of this
building, there is also a marketing staff and an engineering staff. Because of office real estate,
people are sitting wherever an open desk can be found.
It is safe to say that the marketing and engineering departments have different jobs and
therefore different network requirements. However, the fact that these two departments have
different network requirements does not mean they cannot share the same network. Figure 2-3
illustrates how using VLANs provides virtual dedicated network resources to the marketing
(VLAN 1) and engineering (VLAN 2) departments, while using the same physical network
infrastructure.
If we assign all the marketing staff on the first floor (Switch 1, ports 1 and 2) and all the
marketing staff on the second floor (Switch 2, ports 4, 5, 6, and 7) to a single VLAN (VLAN 1),
they can share resources and bandwidth as if they were connected to the same physical
network segment. Similarly, if we assign all the first-floor engineering staff (Switch 1, ports 3, 4,
5, 6, 7, and 8) and the engineering staff on the second floor (Switch 2, ports 1, 2, 3, and 8), we
create VLAN 2 for the engineering staff, providing the same illusion of physical connectivity
provided to the marketing staff by VLAN 1.
It is important to remember that members of one VLAN cannot share the resources of any
other VLAN without some sort of routing mechanism, such as a router or Layer 3 switch. For a
member of the marketing staff in VLAN 1 to share resources with the engineering VLAN (VLAN
2), a router or a Layer 3 switch must be in place.
(Note) Communication between VLANs can occur only if there is a router or a Layer 3 switch in
place enabling such connectivity. Switches with VLAN capability can create the same division
of the network into separate LANs or broadcast domains and is similar to color coding your
switch ports. In Figure 8-4, ports in the light gray area can communicate with other ports in the
light gray area, and ports in the dark gray area can communicate with the other ports in the
dark gray area.
1. Discuss how to design and configure switches. Make a sample design on how to configure
switches.
2. Give and Explain the different network and port security rules.
1. Give at least 2 samples of VLAN where it can used and make a diagram and explain its
function
2. Make a simple presentation about VLAN ( by group)
Note: Please read the modules and understand first the diagram before you answer the assessment. If necessary you can
research in internet to understand the topic.