Monday, August 31, 2009

THE DESIGN PHILOSOPHY OF THE DARPA INTERNET PROTOCOLS

The paper describes some of the objective of Internet architecture and their relation with the main features of TCP/IP protocol suite
Top level goal: interconnect the existing networks (different transmission media, multi media network and administration entities) with high degree of integration
· Multiplexing: Packet switching
· Technique of the interconnection: gateways to store and forward the packets
Second level goal: desirable network features were listed in order of their importance to guide the design decision within Internet architecture
Survivability The approach for the first goal was fate sharing, which implies that the state information of transport level synchronization must be kept at the end point of network. This means implementation of datagram network
· Type of service with diverse requirements; speed and reliability
This goal resulted in separating the TCP/IP protocol into two layers and more than one transport service (TCP for reliable service and UDP for datagram services) were required to achieve this goal
· Varieties of Networks
· Distributed management
· Cost effective
While the long header of Internet packets, the mechanisms to implement desired type of service like retransmission and acknowledgement strategies impose cost
· Easy Host attachment
· Accountable resources

Implementation:
-Transporting datagram across underlying networks is one of fundamental Internet architecture that serves the first three goals
- The service that can be offered depends on the engineering of software within host and gateways, and to the particular network which have been incorporated
- The designer of Internet architecture must consider both logical correctness and performance

-In TCP, flow control and acknowledgment are based on the byte number

1 comment:

  1. Any thoughts on how modern requirements might change the order of requirements, or add new ones, to the original list? will discuss today.

    ReplyDelete