How The Web Works Flashcards

1
Q

Things that don’t change. These are things like JavaScript files, style sheets, and images. Caching and serving _ _ is a big aspect of any web application.

A

Static Assets

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

One end of a communication channel. The place that APIs send requests and where the resource lives, is called an _. For APIs, an _ can include a URL of a server or service.

A

Endpoint

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

A set of functions and procedures allowing the creation of applications that access the features or data of an operating system, application, or other service.

A

API Application Programming Interface

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

The standardized use of HTTP Action Verbs in regards to its use in RESTful APIs ie: GET, PUT, POST, PATCH, DELETE

A

CRUD Create, Read, Update, and Delete

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

An application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. Specifies how data is presented to a client in a format that is convenient for the client.

A

REST Representational State Transfer aka RESTful API

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