Jump to content

Host model

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Soumyasch (talk | contribs) at 21:06, 21 May 2007 (y so many one liner paragraphs). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer networking, a host model is an option of designing the TCP/IP stack of a networking operating system like Microsoft Windows or Linux. When a unicast packet arrives at a host, IP must determine whether the packet is locally destined (its destination matches an address that is assigned to an interface of the host). If the IP stack is implemented with a weak host model, it accepts any locally destined packet regardless of the network interface on which the packet was received. If the IP stack is implemented with a strong host model, it only accepts locally destined packets if the destination IP address in the packet matches an IP address assigned to the network interface on which the packet was received.

The weak host model provides better network connectivity (for example, it can be easy to find any packet arriving at the host using ordinary tools), but it also makes hosts susceptible to multihome-based network attacks. The strong host model provides better security.

The IPv4 implementation in Microsoft Windows XP and Windows Server 2003 uses the weak host model. The Windows Vista and Windows Server "Longhorn" TCP/IP stack supports the strong host model for both IPv4 and IPv6 and is configured to use it by default. However, it can also configured to use a weak host model.