Microsoft KB Archive/103951: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 37: Line 37:
The active elements in each network layer are called entities, and are typically implemented by means of a software process. Entities in the corresponding layers on different machines are called peer entities.<br />
The active elements in each network layer are called entities, and are typically implemented by means of a software process. Entities in the corresponding layers on different machines are called peer entities.<br />
<br />
<br />
The layer N-1 entities implement the services used by layer N. These services are exposed by means of &quot;well-known&quot; service access points (SAPs). A SAP is actually just a mechanism, such as an API, MS-DOS interrupt, or a direct entry point address, by which the layer above can programmatically access a particular function (service) implemented by the layer below.<br />
The layer N-1 entities implement the services used by layer N. These services are exposed by means of "well-known" service access points (SAPs). A SAP is actually just a mechanism, such as an API, MS-DOS interrupt, or a direct entry point address, by which the layer above can programmatically access a particular function (service) implemented by the layer below.<br />
<br />
<br />
For data transfer services, OSI defines a standard set of rules that govern the interface between layers:<br />
For data transfer services, OSI defines a standard set of rules that govern the interface between layers:<br />
Line 47: Line 47:
*# The IDU consists of a protocol data unit (PDU) and some interface control information (ICI).
*# The IDU consists of a protocol data unit (PDU) and some interface control information (ICI).
*# The PDU is the data that the layer N entity wishes to pass across the network to its peer entity, it consists of the layer N header and the data that layer N received from the layer above (N+1).
*# The PDU is the data that the layer N entity wishes to pass across the network to its peer entity, it consists of the layer N header and the data that layer N received from the layer above (N+1).
*# The layer N PDU becomes the layer N-1 service data unit (SDU)--the data unit that will be &quot;serviced by&quot; layer N-1.
*# The layer N PDU becomes the layer N-1 service data unit (SDU)--the data unit that will be "serviced by" layer N-1.
*# The ICI is control information, such as the length of the SDU, that the layer below needs to do its job.
*# The ICI is control information, such as the length of the SDU, that the layer below needs to do its job.
* When layer N-1 receives the layer N IDU, it &quot;strips off&quot; and &quot;considers&quot; the ICI, adds its header information (for its peer entity across the network), adds ICI for the layer below, and passes the resulting IDU to the layer N-2 entity by means of the appropriate SAP.
* When layer N-1 receives the layer N IDU, it "strips off" and "considers" the ICI, adds its header information (for its peer entity across the network), adds ICI for the layer below, and passes the resulting IDU to the layer N-2 entity by means of the appropriate SAP.





Latest revision as of 09:29, 20 July 2020

Knowledge Base


OSI Model: Vertical Interface Terminology

Article ID: 103951

Article Last Modified on 7/30/2001

This article was previously published under Q103951

SUMMARY

VERTICAL INTERFACE TERMINOLOGY

The active elements in each network layer are called entities, and are typically implemented by means of a software process. Entities in the corresponding layers on different machines are called peer entities.

The layer N-1 entities implement the services used by layer N. These services are exposed by means of "well-known" service access points (SAPs). A SAP is actually just a mechanism, such as an API, MS-DOS interrupt, or a direct entry point address, by which the layer above can programmatically access a particular function (service) implemented by the layer below.

For data transfer services, OSI defines a standard set of rules that govern the interface between layers:

  • The layer N entity passes an interface data unit (IDU) to the layer N-1 entity by means of the appropriate service access point (SAP).


    1. The IDU consists of a protocol data unit (PDU) and some interface control information (ICI).
    2. The PDU is the data that the layer N entity wishes to pass across the network to its peer entity, it consists of the layer N header and the data that layer N received from the layer above (N+1).
    3. The layer N PDU becomes the layer N-1 service data unit (SDU)--the data unit that will be "serviced by" layer N-1.
    4. The ICI is control information, such as the length of the SDU, that the layer below needs to do its job.
  • When layer N-1 receives the layer N IDU, it "strips off" and "considers" the ICI, adds its header information (for its peer entity across the network), adds ICI for the layer below, and passes the resulting IDU to the layer N-2 entity by means of the appropriate SAP.


Keywords: KB103951