• Aucun résultat trouvé

Copyright Notice©2000-2005 David A. Solomon and Mark Russinovich

N/A
N/A
Protected

Academic year: 2022

Partager "Copyright Notice©2000-2005 David A. Solomon and Mark Russinovich"

Copied!
3
0
0

Texte intégral

(1)

1

Windows Operating System Internals - by David A. Solomon and Mark E. Russinovich with Andreas Polze

Unit OS12.1: Windows

Management Instrumentation

12.3. Quiz

2

Copyright Notice

© 2000-2005 David A. Solomon and Mark Russinovich

These materials are part of the Windows Operating System Internals Curriculum Development Kit, developed by David A. Solomon and Mark E.

Russinovich with Andreas Polze

Microsoft has licensed these materials from David Solomon Expert Seminars, Inc. for distribution to academic organizations solely for use in academic environments (and not for commercial use)

(2)

2

3

WMI Architecture

The WMI service executes which WMI component(s):

a)

The WMI core

b)

The CIMOM

c)

The CIM repository

d)

WMI providers

4

WMI Providers

WMI Providers are implemented as which of the following:

a)

Windows DLLs

b)

COM or DCOM servers

c)

Both A and B

d)

VB scripts

e)

Java scripts

f)

Both D and E

(3)

3

5

WMI Architecture

If you wanted to expose a management

interface of an object via WMI you would write which of the following:

a)

WMI Consumer

b)

WMI Provider

c)

WMI Object Manager

d)

WMI CIM Repository

6

CIM Classes

A CIM class contains which of the following:

a)

Properties

b)

CIM resources

c)

CIM objects

d)

Scripts

Références

Documents relatifs

Threads cannot accidentally reference the address space of another process, however, unless the other process makes available part of its private address space as a shared memory

This module compares and contrasts the Linux 2.6 kernel with Windows XP and Windows Server 2003 in areas such as kernel design, process and thread model, scheduling,

The Windows Operating System Internals Curriculum Resource Kit (CRK) is a pool of materials for a course that explains operating systems (OS) concepts based on

These materials are part of the Windows Operating System Internals Curriculum Development Kit, developed by David A.. Russinovich with

These materials are part of the Windows Operating System Internals Curriculum Development Kit, developed by David A4. Russinovich with

a) An application passes invalid data to a kernel service b) An application attempts to directly access hardware c) A driver attempts to execute an invalid CPU instruction d)

Which driver sends network drive letter accesses to the remote file server?. a)

Priority inversion is a situation when a low priority tasks prevents a high priority task from running. Which of the following protocols does not resolve the priority