Translate

Showing posts with label broadcast control. Show all posts
Showing posts with label broadcast control. Show all posts

Monday, July 25, 2022

Working Principles of the Layer 2 switch & Layer 3 switch | Network Administration

 Working Principles of the Layer 2 switch & Layer 3 manage switch  | Network Administration.

  • Switches are Layer 2 device,
  • Routers are Layer 3 device
  • The new generation of Layer 3 switches route using hardware only.
  • A switch will examine the incoming frame's MAC header to determine the physical address of the destination device.
  • Whereas a HUB , simply repeats an incoming frame out of all its ports, the switch creates a virtual path to forward frames to the port. Where it knows the destination device exist.
  • Switch can provide flow control to network traffic by temporarily storing frames in a buffer. 
  • Switch can also generate BACK PRESSURE to cause transmitting device to wait long enough for the switch to deal with backlogged traffic. To create back pressure, the switch broadcast false collation detection signals to cause network interface card to back off.
 
Layer 3 managed Switch


Thursday, March 12, 2009

Show Broadcast Packets

Show Broadcast Packets on CISCO Manage Switches

It is very important for Network Admin to monitor broadcast packets in his Network. Here I mention some very basic cisco manage switch command for monitoring network packets.
  1. #sh int fa 0/1 count
  2. #sh int counters
  3. #sh int counters trunk
  4. #sh int count errors
  5. #sh int count protocols status
  6. #sh int valn 1
  7. #sh flow control
  8. #sh storm control broadcast
Search for any other query regarding this topic.