Fact-checked by Grok 2 weeks ago

Desktop Management Interface

The Desktop Management Interface (DMI) is a - and operating system-independent standard framework developed by the (DMTF) to enable the management and tracking of and software components in desktop computers, notebooks, and servers. First specified in 1994 as the first dedicated desktop management standard, DMI provides a structured way for system administrators to monitor, configure, and troubleshoot systems from a centralized console, using standardized data formats and interfaces that support both local and remote access. DMI's architecture consists of four core elements: the Management Information Format (MIF), which defines the structure for describing component data such as processors, memory, and storage; the Component Interface (CI) and Management Interface (MI) for data exchange between components and applications; and the , which mediates communication and handles data transfer via mechanisms like Remote Procedure Calls (RPCs). This design ensures interoperability across diverse environments, integrating with interfaces and standards like System Management (SMBIOS) to collect vital product data without requiring network connectivity for basic operations. Key benefits of DMI include enhanced IT efficiency through proactive hardware diagnostics, improved support for and , and simplified remote monitoring, making it particularly valuable for system administration in the late and early . Systems compliant with DMI were designated as "managed PCs," leveraging an (API) to facilitate software integration. However, DMI reached end-of-life on March 31, 2005, as it was superseded by more advanced DMTF standards such as the Common Information Model (CIM) and Web-Based Management (WBEM), which offer broader for modern networked environments.

Overview and History

Introduction

The Desktop Management Interface (DMI) is an industry standard framework developed by the Desktop Management Task Force (DMTF) for managing and tracking hardware and software components in desktops, notebooks, and servers. Its primary purpose is to enable interoperability between management applications and system hardware and software by providing a consistent way to access management information across diverse platforms. DMI operates as a client-server model that abstracts management software from underlying components, facilitating local and remote access while incorporating security features like authentication and policy controls. The scope of DMI is - and operating system-independent, making it applicable to workstations, servers, and other systems for tasks such as tracking, , and basic . It standardizes data access and event reporting, often storing information via SMBIOS tables and supporting mappings to protocols like SNMP for broader network integration. Key benefits of DMI include promoting to reduce reliance on vendor-specific tools and enabling efficient network-wide in settings. It emerged in the early , with DMTF initiating development in 1992 to address the increasing complexity of PC in environments.

Development and Standardization

The Desktop Management Task Force (DMTF) was established in May 1992 as a nonprofit consortium of major technology vendors, including Compaq, Digital Equipment Corporation (DEC), Intel, Hewlett-Packard, IBM, Microsoft, Novell, and Santa Cruz Operation, to develop open, interoperable standards for managing desktop and enterprise systems. In May 1999, the organization was renamed the Distributed Management Task Force to reflect its broader focus on distributed systems management. This formation addressed the fragmentation caused by proprietary management tools from individual vendors during the rapid expansion of personal computers in the 1980s and early 1990s, which complicated inventory tracking and maintenance across heterogeneous environments. The DMTF's collaborative approach involved working groups comprising member companies to define specifications that promoted industry-wide adoption and reduced vendor lock-in. The initial Desktop Management Interface (DMI) 1.0 specification was released in April 1994, establishing a foundational client-server architecture for component identification and basic management at the level, enabling standardized access to hardware details without relying on operating system-specific mechanisms. This version focused on local interactions between management applications and system components, laying the groundwork for consistent data reporting in desktop environments. Building on this, DMI 2.0 was completed in March 1996, introducing procedural interfaces for remote access via RPC protocols, enhanced event notification, and integration with the Management Information Format (MIF) for structured data descriptions, which improved and for networked systems. The DMTF continued to refine the DMI specification through member-driven revisions, incorporating from implementers to ensure and robustness, with the process emphasizing BIOS-embedded interfaces for seamless hardware-software . Key updates included errata releases and enhancements in subsequent versions, culminating in DSP0005 (version 2.0.1s) published on January 10, 2003, which added , , and features while maintaining with earlier implementations. Active development of new DMI standards ceased on December 31, 2003, though the DMTF provided errata and support until 2005, solidifying DMI as a legacy but influential framework for desktop manageability.

Technical Architecture

Core Components

