Module 4 - Networking, REST APIs, JSON Flashcards
1
Q
What is IP address
A
Unique identification of a host on the network
2
Q
What is DNS
A
Domain name system. Hostname registry on the network. Maps the hostnames to IP address
3
Q
Use of port numbers
A
Identify particular application running on a machine
4
Q
REST stands for
A
Representational state transfer
5
Q
What does REST API use
A
HTTP, URL, JSON
6
Q
Characteristics of REST
A
- Client server model
- Simple uniform interface
- Language and platform agnostic
- Support HTTP/HTTPS
- Support variety of data formats
- Layered system - Can have firewall, proxies
- Stateless - no care about previous invocations