Client Server Models (chap 42) Flashcards

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

what is the client server model?

A

any device able to communicate to the server or another device can send requests from a sender to a receiver this request is processed through the server and sends back a response.

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

How can a client communicate or share resources ?

A

The client must make a request to the server.

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

where is client server model commonly used?

A

on local networks and on the Internet. An example could be self service check outs in supermarkets

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

what does API stand for

A

Application Programming Interface

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

what does the API do

A

An API defines the way in which programs can work together.

APIs are made of subroutines that can provide an interface between two programs.

An API can also define web protocols.

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

where is client server model commonly used?

A

on local networks and on the Internet. An example could be self service check outs in supermarkets

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

what is the web-socket protocol?

A

A Web-socket Protocol is an API.
It creates a connection between a clients program and a web server.
This allows communication between the program and server.

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

What does CRUD stand for ?

A

C Create
R Retrieve
U Update
D Delete

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

what is CRUD used for ?

A

All relational databases must have certain basic functions in order to be useful. These functions can be summarised by the acronym CRUD

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

What does REST stand for ?

A

Representational State Transfer

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

What is REST used for?

A

REST is a design methodology which allows an online database to be queried by a Web Server

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

What is REST used for?

A

REST is a design methodology which allows an online database to be queried by a Web Server

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

why does REST use HTTP?

A

Using HTTP, REST can carry out CRUD operations on a network database.
It does this using request and response messages.

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

what HTTP commands would be used for the four operation in CRUD?

A

HTTP commands comparing to CRUD:

Create

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