ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

End-to-end principle

The end-to-end principle is one of the central design principles of the Internet Protocol that is the basis of the Internet. It states that, whenever possible, communications protocol operations should be defined to occur at the end-points of a communications system.

The concept first arises in a paper entitled End-to-end arguments in system design by Jerome H. Saltzer, David P. Reed, and David D. Clark. They argue that reliable systems tend to require end-to-end processing to operate correctly, in addition to any processing in intermediate system. They then demonstrate that the end-to-end processing alone would suffice to make the system operate, and that the intermediate processing stages are largely redundant. Given this fact, much intermediate processing can be made simpler, relying on the end-to-end processing to make the system work. This leads to the model of a "dumb network" with smart terminals, a completely different model to the previous paradigm of the smart network with dumb terminals.

For example, in the TCP/IP protocol stack, IP is a dumb stateless protocol operating that simply moves datagrams across the network, and TCP is a smart end-to-end protocol operating between the client computers.

This paradigm was first made economically possible and then economically inevitable by the collapse in computer prices made possible by microprocessors.

References:

  • Jerome H. Saltzer, David P. Reed, and David D. Clark. End-to-end arguments in system design. ACM Transactions on Computer Systems 2, 4 (November 1984) pages 277-288.

See also:
  • The Rise of the Stupid Network

External links





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "End-to-end principle".