Multiple choice technology web technology

Protocol widely used with Web Service are:

  1. SOAP & TCP

  2. SOAP & REST

  3. REST & IP

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SOAP and REST are the two most widely used protocols for web services. SOAP uses XML for structured messaging, while REST uses HTTP methods (GET, POST, PUT, DELETE) with various data formats. TCP and IP are lower-level networking protocols, not web service protocols.