The Desktop Management Interface (DMI) relies on three primary core components to enable standardized of desktop and server s: Management Applications (MAs), Service Providers (SPs), and the underlying that facilitates their interactions. MAs are software entities, such as tracking tools or applications, that initiate requests by querying or component within the . These applications operate locally, like graphical user interfaces on the managed device, or remotely via agents, leveraging application programming interfaces () to interact seamlessly with the DMI framework. Service Providers (SPs), in contrast, serve as intermediary modules—either in firmware or software form—that bridge the gap between MAs and the physical components, such as sensors or interfaces. are responsible for gathering management information from , processing requests to retrieve or modify , and maintaining a centralized of component details to ensure efficient access. By handling of requests, event filtering, and , act as the operational core, appearing as a standardized component (ID 1) that supports essential groups like ComponentID for system-wide coordination. The basic interaction model positions as clients that communicate with SPs through the DMI Service Layer, a layer enabling vendor-neutral exchanges via the Management (MI). SPs, in turn, interface directly with via the Component (CI) to populate data from sources like or sensors, returning responses in a standardized format without exposing underlying implementation details. This design promotes independence, as DMI components are engineered to be operating system-, -, and -agnostic, allowing multiple from different vendors to access the same SP concurrently without conflicts or dependencies. A representative workflow illustrates this model: an , such as a system inventory tool, first registers with the to obtain a session , then issues a request to query component details like or status. The processes the request by retrieving raw data from sensors or extensions, formats it according to DMI standards, and delivers it back to the for or , ensuring consistent across diverse environments.

Service Layer and Providers

The DMI Service Layer (SL) serves as a middleware application programming interface (API) that facilitates communication between management applications (MAs) and service providers (SPs), maintaining data consistency across managed components while enforcing access controls. It operates as an active, resident software component on the managed system, coordinating requests and responses in a client-server model, often leveraging (RPC) mechanisms such as DCE-RPC for efficient interactions. By managing the runtime environment, the SL ensures that MAs can query and update information without direct exposure to underlying hardware or firmware details, thereby abstracting complexities in desktop management. Core functions of the SL include the registration of MAs and components, which allows them to integrate into the ecosystem and announce their capabilities to the SP; query , where incoming requests from MAs are directed to the appropriate SP based on component identifiers and group affiliations; error handling through standardized status codes like DMIERR_NO_ERROR or DMIERR_INSUFFICIENT_PRIVILEGES to report issues such as invalid handles or permission denials; and notification, enabling SPs to deliver asynchronous indications to subscribed MAs for changes in managed components, such as additions or failures. These operations support dynamic component lifecycle , including and removal, while serializing commands to prevent conflicts. For instance, delivery uses functions like DmiDeliverEvent to forward timestamped data, ensuring real-time awareness without polling overhead. Service Providers (SPs) are the entities that interface directly with or software components to provide data, and they integrate with the to expose this information to . Local SPs are embedded within the system's or , operating as tightly coupled, low-level drivers that access component details in without dependency, making them suitable for standalone environments; in contrast, remote SPs enable networked access through RPC bindings, allowing from external systems and supporting distributed scenarios like fleets. Differences in arise from their scope: local SPs typically use direct system calls or dynamic link libraries (DLLs) for efficiency on the host machine, while remote SPs incorporate additional protocol layers for secure transmission over networks, such as ONC/RPC or , to handle and reliability. The employs a binary for performance, utilizing specific function calls to standardize interactions. Initialization of the DMI begins through calls such as DmiRegister, which handles session establishment and integration for components and event reporting. and manipulation rely on calls like DMI_Get_Info to obtain version, configuration, or capability details from components or the itself, often in conjunction with functions such as DmiListComponents for navigating available elements. These calls return structured data, including handles for ongoing sessions, ensuring stateless yet efficient operations that minimize overhead in resource-constrained desktop systems. Security in the SL incorporates basic authentication mechanisms to safeguard against unauthorized access by MAs, primarily through RPC-integrated methods like operating system logins, password challenges, or certificate-based verification using standards such as or . Access control is role-based, with roles such as administrator for full privileges or user for read-only access, enforced via policies stored in the management database, allowing granular permissions on read/write operations per component group. Unauthorized attempts trigger privilege errors, and the SL supports logging of security events to system logs, providing audit trails without compromising the lightweight design intended for desktop deployments.

Data Management

SMBIOS and DMI Tables

