Module 4 - Networking, REST APIs, JSON Flashcards

1
Q

What is IP address

A

Unique identification of a host on the network

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

What is DNS

A

Domain name system. Hostname registry on the network. Maps the hostnames to IP address

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

Use of port numbers

A

Identify particular application running on a machine

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

REST stands for

A

Representational state transfer

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

What does REST API use

A

HTTP, URL, JSON

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

Characteristics of REST

A
  1. Client server model
  2. Simple uniform interface
  3. Language and platform agnostic
  4. Support HTTP/HTTPS
  5. Support variety of data formats
  6. Layered system - Can have firewall, proxies
  7. Stateless - no care about previous invocations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly