Share via


Network Bridging Architecture (Windows Embedded CE 6.0)

1/6/2010

A network bridge is implemented as an NDIS intermediate driver in Windows Embedded CE. The following diagram shows the network bridging architecture employed in Windows Embedded CE.

Ee493087.e1295c8f-0b4d-48df-ad07-2c89a66036d0(en-US,WinEmbedded.60).gif

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 Embedded CE does not implement a graphical user interface that enables the user to manipulate MAC bridge settings due to the variety of devices that are supported. You must use the registry to set up network bridging in Windows Embedded CE instead. All settings are stored in the registry so that you can create a custom user interface for a target device.

See Also

Concepts

Network Bridging Application Development