Multiple choice technology embedded technologies

Which is true regarding CIM and LCIM

  1. CIM and LCIM are located only in core MPs.

  2. CIM is located only in core MPs and LCIM is located in every MP and BP.

  3. CIM and LCIM are located on all MPs and BPs.

  4. CIM is located on MPs and BPs and LCIM is located only in core MPs.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In TPF architecture, the Central Interface Manager (CIM) is located only in core MPs (Main Processors), serving as the central coordination point. The Local CIM (LCIM) is distributed across every MP and BP (Backup Processor) to handle local interface management. This hierarchical distribution optimizes communication and control flow across the system. Option B correctly describes this architectural pattern.

AI explanation

In Microsoft Operations Manager/System Center management packs, the Core Instrumentation Model (CIM) — the base class/schema definitions — lives only in the core management packs, while the Local CIM (LCIM), which holds the localized/instance-specific extensions, is present in every management pack (MP) and business process pack (BP) that references it. So CIM is centralized in core MPs while LCIM is distributed everywhere. The other options either put both in the same place or reverse the relationship, which doesn't match how MP schema layering works.