Previous Page: Point-to-Point Protocol  Next Page: Proxy Server
Preboot Execution Environment

The Preboot Execution Environment (PXE) is an industry standard client/server interface that allows networked computers that are not yet loaded with an operating system to be configured and booted remotely by an administrator. The PXE code is typically delivered with a new computer on a read-only memory chip or boot disk that allows the computer (a client) to communicate with the network server so that the client machine can be remotely configured and its operating system can be remotely booted. PXE provides three things:

1. The Dynamic Host Configuration Protocol (DHCP), which allows the client to receive an IP address to gain access to the network servers.

2. A set of application program interfaces (APIs) that are used by the client's basic input/output system (BIOS) or a downloaded Network Bootstrap Program (NBP) that automates the booting of the operating system and other configuration steps.

3. A standard method of initializing the PXE code in the PXE ROM chip or boot disk.

The PXE process consists of the client notifying the server that it uses PXE. If the server uses PXE, it sends the client a list of boot servers that contain the operating systems available. The client finds the boot server it needs and receives the name of the file to download. The client then downloads the file using Trivial File Transfer Protocol (TFTP) and executes it, which loads the operating system. If a client is equipped with PXE and the server is not, the server ignores the PXE code, preventing disruption in the DHCP and Bootstrap Protocol operations.

The advantages of using PXE include:

- The client machine does not necessarily need an operating system or even a hard disk.

- The client machine can be rebooted in the event of hardware or software failure. This allows the Administrator to diagnose and perhaps fix the problem.

- Because PXE is vendor-independent, new types of computers can easily be added to the network.



  Previous Page: Point-to-Point Protocol  Next Page: Proxy Server