• 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 OSC: Interoperability

C.2. 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

Interprocess Communications

Interix applications can communicate with Windows processes with which of the following mechanisms?

a)

Named pipes

b)

File sharing

c)

Sockets

d)

All of the above

4

Cygwin vs Interix

Which of the following apply to both Cygwin and Interix?

a)

Implemented as Windows environment subsystem

b)

Implemented as Windows DLL

c)

Runs on Windows 9x and Windows NT/2000/XP/Server 2003

d)

None of the above

(3)

3

5

UNIX/Windows Interoperability Products

Which of the UNIX/Windows interoperability products are implemented as a Windows environment subsystem?

a)

SFU

b)

Cygwin

c)

UWIN

d)

MKS

e)

b and c

Références

Documents relatifs

Select the Video Mode button. The Video Mode Setup window displays all the modes supported according to the monitor type attached and the amount of video

To search for the file that was just restored, Click the Start Menu button, and select Search ->For File or

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

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