Protocol stack: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
The media-to-transport interface defines how transport protocol software makes use of particular media and hardware types ("card drivers"). For example, this interface level would define how [[Internet protocol suite|TCP/IP]] transport software would talk to [[Ethernet]] hardware. Examples of these interfaces include [[Open Data-Link Interface|ODI]] and [[Network Driver Interface Specification|NDIS]] in the [[Microsoft Windows]] and [[DOS]] world.
 
The application-to-transport interface defines how application programs make use of the transport layers. For example, this interface level would define hohow a [[web browser]] program would talk to TCP/IP transport software. Examples of these interfaces include [[Berkeley sockets]] and [[System V]] streams in the [[Unix]] world, and [[Winsock]] in the Microsoft world.
 
''General protocol suite description:''