Difference between Router and Switch

sumon_ahsan
sumon_ahsan  Diamond  (1)
7 years 10 months ago  View: 725  Reply: 1
1F
In those early days when router is router and switch is switch, these two are different in several ways:

·        Router understand IP head, and switch deal with MAC address

·        Router has its own IP address(es), and switch don’t

·        Router has an operating system running inside, and allow administrator to login into the system.

·        You (network administrator) must configure routing table to make it works.

·        Switch is usually ready to use.

·        Router has routing software running inside, including route discovery protocol.

·        Routing software know how to deal with different IP packet, such as ICMP and other IP option functionality. Switches don’t.

·        Multiple routers can be connected together as a network.

·        You can’t directly multiple switches together to form a large network.

mashaker
mashaker  Platinum 
7 years 10 months ago
2F
very basic info...