Common terms used in Microsoft Windows Servers KM components
This topic provides information about the common terms used in the Microsoft Windows Servers KM components.
PATROL for Microsoft Message Queue
The following table lists common message queue terms and acronyms and their definitions.
Term or Acronym | Description |
|---|---|
BSC | an acronym for Backup Site Controller |
Backup Site Controller | a computer configured to provide load balancing and failure recovery for a PEC or PSC |
Information Store | see MSMQ Information Store |
Journaling | the process of storing (logging) an exact copy of the data to be processed prior to it being processed |
Journal Queue | an organized storage medium used for journaling |
Message | an application-defined unit of information transmitted between computers |
Microsoft Message Queue Service | a store and forward service that allows applications to exchange information across heterogeneous networks and systems that may be temporarily offline |
MSMQ | Microsoft Message Queue Service |
MSMQ Dependent Client | an application that uses MSMQ and requires synchronous access to an MSMQ server (PEC, PSC, or MSMQ Routing Server) to perform standard MSMQ functions |
MSMQ Independent Client | an application that uses MSMQ but does not require synchronous access to an MSMQ server (PEC, PSC, or MSMQ Routing Server) to perform standard MSMQ functions |
MSMQ Information Store | a distributed database that stores information pertaining to the MSMQ network |
MSMQ Routing Server | a computer that supports dynamic routing and intermediate storage of MSMQ messages |
PEC | Primary Enterprise Controller |
PSC | Primary Site Controller |
Primary Enterprise Controller (PEC) | a computer that maintains a database that contains configuration information about the entire MSMQ network |
Primary Site Controller (PSC) | a computer that functions as an MSMQ Routing Server. |
Routing Server | see MSMQ Routing Server |
blue screen | A common term used to describe a Stop error that occurs on a Windows based system; the video screen turns blue and displays an error message when the Stop error occurs |
core dump | See crash dump |
crash dump | A file that contains the complete memory image of the system at the time a Stop error occurs |
recovery | A procedure taken by the system to save relevant system information prior to re-establishing normal system operation |
Stop error | An action taken by the operating system when it can no longer function |
PATROL for Microsoft COM+
The following table lists the common Microsoft COM+ terms and acronyms, and their definitions.
Term or Acronym | Description |
|---|---|
Component | an object that encapsulates both data and code |
COM | see Component Object Model |
Component Object Model (COM) | an open architecture for cross-platform development of client/server applications based on object-oriented technology |
COM+ | an extension to COM that integrates Microsoft Transaction Server (MTS) and offers new services to support components in the middle tier of an application |
COM+ Application | a set of components that perform related application functions |
Connection Pooling | a performance optimization based on using collections of pre-allocated resources, such as objects or database connections |
DCOM | see Distributed Component Object Model |
Distributed Component Object Model (DCOM) | an object protocol that enables components to communicate directly with each other across a network |
DTC | see Microsoft Distributed Transaction Coordinator |
Microsoft Distributed Transaction Coordinator (MS DTC) | a component manager that offers full transaction support for components in the middle tier of an application |
ODBC | see Open Database connectivity |
Open Database connectivity (ODBC) | a standard programming language interface used to connect to a variety of data sources |
Transaction | a unit of work that is done as an atomic operation, that is, the operation succeeds or fails as a whole |