Interior Gateway Routing Protocol
From Wikipedia, the free encyclopedia
| The OSI Model | |
| 7. Application Layer | |
|---|---|
| NNTP · SIP · SSI · DNS · FTP · Gopher · HTTP · NFS · NTP · SMPP · SMTP · SNMP · Telnet (more) | |
| 6. Presentation Layer | |
| MIME · XDR · SSL · TLS | |
| 5. Session Layer | |
| Named Pipes · NetBIOS · SAP | |
| 4. Transport Layer | |
| TCP · UDP · PPTP · L2TP · SCTP | |
| 3. Network Layer | |
| IP · ICMP · IPsec · IGMP | |
| 2. Data Link Layer | |
| ARP · CSLIP · SLIP · Frame Relay · ITU-T G.hn DLL | |
| 1. Physical Layer | |
| RS-232 · V.35 · V.34 · I.430 · I.431 · T1 · E1 · 802.3 Ethernet · 10BASE-T · 100BASE-TX · POTS · SONET · DSL · 802.11a/b/g/n PHY · ITU-T G.hn PHY | |
Interior Gateway Routing Protocol (IGRP) is a distance vector interior routing protocol (IGP) invented by Cisco. It is used by routers to exchange routing data within an autonomous system.
IGRP is a proprietary protocol. IGRP was created in part to overcome the limitations of RIP (maximum hop count of only 15, and a single routing metric) when used within large networks. IGRP supports multiple metrics for each route, including bandwidth, delay, load, MTU, and reliability; to compare two routes these metrics are combined together into a single metric, using a formula which can be adjusted through the use of pre-set constants. The maximum hop count of IGRP-routed packets is 255 (default 100), and routing updates are broadcast every 90 seconds (by default).
IGRP is considered a classful routing protocol. Because the protocol has no field for a subnet mask, the router assumes that all interface addresses within the same Class A, Class B, or Class C network have the same subnet mask as the subnet mask configured for the interfaces in question. This contrasts with classless routing protocols that can use variable length subnet masks. Classful protocols have become less popular as they are wasteful of IP address space.
[edit] Advancement
In order to address the issues of address space and other factors, Cisco created EIGRP (Enhanced Interior Gateway Routing Protocol). EIGRP adds support for VLSM (variable length subnet mask) and adds the Diffusing Update Algorithm (DUAL) in order to improve routing and provide a loopless environment. EIGRP has completely replaced IGRP, making IGRP an obsolete routing protocol. In Cisco IOS versions 12.3 and greater, IGRP is completely unsupported. In the new Cisco CCNA curriculum (version 4), IGRP is mentioned only briefly, as an "obsolete protocol". refer to the network administrators, this is the best protocol at the moment

