Google Answers Logo
View Question
 
Q: Compare Swithce and Routers ( Answered 5 out of 5 stars,   1 Comment )
Question  
Subject: Compare Swithce and Routers
Category: Computers > Internet
Asked by: open0102-ga
List Price: $10.00
Posted: 03 Sep 2003 00:52 PDT
Expires: 03 Oct 2003 00:52 PDT
Question ID: 251688
I read the information about Switche and Routers, IP and IPX from the
web sites WWW.webopedia.com and www.whatis.com but I still couldn't
understand enough in order to answer the question "Compare and
contrast Switche and Routers, IP and IPX"
can somebody help me out.

Clarification of Question by open0102-ga on 03 Sep 2003 00:55 PDT
I just need two small parapraphs for each 
thanks
Answer  
Subject: Re: Compare Swithce and Routers
Answered By: maniac-ga on 03 Sep 2003 17:00 PDT
Rated:5 out of 5 stars
 
Hello Open0102,

The traditional comparison of switches and routers is pretty straight
forward. I will assume you are familiar with the seven level OSI model
of network protocols, but if not, check out
  http://www.netc.org/network_guide/c.html
for a very readable guide to the OSI model and how Internet protocols
(e.g., TCP, IP, HTTP) map to the seven levels.

In brief, a switch will use the data link (or MAC) address (e.g.,
Ethernet address) to determine where to send a message. For example, I
did a quick check on my ethernet network interface which has address
  00:30:65:3f:09:e8
When I plug in this interface to a switch, the switch will note that
address being generated on the wire and send all messages to this
address on that wire. To illustrate with some ASCII art...

S - 00:30:65:3f:09:e8 (A)
W
I - 00:44:68:65:3f:15 (B)
T
C - 00:A0:45:17:22:20 (C)
H

where I have three machines connected to a level 2 switch, a message
from A to B will have address 00:30:65:3f:09:e8 and 00:44:68:65:3f:15
as the destination. The switch looks up the destination address and
sends the message on the second wire. This is a *very* fast operation
and generally works at "wire speed" (i.e., 100 Mbit on a 100 Mbit
switch).

A router on the other hand will examine the data at a higher network
protocol level to determine how to send the message. The Internet
Protocol (IP) is a "routable" protocol because it includes information
used by the intermediate equipment (routers) to determine how to send
the information. As another example you can have

R - the Internet
O
U - 192.168.0.1 (A)
T
E - 192.168.0.2 (B)
R 

where the router basically acts as a gateway for two machines to
connect to the Internet. Messages from (A) to (B) are sent directly
between the two systems. Messages from A (or B) to / from the Internet
use the top connection.

This routing operation can be slower because:
 - the router must understand the protocol being used (different
protocols put the routing address at different locations in the
message)
 - the router will often have rules to determine if a message is to be
sent. For example, a broadcast by A may be sent only to B to prevent
broadcasts to Internet machines.
 - there may be more than one path to the destination; the router can
choose the "best" route based on information it has collected (or from
configuration data)
 - the router may buffer the data in the case of congestion (the
switch will generally drop data if congestion occurs)
and so on.

However, with modern equipment, you can purchase "switch routers" that
basically do the work of a router at switch speeds [sigh]. For several
good references, I suggest the TechEncyclopedia at
  http://www.techweb.com/encyclopedia/
or specifically
  http://www.techweb.com/encyclopedia/defineterm?term=LANswitch
  http://www.techweb.com/encyclopedia/defineterm?term=layer%32switch
  http://www.techweb.com/encyclopedia/defineterm?term=layer%33switch
  http://www.techweb.com/encyclopedia/defineterm?term=router

The comparison between IP (Internet Protocol) and IPX (Internetwork
Packet eXchange) has some clear distinctions, but these protocols are
quite similar. This is because they generally map to the same OSI
level. A good illustration is at
  http://www.techweb.com/encyclopedia/defineterm?term=IPX

The differences are primarily...
 - IP is a broadly adopted protocol, defined through the Internet RFC
