CCNA: Cisco Certified Network Associate — Question 574

When is the PUT method used within HTTP?

Answer options

Correct answer: A

Explanation

The correct answer is A because the PUT method is specifically designed to update resources, such as a DNS server. The other options are incorrect as they either describe operations that do not involve updating resources (C and D) or refer to operations that should be idempotent, which is not applicable to the PUT method (B).