What is a difference between routing and routed protocols?

Showing Answers 1 - 19 of 19 Answers

Classes and objects are separate but related concepts. Every object belongs to a class and every class contains one or more related objects.

So what exactly are classes and objects and what is the difference between them?

A Class is static. All of the attributes of a class are fixed before, during, and after the execution of a program. The attributes of a class don't change.

The class to which an object belongs is also (usually) static. If a particular object belongs to a certain class at the time that it is created then it almost certainly will still belong to that class right up until the time that it is destroyed.

An Object on the other hand has a limited lifespan. Objects are created and eventually destroyed. Also during that lifetime, the attributes of the object may undergo significant change.

  Was this answer useful?  Yes

bhanu123

  • Apr 6th, 2006
 

A routing protocol would be one over which routing information is
exchanged. A routeable protocol would be one which involves packet
forwarding by design (this is probably a rotten description).

Examples of the former might be RIP, BGP, OSPF. They allow routers
to build their routing tables, from which the next hop for packets
is determined. As such, they serve a completely different purpose
from protocols that can be called routeable. RIP is transported
over UDP.

Routeable protocols are used for lower-level transport of packets
on and possibly across networks. Examples are TCP, UDP, and IPX/SPX

  Was this answer useful?  Yes

Routing Protocols:- Example are RIP, BGP, IGRP, EIFRP, OSPF are the Routing protocol sends and receives routing information packets to and from other routers.

Routed Protocols:- protocol can be routed by a router, which means that it can be forwarded from one router to another. example ip and ipx

 

  Was this answer useful?  Yes

priyadharshini

  • Apr 28th, 2006
 

Routing Protocols:
                  Despite RIP's age and the emergence of more sophisticated routing protocols, it is far from obsolete. RIP is mature, stable, widely supported, and easy to configure. Its simplicity is well suited for use in stub networks and in small autonomous systems that do not have enough redundant paths to warrant the overheads of a more sophisticated protocol.

Routed Protocols:
                  TCP/IP Routed Protocols include information on ICMP (Internet Control Message Protocol), IP(Internet Protocol v4), TCP(Transport Control Protocol), UDP(User Datagram Protocol), Telnet, etc.

  Was this answer useful?  Yes

chandrasekhar.m

  • Oct 10th, 2006
 

hello sir,

                      This is chandrasekhar .my background is B.sc., electronics... i am a frsher . now i am working as a residential engineer ( hardware& networking) in anapoorna foils at hyderabad from  6 months...thank u for ur answer it solves my doubt....and this websites is most useful to develop my knowledge...sure ,now i am confidentent.i can develop my career growth.

                                                                                       thank u sir,

                                                                                                                                                                                                            with regards,

                                                                                                                                                                                                             chandrasekhar.m

         

  Was this answer useful?  Yes

ramesh

  • Feb 3rd, 2007
 

some of the answer are not correct those dont know the answer dont give because so many people read the answers they may get confuse routing protocols means the protcol which route the data like rip 1 rip-2 eigrp igrp bgp ospf etcrouted protocols like tcp/ip udp etc

  Was this answer useful?  Yes

sunil_n5

  • Sep 11th, 2009
 

The Protocols that is used by a router to send its updates to neighbouring router are known as routing protocols and the process is known as routing while the protocol that transfer our data from one network to another is known as routed protocol.For example RIP EIGRP OSPF are routing protocols while IP IPX are routed protocols

Yash Yadav

  • Jun 30th, 2011
 

ROTUED= ip4 ,ip v6, appletalk, tokentalk, it's routed protocol it's just like busstand which define the route...

ROUTING= rip,igrp,eigrp,ospf it's just like bus

  Was this answer useful?  Yes

Nitharsan

  • Jul 29th, 2011
 

A routing protocol sends and receives routing information packets to and from other routers.

A routed protocol can be routed by a router, which means that it can be forwarded from one router to another.

A routed protocol contains the data elements required for a packet to be sent outside of its host network or network segment. In other words, a routed protocol can be routed.

Protocols used to communicate routing information between routers within an autonomous system are Interior Gateway Protocols (IGP), which are routing protocols, but not routed protocols.

Examples of routed protocols are IP and IPX, and examples of routing protocols are RIP and IGRP.

  Was this answer useful?  Yes

harish

  • Oct 6th, 2011
 

Routing protocol is used by routers to dynamically find all the networks in the internetwork & to ensure that all routers have the same routing.

Routed protocol is used to send user data through the established network.

  Was this answer useful?  Yes

bhagare

  • Nov 21st, 2012
 

Routing Protocol learn route for routed protocol and routed protocol carries user traffic such as Email file transfer.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions