How does RESTful API differ from SOAP-based web services?
- Uses FTP and focuses on file transfer
- Uses HTTP and focuses on resources
- Uses SMTP and focuses on messaging
- Uses UDP and focuses on real-time data transfer
RESTful APIs use HTTP as the communication protocol and focus on resources (like URLs) that clients can interact with. SOAP, on the other hand, uses a variety of protocols and focuses on message exchange.
Loading...
Related Quiz
- What is the primary goal of database normalization?
- Which sorting algorithm has the best time complexity in the worst-case scenario?
- In JavaScript, _________ is used to represent an object that is accessed using the dot notation.
- Describe the difference between symmetric and asymmetric encryption and provide scenarios where each is appropriate in web security.
- Which sorting algorithm exhibits quadratic time complexity in the worst-case scenario?