Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
10 user(s) are online (9 user(s) are browsing encyclopedia)

Members: 0
Guests: 10

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

End-to-end principle

The end-to-end principle is one of the central design principles of the Internet Protocol (IP) 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 1981 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 Internet protocol suite protocol stack, IP is a dumb, stateless protocol that simply moves datagrams across the network, and Transmission Control Protocol is a smart end-to-end protocol operating between the client computers.

= Reference =

  • Jerome H. Saltzer, David P. Reed, and David D. Clark. [http://citeseer.nj.nec.com/saltzer84endtoend.html End-to-end arguments in system design]. ACM Transactions on Computer Systems 2, 4 (November 1984) pages 277-288. An earlier version appeared in the Second International Conference on Distributed Computing Systems (April, 1981) pages 509-512.
  • = See also =

  • The Rise of the Stupid Network
  • End-to-end connectivity
  • = External links =

  • http://web.mit.edu/Saltzer/www/publications/endtoend/endtoend.pdf
  • http://web.mit.edu/Saltzer/www/publications/endtoend/endtoend.txt
  • http://web.mit.edu/Saltzer/www/publications/endtoend/ANe2ecomment.html
  • http://www.isen.com/stupid.html