Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 991

Why are stateless calls executed by REST API useful in cloud applications?

Answer options

Correct answer: C

Explanation

The correct answer, C, highlights that stateless calls allow for easier redeployment and scaling because each request is independent and does not rely on previous interactions. Option A is incorrect as URL decoding is not specific to stateless calls. Option B is wrong because stateless interactions do not depend on stored data on the server. Option D is not a defining feature of stateless calls, even though HTTPS is used for secure communications.