CodesandTutorials
Next generation website theme is here (black, neon and white color) - Reduces eye strain and headache problems.  
You are here - Home > Networking > Network Devices > Switch

Switch


Definition

Switch is a multiple LAN connecting device, which takes incoming data packet from any multiple input ports and passes the data packet to specific output port.

Description

  • It works same as hub but does its work very efficiently.
  • It uses MAC address information to switch forward the data packets to a particular destination device.
  • By monitoring the network traffic, it can learn where the particular addresses is located.
  • Operates at one or more OSI model layers mainly the data link layer.
  • Minimizes the collision of data packets.
  • Provides better security and better utilization of limited bandwidth.

Working

  • Uses two different method for switching the packets :
    1) Cut-through
    2) Store and forward
  • In cut-through method switch examines the header of the packet and decides, where to pass the packet before it receives the whole packet.
    Increases the chances of errors without verifying the data integrity.
  • In store and forward method switch reads the entire packet in its memory and checks for error before transmitting the packet.
    This method is slower and time consuming but error free.

Tip Box

Check your internet connection using ping command.


Advertisement





Terms of Use | Privacy Policy | Contact Us | Advertise
CodesandTutorials © 2014 All Rights Reserved