What is uefi network stack
Last updated: April 1, 2026
Key Facts
- Allows network connectivity at the firmware level, independent of the operating system
- Supports both IPv4 and IPv6 protocols for network communication
- Enables PXE (Preboot Execution Environment) booting from network servers
- Used for remote system provisioning, diagnostics, and firmware updates
- Implemented directly in the UEFI firmware code executed by the system processor
Overview
The UEFI Network Stack is a built-in networking capability within UEFI (Unified Extensible Firmware Interface) firmware that allows computers to establish network connections before the operating system starts. This enables various network-based boot and management capabilities that are essential in modern IT infrastructure, particularly in data centers and enterprise environments.
How UEFI Network Stack Works
The UEFI Network Stack operates at the firmware level, providing protocol support and drivers necessary for network communication. When activated, it initializes network adapters and configures IP addressing through DHCP or static configuration. This happens during the early boot phase, before control passes to the operating system bootloader. The stack communicates directly with network hardware drivers to send and receive data packets.
Supported Protocols and Features
The UEFI Network Stack supports several key networking protocols:
- IPv4 and IPv6: Both modern internet protocol versions for addressing and routing
- DHCP: Dynamic Host Configuration Protocol for automatic IP address assignment
- TCP/UDP: Transport layer protocols for reliable and connectionless communication
- DNS: Domain Name System for hostname resolution
Primary Use Cases
The main applications of UEFI Network Stack include:
- PXE Boot: Loading and executing operating system installers from network servers
- Remote Management: Accessing systems for diagnostics and troubleshooting before OS boot
- Firmware Updates: Downloading and applying UEFI firmware patches over the network
- System Provisioning: Automatically configuring new systems with minimal manual intervention
Enterprise and Data Center Applications
In enterprise environments, the UEFI Network Stack is crucial for managing large numbers of computers efficiently. IT administrators can boot hundreds of systems over the network, provision them with standardized configurations, and update firmware remotely without physical access to each machine. This capability significantly reduces deployment time and operational costs in large-scale IT operations.
Related Questions
What is PXE boot?
PXE (Preboot Execution Environment) is a standard that allows computers to boot from a network server rather than a local drive, using the UEFI Network Stack to download and execute the operating system.
What is DHCP in UEFI?
DHCP (Dynamic Host Configuration Protocol) within UEFI allows the firmware to automatically obtain an IP address and network configuration from a DHCP server during the boot process.
Can I disable the UEFI Network Stack?
Yes, you can typically disable the UEFI Network Stack in firmware settings if network booting is not needed, which may reduce boot time and improve system security in certain environments.