Parcial 3 Flashcards

1
Q

This provides a service interface enabling clients to interact with servers in a more general way than web browsers do

A

Web Service

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

This specifies the rules for using XML to package messages for examples to support a request-reply protocol

A

The SOAP protocol

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

This works as an addition to web servers is based on the ability to use an HTTP request to cause the excecution of a program

A

The provision of web services

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

this is a textual representation that, although more bulky than alternative representations, has been adopted for its readability and the consequent ease of debugging

A

XML

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

This generally consist of a collection of operations that can be used by a client over the internet

A

Web Service Interface

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

The operations in a web service may be provided by a variety of different resources, for example

A

Programs, objects or databases

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

They acces the operations in the interface of a web service by means of request and replies formatted in XML and usually transmitted over HTTP

A

Clients

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

This refers to minimizing the dependencies between services in order to have a flexible underlying architecture (reducing the risk that a change in one service will have a knock-on effect on the other services)

A

Loose coupling

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

The acces point of a web service with a ____ can depend on context and can change from time to time, its current ____ can be obtained from a ____ lookup service

A

URN, URL, URN

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

This is designed to enable both client-server and asynchronous interaction over the internet

A

SOAP

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

This is an alternative approach wich uses its own service description to deal with the server-specific characteristcs of the messages it receives

A

REST

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

This is carried in an ‘envelope’. Inside the envelope there is an optional header and a body

A

SOAP Message

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

The key characteristics of most web services that they can process

A

XML formatted SOAP messages

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

This is a persistent refrence, meaning that it will continue to refer to the service for as long as the server the URL points to exist

A

URL

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