API (Application Programming Interface) Flashcards
1
Q
What is API?
A
- Messenger that takes requests and tells the system what you want to do
- Produce or service communicate with other products and services
- Dictates how two machines communicate with one another
2
Q
Client server model
A
Makes requests, server listens, responds to requests
3
Q
What is a client server model?
A
- The web is referred to as a client server communication
- Servers are NOT A DEVICE they are a computer program
4
Q
What can a server do?
A
- Provide functionality
- Host web applications
- Serve thousands of clients
- High performance computer
5
Q
What can a client server model do?
A
- Client programs allow user to make requests
- Based on a centralised structure
- Serve other programs called clients
- Way for computers to communicate via the web