Jump to content

TCP/IP model

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bryan Derksen (talk | contribs) at 11:56, 14 February 2004 (initial entry, fairly sparse on detail). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The DoD model is a layered abstract description for communications and computer network protocol design. It was created in the 1970s by DARPA for use in developing the Internet's protocols, and the structure of the Internet is still closely reflected by the DoD model.

The DoD model has four layers:

Layer 1 - network access. This layer describes the physical equipment necessary for communications, for example the MAC addresses of the network cards in an Ethernet.

Layer 2 - internet protocol. This layer defines IP numbers, with many routing schemes for navigating packets from one IP address to another.

Layer 3 - the host-to-host layer. This is where flow-control and connection protocols exist, such as TCP. This layer deals with opening and maintaining connections, ensuring that packets are in fact recieved.

Layer 4 - the process layer. This is where the "higher level" protocols such as SMTP, FTP, SSH, HTTP, etc. operate.

See also