9.7.2. Proxy Server and WinSock
The WinSock
proxy is specialized for the Microsoft environment. It uses a
modified operating environment on the client to intercept Windows
operating system calls that open TCP/IP sockets. It supports both TCP
and UDP. Because of the architecture of the networking code, WinSock
will proxy only native TCP/IP applications like Telnet and FTP; it
won't work with Microsoft native applications like file and
printer sharing, which work over TCP/IP by using an intermediate
protocol (NetBT, which is discussed further in Chapter 14, "Intermediary Protocols"). On the other hand, WinSock proxying will
provide native TCP/IP applications with Internet access even when the
machines reach the proxy by protocols other than TCP/IP. For
instance, a machine that uses NetBEUI or IPX can use a WinSock proxy
to FTP to TCP/IP hosts on the Internet.
Using a WinSock proxy requires installing modified WinSock libraries
on all the clients that are going to use it. For this reason, it will
work only with Microsoft operating systems, and it creates some
administrative difficulties on them (the modified libraries must be
reinstalled any time the operating system is installed, upgraded, or
patched). In addition, trying to use WinSock and SOCKS at the same
time on the same client machine will create confusion, as both of
them attempt to proxy the same connection.