Network Bridging Architecture
A network bridge is implemented as an NDIS intermediate driver in Windows CE. The following diagram shows the network bridging architecture employed in Windows CE.
At the lower edge, the MAC bridge exposes an NDIS protocol driver interface, which can bind to multiple network interface card (NIC) drivers. At the upper edge, the bridge exposes a single NDIS miniport interface, which causes all bridged network segments to appear as a single, virtual NIC to higher-level drivers. By presenting a single virtual NIC, the bridge causes the network binding structure to reflect the logical arrangement of the network and enables the protocol driver to bind to one single NIC and associate it with an IP subnet.
Note Unlike Microsoft® Windows® 2000, Windows CE .NET does not implement a graphical user interface that enables the user to manipulate the configuration for MAC bridges due to the variety of devices that are supported. You must use the registry to configure network bridging in Windows CE instead. All configuration information is stored in the registry so that you can create a custom user interface for a target device.
See Also
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.