The System Management BIOS (SMBIOS) serves as the primary standard for encoding Desktop Management Interface (DMI) management data within or firmware as structured, readable tables. Developed by the (DMTF), SMBIOS provides a consistent format for motherboard and system vendors to present and firmware details in operating system-present, absent, or pre-OS environments, thereby reducing the reliance on direct hardware probing. SMBIOS builds on the DMI framework by offering a more extensible and standardized binary table approach for storing system information. SMBIOS data is organized into a hierarchical beginning with an , which locates the SMBIOS region for access by applications. The , available in 16-bit real-mode (SMBIOS 2.0), 32-bit (SMBIOS 2.1 to 2.x), or 64-bit (SMBIOS 3.0 and later) formats, includes an anchor string (e.g., "SM" or "SM3"), a for integrity, and the starting and length of the . Following the are individual SMBIOS structures, categorized as Group Association tables (e.g., Type 14, which links related components like multiple CPUs or devices) and Component tables (e.g., Type 0 for details, Type 4 for information, and Type 17 for device specifics). Each structure follows a format with a header consisting of a 1-byte Type field (00h–127h for standard entries, 128h–255h for OEM extensions), a 1-byte Length field indicating the formatted area size, and a 2-byte for unique identification. The header is followed by a formatted area with fixed fields (e.g., processor family or speed), and trailing null-terminated strings (in encoding) for descriptive text like serial numbers, terminated by a double null (00h 00h). These tables are populated during system initialization by the firmware (e.g., BIOS or UEFI) as part of the Power-On Self-Test (POST) process, where hardware enumeration gathers details such as CPU characteristics, memory configuration, and slot information to build the static SMBIOS dataset in system memory. Service providers within the DMI architecture then query these tables to fulfill requests from management applications, enabling efficient local access without repeated hardware scans. The specification has evolved through versions starting with SMBIOS 2.0 in 1996 (initial release with basic structures), progressing to 2.3 in 1998 (adding mandatory data requirements and new types like Type 32 for boot information), and reaching SMBIOS 3.9.0 in 2025 (introducing support for architectures like RISC-V and enhanced fields for modern components). Compared to earlier raw DMI implementations, SMBIOS offers advantages through its detailed and extensible structure, accommodating contemporary hardware features such as USB controllers, PCIe slots, and multi-socket processor configurations via additional Type definitions and larger address spaces. This evolution supports broader interoperability across platforms, including x86, , and emerging architectures, while maintaining for legacy systems. Over 2 billion client and server systems worldwide utilize SMBIOS for firmware-based management data delivery.

Management Information Format (MIF)

The Management Information Format (MIF) is a human-readable, ASCII-based language specified in the Desktop Management Interface (DMI) standard for defining and describing the attributes, groups, and relationships of managed components within a system. It enables vendors to specify the structure and semantics of data in a standardized way, facilitating between , software, and applications. As part of DMI's architecture, MIF serves as a declarative format that outlines how components expose their information, ensuring consistency in data representation without prescribing runtime behaviors. MIF files are organized into key sections that define and structures. The #PRAGMA section provides directives and , such as SNMP object , version information, or encoding details, often as opaque strings for additional context. The GROUP section declares collections of related attributes, representing classes or tables with fields like name, class (e.g., in DMTF ), optional unique ID, and key lists for multi-instance tables. Within groups, the ATTRIBUTE section specifies individual fields, including ID, name, type (e.g., String(64), octet string, or enumerated values), access levels (read-only, read-write, or write-only), storage type (common or specific), maximum size, and descriptive text. This hierarchical structure allows for precise modeling of component properties, such as hardware or configuration settings. Vendors utilize MIF files to define custom components during system installation, creating ASCII text files that detail the manageability of their hardware or software elements, which are then loaded into the DMI Service Provider's MIF database. The parses these MIF files to validate the data provided by Service Providers before it becomes accessible to Management Applications, ensuring and adherence to the defined . For instance, a MIF for the "System" group might include the Manufacturer attribute as a (64) type with read-only access, defaulting to a value like "ANY COMPUTER SYSTEM, INC.," and the UUID attribute as an octet string (or representation) also read-only, serving as a unique system identifier. In its evolution, MIF transitioned from the block-oriented format of earlier DMI versions to a more flexible, schema-driven approach in DMI 2.0, incorporating enhancements like support for policy tables, security features, and National Language Support through associated mapping files. It is integrated into the System Management BIOS (SMBIOS) specification as a reference schema for mapping BIOS-provided data into DMI-compatible structures, promoting extensibility while remaining optional for core implementations. This design emphasizes vendor extensibility, allowing custom groups and attributes to augment standard DMI components without disrupting baseline manageability.

Network and System Integration

DMI and SNMP

The Desktop Management Interface (DMI) integrates with the (SNMP) through a standardized mapping mechanism that enables network-based access to DMI management data, allowing SNMP managers to query and monitor DMI-instrumented systems remotely. This integration was introduced in DMI to align with emerging standards in the mid-1990s, building on the core DMI architecture of service providers and management information formats to extend local data access over networks. The core integration mechanism involves a DMI-to-SNMP gateway, often implemented as a mapping agent, which translates (SL) queries from DMI into SNMP (MIB) objects for retrieval and manipulation. DMI components, such as groups and attributes defined in Management Information Format (MIF) files, are mapped to SNMP Object Identifiers (OIDs) under the enterprise subtree {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) dmtf(412)}, with dynamic generation or administrative assignment ensuring comprehensive coverage. This adaptation supports SNMPv1 and v2c operations, including Get and Set requests for polling data, as well as traps for asynchronous notifications; for example, system inventory details like component IDs are exposed via extensions to standard MIBs such as MIB-II. In implementation, DMI Service Providers expose local management data to SNMP agents embedded within the mapping gateway, which acts as a sub-agent to handle translations without requiring modifications to the underlying DMI components. This setup supports efficient polling of DMI objects for routine monitoring and generation of SNMP traps for critical , such as hardware failures or component additions, using standardized indications like dmiComponentAddedIndication. The DMTF-DMI-MIB provides a foundational for accessing meta-data, hierarchies, and event notifications, ensuring that SNMP managers can leverage existing tools for DMI systems. The primary benefits of this integration lie in enabling remote management of desktop and server systems over networks, combining DMI's detailed, hardware-specific with SNMP's widespread standards for across heterogeneous environments. By allowing non-resident SNMP managers to access DMI data without proprietary extensions, it reduces administrative overhead and enhances in enterprise settings, particularly for tasks like and fault detection during the rise of networked .

Optional Services and Routines

The Desktop Management Interface (DMI) includes optional services that extend beyond basic data access to provide asynchronous event handling and supplementary management functions, primarily through the (SL). These features, introduced in DMI 2.0 and later, allow for enhanced system reactivity by enabling local notifications and data processing without requiring network protocols. The Event Indication Service is a key optional mechanism in the SL for asynchronous notifications of system events, such as hardware insertion, removal, or errors like memory failures. It operates by allowing management applications to subscribe to events via the Service Provider (SP), which filters and delivers indications using functions like DmiOriginateEvent for event generation by components and DmiDeliverEvent for delivery to subscribers. Subscriptions are managed through persistent tables, including SP Indication Subscription and SP Filter Information, supporting filtering by event type, severity (e.g., Non-Critical or Critical), and component ID, with delivery via RPC mechanisms like DCE-RPC. This service requires SP implementation and enhances local responsiveness by providing real-time, context-specific data, such as timestamps and row details, directly to applications during operations like boot-time diagnostics. MIF Routines represent another set of optional SL functions focused on processing actions defined in the Management Information Format (MIF), such as and management. These include routines like DmiAddComponent for installing MIF schemas, DmiAddGroup and DmiDeleteGroup for dynamic group handling, and DmiAddLanguage for multilingual support, all of which operate on the MIF database protected by OS-level privileges. These routines enable simple, localized scripting-like behaviors, such as updating component attributes or validating , and are accessible only to authorized users (e.g., via "dmi_admin" privileges). As MIF defines the structure for these actions, the routines build on it to support maintenance tasks without external dependencies. Additional optional services encompass alerting standards and logging routines to further support system monitoring and auditing. Alerting integrates with the Event Indication Service by standardizing severity levels (e.g., 0x008 for Non-Critical warnings) and including details like Principal ID for events, generated via DmiOriginateEvent to notify of breaches or anomalies. Logging routines, implemented through DmiGenerateLog, record operations and events using native OS mechanisms (e.g., event logs), configurable via the SP Logging and Indication Characteristics group, to create audit trails for significant activities like attribute changes. These features are optional in DMI +, mandating SP support for (e.g., login or ) and , and promote reactivity through direct, low-overhead local processing. In practice, these services facilitate use cases like local , where the coordinates event delivery for immediate issue resolution, such as alerting a application to errors during initialization without involvement. By relying on procedural interfaces and local coordination, they provide efficient enhancements for desktop environments while maintaining compatibility across DMI versions.

