nerdexam
GAQM

CPEH-001 · 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…

Web Server and Web Application Hacking

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

(26 responses)
  • A
    15% (4)
  • B
    12% (3)
  • C
    69% (18)
  • D
    4% (1)

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#HTTP methods#web services#API architecture

Community Discussion

No community discussion yet for this question.

Full CPEH-001 Practice