QuestionQ20

Network Automation Foundation

Which two of the following are primary guiding principles of REST?

Choose two
  • A cacheable
  • B trackable
  • C stateless
  • D single-layer system
  • E stateful
Explanation

REST requires stateless client-server interactions: each request contains the information needed to process it. It also supports cacheable responses, allowing clients or intermediaries to reuse responses when caching is permitted.

Community Discussion

No comments yet. Be the first to start the discussion!