Routing – Difference Between Routing Protocols and Routed Protocols

routing

What is the difference between routing protocols and routed protocols? -& the simplest way of understanding it?

Thanks,
Parash.

Best Answer

Routing protocols allow routers to exchange routing information so they can learn about networks from other routers. A router in Barcelona can learn about networks in Zagreb via a routing protocol, so that it can forward traffic to Zagreb. Your ISP learns about networks from other ISPs via a routing protocol, so you can watch funny cat videos on YouTube.

Examples of routing protocols are OSPF, EIGRP, BGP and IS-IS.

A routed protocol is a protocol for sending data between end hosts. To be "routed," it has to have a hierarchical addressing scheme that indicates "where" the host is. The hierarchy lets a router (or host) determine where the packet should be sent in order to reach it's destination.

Practically speaking, there is only one routed protocol in use, and that is IP (version 4 and version 6). IP addresses have a network portion and a host portion (the subnet mask tells you how to separate the two). The network portion of the address lets the host look in its routing table to determine what is the best way to forward the packet.

Non-routed protocols are essentially obsolete in the age of the Internet, but NetBIOS might be one you're somewhat familiar with.

Related Topic