(E-Mail Removed) wrote:
Hi!
> hello,
> I want to know does linux uses RIP?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Yes, it can be used for small networks (less than 14 hops)
> Where and in which
> services? Does RIP is bound to Hardware Routers and not for linux set
> as routers?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Can (could) be run on each OS
> IS RIP the only protocol that sends routing update messages from one
> Router to Other router?
No, RIP, RIP2 and Ospf are also pretty popular (see Trygves post, Ospf
implementation was called Zebra, the most recent Ospf project is Quagga)
> Does Routing protocols are Application or Network layer
> protocols? If RIP can be implemented on linux then how the routing
> messages sent? I read that RIP uses UDP? Is that right?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Yes, RIP uses UDP. Rip is a routing protocoll, so it offers a service to
Layer 3. But it is run in userspace, so definetly no Network layer
protocoll.
> What about
> OSPF?
^^^^^^^
In the Quagga implementation it uses multicasting
> I am usinf Redhat 9.
I am usinf Gentoo ;-)
Alex