(Request For Comment) process while IPX was defined by Novell.
 - IP is often layered below TCP (Transmission Control Protocol) or
UDP (User Datagram Protocol) while IPX is often layered below SPX
(Sequence Packet eXchange).
Based on original use, IP (and TCP) was most often used on long haul
networks - the original ARPANet. IPX (and SPX) was most often used on
local area networks - basically connecting PC's to file and print
servers. There were also cases where IPX was encapsulated in IP to
allow Novell systems to exchange data across large networks. In most
cases, use of IPX continues to decline since IP has become much more
broadly adopted by all software vendors (even Novell).

For further information, check out
  http://www2.uta.edu/infosys/classes/insy4320/reports/r_2_24.htm
  (a general comparison between IPX/SPX and IP/TCP)
  http://www.techweb.com/encyclopedia/defineterm?term=NetWare
  http://www.unm.edu/~network/presentations/course/chap6/sld055.htm
  (a nice chart - part of a larger presentation)
  http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/netwarep.htm
  (one part of a large tutorial on networks - describes NetWare
protocols)

You can find a variety of good information on these topics using
search terms such as:
  definition IP IPX comparison
  defintion network switch router -prices
   [the last phrase included to omit sites trying to sell switches &
routers]
  IPX packet format
  seven layer network protocol
and so on. If you need additional information, please use the
clarification request and I hope you do well in your studies.

  --Maniac

Request for Answer Clarification by open0102-ga on 04 Sep 2003 02:29 PDT
I am afraid, personally I don't think that you have answered my
question
but since I am just a student I might not have enough knowledge to
determine that, so if you reply to me that you are sure about your
answer then I will accept it.
thank you for your time 
Mark

Clarification of Answer by maniac-ga on 04 Sep 2003 05:09 PDT
Hello Open0102,

Hmm. You asked for a couple paragraphs each to compare / contrast
 - switches and routers
 - IP and IPX
The answer provides what you specifically asked for. Beyond that, the
answer includes a list of references for both topics and search
phrases to find background information on the general network topic
and additional material on the specific topics.

However, your request indicates you are not satisified with the
answer. Is the problem that
 1. the answer includes incorrect information
 2. the answer does not fully address the topics requested
 3. the answer is not clear in all respects
or something else?

For example - the answer describes the difference between level 2
switching and level 3 routing - but does so briefly per your request.
The references provided go into more detail but still may not satisfy
you.

Please explain what you need in the answer so I can address your
needs.

  --Maniac

Request for Answer Clarification by open0102-ga on 05 Sep 2003 18:44 PDT
I undenstand now 
thank you very much for your time 
Mark ^_^

Clarification of Answer by maniac-ga on 05 Sep 2003 19:37 PDT
Glad to help.
  --Maniac
open0102-ga rated this answer:5 out of 5 stars

Comments  
Subject: Re: Compare Swithce and Routers
From: ldcdc-ga on 03 Sep 2003 03:28 PDT
 
Hi.

I was not able to find anything about the differences between IP/IPX.

Until another researcher can find that information and post a complete
answer I'll provide you with a few links related to the switch/router
problem:

http://www.experts-exchange.com/Hardware/Q_20716946.html
(lower down the page are the answers)

http://www.soi.wide.ad.jp/soi-asia/pkg1/06/24.html

http://www.duxcw.com/faq/ics/diffrout.htm

http://www1.ietf.org/mail-archive/ietf/Current/msg11401.html

http://www1.ietf.org/mail-archive/ietf/Current/msg11402.html

http://www1.ietf.org/mail-archive/ietf/Current/msg11405.html

http://www1.ietf.org/mail-archive/ietf/Current/msg11406.html

http://www1.ietf.org/mail-archive/ietf/Current/msg11417.html

http://www1.ietf.org/mail-archive/ietf/Current/msg11423.html

http://www1.ietf.org/mail-archive/ietf/Current/msg11424.html

Regards,

ldcdc-ga

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy