
Inhoud :
Introduction
DOS TCP/IP on a Local Area Network
Dial-up connection to the Internet with DOS TCP/IP
Do It Yourself : Connecting DOS to the internet
Links to further documentation, and software downloads
Bonus Track : Maintaining multiple ISP accounts …
What we want to achieve is a DOS application (ftp, web browser) to communicate with an application or service on a remote computer. To do so, this application will need to be able to deliver data (bits) to the network interface card (or the serial port and then on to the modem) so that this device can send the bits to the remote computer, where -hopefully- they will be understood.
We’ll only discuss how to successfully send those bits to the other machine. Whether or not...