Question 81

Which of the following characteristics are commonly associated with REST-based APIs? (Select all that apply.)

CCNA Question 81 - Answer and Explanation

Correct Answer: A,B,D

Detailed Explanation: REST-based APIs (Representational State Transfer) follow a set of architectural principles that leverage standard HTTP methods for interacting with resources. Option A is correct because RESTful services use HTTP verbs (GET, POST, PUT, DELETE) to perform CRUD operations. Option B is correct as data is typically encoded in lightweight formats like JSON or XML. Option D is correct because REST APIs support multiple authentication methods to secure communications. Option C is incorrect because REST APIs are stateless by design, meaning that each request is independent. Option E is incorrect because REST does not require SOAP; in fact, SOAP is a separate protocol.

This CCNA practice question helps students prepare for Cisco networking certification exams by testing knowledge of network fundamentals, routing, switching, and network security concepts.

Back to Home Page
← Back to CCNA Exam Practice