Interprocess Communication Part IV Flashcards

1
Q

This defines the elements and attributes that can appear in a document, how the elements are nested and the order and number of elements, and whether an element is empty or can include text.

A

An XML Schema

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

This is a set of names for a collection of element types and attributes that is referenced by a URL.

A

An XML namespace

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

This protocol is based on a trio of communication primitives: doOperation, getRequest and sendReplay.

A

The request-replay protocol

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

This scheme involves the management of messages and requires that each message have a unique element by which it may be referenced.

A

Message Identifiers

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

Every XML document must have this as its first line and must at least specify the version of XML in use (which is currently 1.0).

A

A prolog

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

They are a simple list of types - content structs and arrays are the most complex types available

A

XML - RPC parameters

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

This uses HTTP protocol to pass information from a client computer to a server computer and uses a small XML vocabulary to describe the nature of request and responses

A

XML - RPC

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

This specifies a procedure name and parameters in the XML request, and the server either returns a fault or a respond in the XML respond

A

XML - RPC Client

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

As it names indicates, it is a mechanism to call a procedure or a function available on a remote computer

A

RPC

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