Applications and Evolution

Management Applications

Management applications for the Desktop Management Interface (DMI) primarily encompass software tools designed to DMI's standardized structures for , , and monitoring tasks in enterprise environments. These applications query DMI service providers (SPs) and the (SL) to access and information stored in SMBIOS/DMI tables, enabling automated asset discovery and management without manual intervention. software such as LANDesk Management Suite utilizes DMI to perform asset tracking by retrieving details like serial numbers, processor types, and memory configurations from compliant systems. Similarly, early versions of Server (SMS), now evolved into System Center Configuration Manager, integrated DMI queries to gather for and auditing across networked desktops. Operational examples of DMI-based tools include BIOS configuration utilities that interact with DMI SPs to read and update settings, such as boot order or options, streamlining remote setup in corporate deployments. Monitoring applications, like those in suites, employ the DMI to track health metrics, including sensors and speeds, alerting administrators to potential failures before they impact productivity. In settings, DMI facilitates within broader IT platforms for generating reports; for instance, by linking UUIDs obtained via DMI to tracking, organizations ensure adherence to licensing agreements and regulatory standards like Sarbanes-Oxley. Vendor-specific tools further illustrate DMI's practical utility. Intel's early manageability tools leverage DMI for initial system diagnostics and setup, providing IT staff with detailed inventories during provisioning. Dell's OpenManage Server Administrator uses DMI to support setup wizards that automate profiling and diagnostics, allowing quick identification of component compatibility in data centers. HP's (now HPE) System Management Homepage incorporates DMI queries for similar purposes, enabling diagnostics that verify system integrity post-installation or during maintenance cycles. Despite these applications, DMI's effectiveness in practice is constrained by its reliance on BIOS-level , where incomplete or non-standard implementations in older or budget can lead to inaccurate . Additionally, DMI provides limited support in virtualized environments, as virtual machines often lack direct access to physical DMI tables, necessitating alternative discovery methods like APIs for inventory in cloud or setups.

Legacy Status and Successors

The Desktop Management Interface (DMI) maintains a presence in many and firmware implementations, primarily for with older management tools and applications. It remains relevant in scenarios requiring hardware inventory and basic system , such as in legacy device fleets where upgrading to newer standards is impractical. For instance, DMI-compliant structures like SMBIOS tables are still mandated for Windows Hardware Compatibility Program certification, ensuring that systems provide standardized hardware data accessible via tools like dmidecode. DMI's decline began in the late 1990s and early 2000s as the (DMTF) shifted focus toward more scalable, web-enabled standards. The rapid evolution of technologies like the Common Information Model (CIM) rendered DMI's client-server architecture less suitable for distributed environments, leading to its official end-of-life declaration by DMTF on December 31, 2003, after which only bug fixes and errata were provided for an additional year. This transition addressed DMI's limitations in supporting object-oriented modeling and internet-based management, which were critical for enterprise-scale operations. Key successors to DMI include the CIM and Web-Based Enterprise Management (WBEM), which provide a more extensible, platform-independent framework for using HTTP and XML. For hardware-specific data, SMBIOS has evolved within standards, offering enhanced structures for firmware-level information while retaining DMI compatibility. In server environments, (IPMI) and SNMPv3 have taken over for and network-based monitoring, respectively, with IPMI enabling remote hardware control independent of the OS. DMI retains ongoing utility in embedded systems and legacy hardware fleets, where its lightweight, local interface suffices for basic diagnostics without the overhead of web protocols. The last substantive DMI specification update occurred in 2003 (version 2.0.1s), after which DMTF redirected efforts to initiatives like Systems Management Architecture for Server Hardware (SMASH) and Redfish. Looking ahead, DMI is gradually phasing out in favor of standardized RESTful APIs, such as those in Redfish, which support scalable, secure management of 2020s-era hardware in data centers and hybrid clouds.

