3.7.1 Abstract Data Model
This section describes a conceptual model of possible data organization that an implementation maintains to participate in this protocol. The described organization is provided to facilitate the explanation of how the protocol behaves. This document does not mandate that implementations adhere to this model as long as their external behavior is consistent with that described in this document.
The server MUST maintain a ModuleTable in which each entry contains the following:
ServerAgentId: The AgentId (section 2.2.2.6).
ServerModuleName: The ModuleName (section 2.2.3.2).
ServerModuleVersion: The ModuleVersion (section 2.2.3.3).
ServerModuleData: A BLOB of data. This data is not interpreted as part of this protocol and is passed on to higher layers as is.