Client-Server & Peer to Peer Flashcards

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

What is the process of a Client-Server archetype?

A
  • Client sends request to server
  • Server receives request
  • Server attempts to send response
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where can Client Server archetypes be implemented

A
  • Bank
  • Web Servers
  • Email Servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the a Peer to Peer archetype?

A

All devices have equal rights, and therefore have access to each other’s resources.

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

Where can Peer to Peer archetypes be implemented

A

LANs

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

What is the websocket protocol

A

An API establishing a connection between a web browser and server over TCP, so there is a consistent connection allowing data to be sent at any time

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

What is CRUD?

A

Create
Rest
Update
Delete

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

Why is JSON used over XML

A
  • Easier for humans to read
  • More compact
  • Easier to create
  • easier and quicker for computers to parse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Thick clients?

A
  • Clients with considerable processing and storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are thin clients?

A
  • Clients with little processing and storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly