• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/30

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

30 Cards in this Set

  • Front
  • Back

Switch

Hardware based and utilizes application specific integrated circuits to build and maintain MAC address tables

Switches are used for

Workgroup connectivity and network segmentation and are used as a general connectivity covenant that connects network components such as printers, computers and switches together.

Basic functions of a switch

Hardware-based bridging (MAC), wired speed, low latency, low cost, broadcast control.

External components of a switch

Console port and network interfaces

Internal component

Read only memory (ROM), flash memory, non-volatile random access memeory (NVRAM), and random access memory (RAM)

ROM

Will contain information like the diagnostic and boot up routines. This is buried in memory.

Flash memory

Where the operating system is saved

RAM

is running memory that the switch uses for all its operations.

NVRAM

Is what we will access to save our startup-configurations, along with other peices of information that need long term storage in the switch.

Three major functions

Address learning, forward/filtering decision, loop avoidance.

Address learning

Switch must learn the MAC address of all devices that connect to it. The MAC address table Is stored in the switches RAM. It learns MAC address by flooding.

Forwarding/filtering decision

Switches use the MAC address table for both forward and filter frames schemes on the switch. Of the destination hardware address is known and listed in the database, the frame is "forwarded" out only on the correct interface. The switch does not transmit the frame out of any interface except for the destination interface. This is called "frame filtering." The three switching methods are store-and-forward, cut-through, and fragment free.

Loop avoidance

A loop is simply having more than one path to a destination that causes instability in the MAC address table.

Broadcast storms

Where the switches will flood broadcasts endlessly throughout the internetwork

Multiple frame copies

A device can receive multiple copies of the same frame because the frame can arrive from different segments at the same time.

Multiple loops

Multiple loops generated throughout an internetwork. This means that loops can occur within other loops.

STP

Is a network protocol that ensures a loop-free network by detecting and correcting loops.

STP instance

Can be the entire switching domain or can be limited to each VLAN. Switches within a spanning tree instant use bridge protocol data units for communication to determine root bridge selection and calculations and for synchronization

Root bridge

The root bridge is the layer 2 device (switch) that is in control of managing the spanning-tree protocol.

Designated Ports (forward mode)

A designated port is a switchport that is active and forwarding traffic and each segment must have a designated port.

Root port (forward & listening mode)

Provides a constant connection to the root bridge for the non-profit bridge to receive advertisements and updates. This port is also forwarding traffic in the network.

Non-designated ports (blocked)

After a switch has designated the best path to the root bridge, all other port are placed in the blocking state to prevent loops.

Convergence

Occurs when bridges and switches have completed the transition to reassign port states to either the following or blocking mode.

Port states

Blocking- will not forward frames, listening- listens to BPDU's ensures no loops occur before passing data frames. Learning- learns the MAC addresses/builds the MAC address filter table. Frames are not forwarded. Forwarding- bridge port is able to send and receive data.

Link aggregation

Provides a solution for network managers who require a higher bandwidth and redundancy between servers, routers, and switches than single-link ethernet technology can provide.

Advantages of link aggregation

Redundancy, higher potential transmission speed, higher accessibility.

To use link aggregation

Be in full duplex mode, use the same data transmission rates, use parallel point-to-point connections, connect to precisely one endpoint on a switch or server.

Etherchannel

Is a Cisco proprietary version of link aggregation describes as having more than one link connected to a server, switch, or router and treating it like one logical link. Etherchannel does not always distribute the traffic equally across all available links it depends on the number of links you have connected but even that does not always guarantee equal traffic.

Benefits of etherchannel

Increased bandwidth, redundancy, if a link fails the traffic will go onto another link almost instantly, if that same link recovers it will join the etherchannel again automatically.

Prerequisites of etherchannel

Must be identical. Same everything.