Windows Internals Flashcards

1
Q

Remote Procedure Call (RPC)

A

Microsoft Remote Procedure Call (RPC) is an interprocess communication (IPC) mechanism that enables data exchange and invocation of functionality residing in a different process. That process can be on the same computer, on the local area network (LAN), or across the Internet. The Microsoft RPC mechanism uses other IPC mechanisms, such as named pipes, NetBIOS, or Winsock, to establish communications between the client and the server. With RPC, essential program logic and related procedure code can exist on different computers, which is important for distributed applications. This section covers the architecture of RPC and the way in which RPC communication takes place.

http://technet.microsoft.com/fr-fr/library/cc738291(v=ws.10).aspx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Simple and Protected GSSAPI Negotiation Mechanism (SPNEGO)

A

SPNEGO is the native Windows-to-Windows authentication service.

RFC : http://tools.ietf.org/html/rfc4178#section-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Secure Support Provider Interface (SSPI)

A

SSPI is a software interface. Distributed programming libraries such as RPC can use it for authenticated communications. One or more software modules provide the actual authentication capabilities. Each module, called a security support provider (SSP), is implemented as a dynamic link library (DLL). An SSP provides one or more security packages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ADVAPI32.DLL

KERNEL32.DLL

GDI32.DLL

USER32.DLL

NTDLL.DLL

A

rep

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Iterrupt Request (IRQ) / Iterrupt Request Level (IRQL)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Advance Programmable Interrupt Controller (APIC)

A

rep

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Programmable Interrupt Controller (PIC)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Advanced Configuration and Power Interface (ACPI)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly