nerdexam
EC-Council

312-50V11 · Question #817

Gilbert, a web developer, uses a centralized web API to reduce complexity and increase the Integrity of updating and changing data. For this purpose, he uses a web service that uses HTTP methods…

The correct answer is C. RESTful API. REST is not a specification, tool, or framework, but instead is an architectural style for web services that serves as a communication medium between various systems on the web. RESTful APIs, which are also known as RESTful services, are designed using REST principles and HTTP…

Hacking Web Applications

Question

Gilbert, a web developer, uses a centralized web API to reduce complexity and increase the Integrity of updating and changing data. For this purpose, he uses a web service that uses HTTP methods such as PUT. POST. GET. and DELETE and can improve the overall performance, visibility, scalability, reliability, and portability of an application. What is the type of web-service API mentioned in the above scenario?

Options

  • AJSON-RPC
  • BSOAP API
  • CRESTful API
  • DREST API

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    88% (22)

Explanation

REST is not a specification, tool, or framework, but instead is an architectural style for web services that serves as a communication medium between various systems on the web. RESTful APIs, which are also known as RESTful services, are designed using REST principles and HTTP communication protocols RESTful is a collection of resources that use HTTP methods such as PUT, POST, GET, and DELETE.

Topics

#RESTful API#web services#HTTP methods#API types

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice