See Appendix B for a description of the programs included
on this companion disk. RESOURCE.WRI identifies other books
and resources for Internet programming. WEBHELP.HLP contains
an introduction to the World Wide Web. TCPMAN.HLP provides
detailed instructions to help you use the Trumpet Winsock
incl ...
本书第二部分讲述的是在Wi n 3 2平台上的Wi n s o c k编程。对于众多的基层网络协议,
Wi n s o c k是访问它们的首选接口。而且在每个Wi n 3 2平台上,Wi n s o c k都以不同的形式存在着。
Wi n s o c k是网络编程接口,而不是协议。它从U n i x平台的B e r k e l e y(B S D)套接字方案借鉴了
许多东西,后者能访问多种网 ...
利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如
何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原
始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使
用原始套接字,我们不打算提及。而且,大多数 ...