DATABASE FUNDAMENTALS
CLOUD COMPUTING AND DATABASES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Each resource in REST architecture is identified by its URI
|
|
Purpose of an URI is to locate a resource(s) on the server hosting the web service
|
|
Both of the above
|
|
None of the above
|
Detailed explanation-1: -Q 25-Which of the following is correct about URI in RESTful web services? A-Each resource in REST architecture is identified by its URI.
Detailed explanation-2: -Resource identification through URI: A RESTful web service exposes a set of resources that identify the targets of the interaction with its clients. Resources are identified by URIs, which provide a global addressing space for resource and service discovery.
Detailed explanation-3: -Which one of the following statements is correct about Uniform Resource Identifier (URI)? It is a unique address that can be used to uniquely identify each node in a network. It is a set of rules which is used to retrieve linked web pages across the web.
Detailed explanation-4: -Q 23-Which of the following is correct about addressing in RESTful web services? A-Addressing refers to locating a resource or multiple resources lying on the server.
Detailed explanation-5: -Q 16-Which of the following is true about RESTful webservices? A-Webservices based on REST Architecture are known as RESTful web services.