APPLICATION LAYER
CLIENT SERVER PARADIGM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is Representational State Transfer (REST) used for?
|
AN API that enables CRUD to be mapped to SQL functions
|
|
A protocol for addressing data packets
|
|
A protocol that allows files to be uploaded to a server
|
|
A security method
|
Explanation:
Detailed explanation-1: -RESTful API is an interface that two computer systems use to exchange information securely over the internet. Most business applications have to communicate with other internal and third-party applications to perform various tasks.
Detailed explanation-2: -REST (Representational State Transfer) is an architectural style for designing decentralized systems. It originated from an architectural analysis of the Web and combines a client/server architecture with additional constraints that define a uniform interface.
There is 1 question to complete.