References

  1. [1]
    DMI - DMTF
    DMI generates a standard framework for managing and tracking components in a desktop pc, notebook or server. DMI was the first desktop management standard.
  2. [2]
    What is the Desktop Management Interface (DMI)? - TechTarget
    Jun 4, 2025 · DMI, the first ever desktop management standard, was developed by the DMTF, formerly the Distributed Management Task Force, an organization that ...
  3. [3]
    What Is DMI? - Computer Hope
    Jul 9, 2025 · 1. Short for Desktop Management Interface, DMI is a framework that enables software to collect information about computer environments across ...<|control11|><|separator|>
  4. [4]
    PDGuide - The Desktop Management Interface (DMI) - EDM2
    Nov 11, 2022 · DMI also provides a standard function set that management applications can use to access that information. The DMI consists of four elements:
  5. [5]
    What is desktop management interface | Lenovo US
    ### Summary of Desktop Management Interface (DMI)
  6. [6]
    [PDF] Desktop Management Interface Specification - DMTF
    Jan 2, 2014 · DMTF is a not-for-profit association of industry members dedicated to promoting enterprise and systems management and interoperability.
  7. [7]
    Desktop Management Interface (DMI) - Oracle Help Center
    DMI is hardware and operating system (OS) independent, and can manage workstations, servers, or other computing systems. DMI is defined by the Distributed ...Missing: history | Show results with:history
  8. [8]
    [PDF] System Management BIOS (SMBIOS) Reference Specification - DMTF
    Jul 17, 2020 · Table 5 – Relationship between SMBIOS fields and CIM MOF ... Desktop Management Interface. 612. 613. DRAM. 614. Dynamic RAM. 615. 616.<|separator|>
  9. [9]
    None
    Below is a merged response that consolidates all the information from the provided summaries into a single, comprehensive overview. To maximize detail and clarity while adhering to the constraint of no thinking tokens, I’ve organized the content into sections with tables where appropriate (e.g., for version history and table structures). The response retains all details mentioned across the summaries, avoiding redundancy where possible and ensuring completeness.
  10. [10]
    SMBIOS - DMTF
    SMBIOS is the premier standard for delivering management information via system firmware. Since its release in 1995, the widely implemented SMBIOS standard has ...
  11. [11]
    All Published Versions of DSP0134 - DMTF
    All Published Versions of DSP0134 ; 3.7.0, System Management BIOS (SMBIOS) Reference Specification, 21 Jul 2023, Standard ; 3.6.0, System Management BIOS (SMBIOS) ...
  12. [12]
    [PDF] Desktop Management Interface Specification - DMTF
    Jan 2, 2014 · THIS SPECIFICATION (WHICH SHALL INCORPORATE ANY REVISIONS, UPDATES, AND. MODIFICATIONS HERETO) IS FURNISHED FOR INFORMATIONAL PURPOSES ONLY.Missing: 1.0 | Show results with:1.0
  13. [13]
    [PDF] Desktop Management Task Force - DMTF
    Nov 25, 1997 · It defines a set of mapping procedures to enable systems instrumented to the Desktop Management. Interface (DMI) to be remotely, and uniformly, ...
  14. [14]
    DMTF-DMI-MIB - Circitor
    The DMTF DMI MIB provides the framework for accessing DMI instrumented information and receiving DMI indications through an SNMP/DMI Mapping Agent. This MIB ...
  15. [15]
    Desktop Management Interface - Glossary - DevX
    Oct 16, 2023 · Despite being deprecated and replaced by newer technologies like WBEM, CIM, and WMI, DMI is still commonly used due to its widespread adoption ...
  16. [16]
    UEFI requirements for Windows editions on SoC platforms
    Mar 23, 2023 · This GUID must point to the SMBIOS Entry Point Structure. Windows requires SMBIOS Specification, at the 2.4 or higher revision level.
  17. [17]
    DMTF Announces End of Life for DMI
    The DMTF ended active development of new DMI standards on December 31, 2003, and continued to provide bug fixes and specification errata for an additional 12 ...
  18. [18]
    Definition of DMI - PCMag
    Enabling PCs to be monitored from a central console, it was superseded by the DMTF's Common Information Model (see CIM). ... See CIM, SNMP, WBEM and DMTF.
  19. [19]
    [PDF] System Management BIOS (SMBIOS) Reference Specification - DMTF
    Sep 15, 2021 · NOTE: This field is paragraph-aligned, to allow legacy DMI browsers to find this entry point within the SMBIOS Entry Point Structure. 15h.
  20. [20]
    [PDF] Intelligent Platform Management Interface Specification v2.0 rev. 1.1 ...
    Apr 21, 2015 · Fixed errors in table heading numbering and parameter numbering error in the. LAN Configuration Parameters starting at Parameter #68. 4/21/15.