Content deleted Content added
m Do general fixes and cleanup. - using AWB |
Undid revision 1282191995 by Liz (talk) article restored |
||
(35 intermediate revisions by 22 users not shown) | |||
Line 1:
{{Short description|Networking API for MS-DOS}}
'''PC/TCP Packet Driver''' is a networking [[Application programming interface|API]] for [[MS-DOS]], [[PC DOS]], and later [[x86]] [[Disk Operating System|DOS]] implementations such as [[DR-DOS]], [[FreeDOS]], etc. It implements the lowest levels of a [[TCP/IP]] stack, where the remainder is typically implemented either by [[terminate-and-stay-resident]] [[device driver|drivers]] or as a [[software library|library]] linked into an application program. It was invented in 1983 at [[MIT]]'s Lab for Computer Science (CSR/CSC group under [[Jerry Saltzer]] and [[David D. Clark]]), and was commercialized in 1986 by [[FTP Software]].
Packet drivers can implement many different network interfaces, including [[Ethernet]], [[Token
== Functions ==
{| class="wikitable"
! Function !! AH(Dec) !! Category
|-
| driver_info || 1
Line 45 ⟶ 46:
== Drivers ==
<!-- Source: ftp://ftp.funet.fi/pub/msdos/communications/networking/pktdrvr/ -->
WinPKT is a driver that enables use of packet drivers under [[Microsoft
W3C507 is a [[dynamic-link library|DLL]] to packet driver for the Microsoft
Support for [[Ethernet]] alike network interface over {{nowrap|[[Serial Line Internet Protocol|Serial line IP]]}} (using [[8250 UART]]), CSLIP, {{nowrap|[[Parallel Line Internet Protocol|Parallel line IP]]}}, [[Internetwork Packet Exchange|IPX]], [[Token
== See also ==
* [[Crynwr Collection]] - alternative free packet driver collection
* [[
* [[
* [[Universal Network Device Interface]] (UNDI) - used by [[Intel]] [[Preboot Execution Environment|PXE]]
* [[Uniform Driver Interface]] (UDI) - defunct
* [[Preboot Execution Environment]] - network boot by Intel, widespread
== References ==
{{Reflist|30em}}
== Further reading ==
*{{cite magazine|last=Petrosky|first=Mary|date=5 September 1988 |title=Banyan seals deal with FTP for TCP/IP support: PC/TCP will work with VINES-supported nets |magazine=Network World |publisher= IDG |issn=0887-7661 |volume=5 |number=36 |pages=2, 4}}
*{{Cite magazine |last=Derfler |first=Frank J., Jr. |date= July 1992 |title= TCP/IP packages for NetWare 3.11: Using the Alphabet Soup |magazine= PC Magazine |publisher=Ziff Davis |issn=0888-8507 |volume=11 |number=13 |pages= 415, 417, 419, 420, 423, 425, 426, 438, 441}}
*{{cite magazine |date=12 September 1994 |title=Reviews/Product comparison, PC/TCP for OS/2 Version 1.3 |magazine=InfoWorld |publisher= IDG |issn=0199-6649 |volume=16 |number=37 |page=86}}
{{DEFAULTSORT:PC TCP Packet Driver}}
[[Category:Device drivers]]
[[Category:Computer networks engineering]]
|