ietf
[Top] [All Lists]

RE: What is the differents between Switch and Router?

2001-03-17 13:40:02

In telecommunications, a switch is a network device that selects a path or 
circuit for sending a unit of data to its next destination. A switch may also 
include the function of the router, a device or program that can determine the 
route and specifically what adjacent network point the data should be sent to. 
In general, a switch is a simpler and faster mechanism than a router, which 
requires knowledge about the network and how to determine the route. 

Ref : http://whatis.techtarget.com/WhatIs_Definition_Page/0,4152,213079,00.html

Sasan

-----Original Message-----
From: Joe Touch [mailto:touch(_at_)ISI(_dot_)EDU]
Sent: 17 March 2001 17:28
To: Randy Bush
Cc: Bora Akyol; Harald Alvestrand; huangjianbo; IETF Mailing list;
touch(_at_)ISI(_dot_)EDU
Subject: Re: What is the differents between Switch and Router?




Randy Bush wrote:

A router decrements the IP TTL field.
It should also not propagate broadcast IP packets (subnet or all 1's).
for a non-attached subnet, what is a broadcast packet?
Maybe he meant directed broadcast as in 10.10.255.255 ?

i guess i was too suble.  from here, i do not know that 10.10.255.255 is not
a host in subnet 10.0.0.0/10.

I meant "subnet directed broadcasts", the rule I was referring to was RFC2644.

I was insufficiently specific:

        1. MUST NOT propagate IP packets whose destination is 
           broadcast (all 1's). (as in RFC1812) 

        2. MAY NOT propagate IP packets whose destination is 
           subnet broadcast for one if its attached nets (as in RFC2644)
                MUST be configured NOT to propagate as a default.
                MUST require explicit user intervention to override the default.

        2. MUST NOT propagate packets whose source address is the 
           subnet broadcast for one of its attached nets. (as in RFC2644)

We're all talking about the same "broadcast filter" rule (set).

Other than refining that rule, are there any other observable differences
between routers and switches?

Joe