Foundations of Programming: Web Services Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What exactly is a web service?

A

In its simplest form, a web service is a framework for a conversation between two computers. These computers are communicating over the Web. A client sends a request over the Internet and a server receives that request, processes it and returns a response. When a browser makes a request for a webpage, it receives HTML and other related content in the response. But when it just asks for data and uses JavaScript or other client-side code to process the response, a web service has been used.

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

FTP

A

One of the earliest was FTP (File

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

SOAP

A

Strictly speaking is a message format. An XML based markup language with a very specific set of tags, attributes and supported data types

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

REST

A

Representational State Transfer is an architectrue, not a specific web service messaging format, and it’s wrapped around the concept of HTTP methods or verbs.

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

URI

A

Uniform Resource Identifiers

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

JSON

A

JavaScript Object Notation

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

OData

A

Is based on REST

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