Wednesday, February 27, 2013

TCP and UDP

TCP and UDP

The two most common transport layer protocols of the TCP/IP protocol suite are Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). Both protocols manage the communication of multiple applications. The differences between the two are the specific functions that each protocol implements.

Monday, February 25, 2013

Dynamic Versus Static Routing

Dynamic Versus Static Routing

Dynamic routing certainly has several advantages over static routing. However, static routing is still used in networks today. In fact, networks typically use a combination of both static and dynamic routing.


Sunday, February 24, 2013

Dynamic Routing Protocol Concepts

Dynamic Routing Protocol Concepts

Perspective and Background

As networks have evolved and become more complex, new routing protocols have emerged. One of the earliest routing protocols, Routing Information Protocol (RIP), has evolved into a newer version, RIPv2. To address the needs of larger networks, two advanced routing protocols were developed: Open Shortest Path First (OSPF) and Intermediate System–to–Intermediate System (IS-IS). Cisco developed Interior Gateway Routing Protocol (IGRP) and Enhanced IGRP (EIGRP), which also scales well in larger network implementations.

Additionally, there was the need to interconnect different internetworks and provide routing among them. Border Gateway Protocol (BGP) is now used between Internet service providers (ISP) as well as between ISPs and their larger private clients to exchange routing information. With the advent of numerous consumer devices using IP, the IPv4 addressing space is nearly exhausted. Thus, IPv6 has emerged, which has required newer versions of the IP routing protocols to be developed.

Google

Back To Top