IPV6: The new version of this routing protocol, Internet Protocol version 6 is a 64-bit IP addressing system. Also called IPNG, NG signifying Next Generation, it will remove the scarcity of IP addresses being faced in the 32-bit current version.
OSPF (Open Shortest Path First): This protocol defines how i outers share routing information. Unlike the older Routing Information Protocol (RIP) which transfers entire routing tables, OSPF transfers only the changed routing information since the previous transfer. As a result data transfer is low, conserving bandwidth. OSPF version 2 defined in RFC 1583 is rapidly replacing RIP on the Internet.
PPP (Point to Point Protocol): This protocol establishes point-to-point connection to the Internet, allows a PC to establish a direct connection to the Internet via a modem, and also allows automatic assigning of IP addresses to the PC. This protocol is more stable than the older SLIP protocol.
PPTP (Point to Point Tunneling Protocol): This protocol creates a virtual client server link that is tunneled through an IP network like the internet. Tunneling enables clients to use the Internet or public WANs as their virtual network.
RARP (Reverse Address Resolution Protocol): Reverse ARP protocol can be used by a host to discover its own IP address. Reverse to ARP, here the host broadcasts its physical address, and a RARP server replies with the host's IP address. This is important in scenarios where diskless workstations are used because these stations may not know their IP address when they boot.
RIP (Routing Information Protocol): A distance vector routing protocol used on TCP/IP networks used by routers to exchange routing updates and network topology changes. Of its two versions - version 1 and 2 the second one packs more data than its first version, such as subnet masks in an RIP packet. It also maintains routing information like the next hop to which the packets should be sent along with the total number of hops in reaching a destination. IT is defined in RFC 1058 and is fast being replaced by OSPF.
|