Tag: web technology

Questions Related to web technology

which component of UDDI include address, contact, and known identifiers;

  1. a. White Pages

  2. b. Yellow Pages

  3. c. Green Pages

  4. d. Blue Pages


Correct Option: A

SSL stands for:

  1. a. Socially secured Line

  2. b. Secure Sockets Line

  3. c. Socially secured Layer

  4. d. Secure Sockets Layer


Correct Option: D

you could encrypt elements of the SOAP body using digital signatures?

  1. true.

  2. b. false, Only via SSL it can be successfully achieved.

  3. false, you cannot encrypt elements of SOAP body at all.

  4. none of the above.


Correct Option: A

Which of the following is true about SOAP:

  1. a. It is a distributed object system.

  2. b. It is an RPC system.

  3. c. It is even a Web application.

  4. d. none of the above.


Correct Option: D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) It is a distributed object system - This option is incorrect. SOAP (Simple Object Access Protocol) is not a distributed object system. It is a protocol for exchanging structured information in web services using XML.

Option B) It is an RPC system - This option is correct. SOAP is an RPC (Remote Procedure Call) system. It allows applications running on different operating systems and platforms to communicate with each other by invoking procedures or functions remotely.

Option C) It is even a Web application - This option is incorrect. While SOAP can be used in web applications, it is not inherently a web application itself. It is a protocol for communication between applications over a network.

Option D) None of the above - This option is correct. None of the previous options accurately describe SOAP.

The correct answer is D) None of the above. This option is correct because SOAP is not a distributed object system, it is an RPC system, and it is not a web application itself.

  1. a. true

  2. b. false, SOAP does not include specifications for security.

  3. c. false, SOAP does not include specifications for distributed transactions

  4. d. both a and b


Correct Option: D

SOAP is for RPC only:

  1. true

  2. b. False, SOAP doesn't define or imply a programming model.

  3. False, SOAP can be used for messaging, RPC, Distributed object systems etc.

  4. b and c


Correct Option: D
  1. SOAP is for HTTP only

  2. SOAP can be used in combination with any protocol that can carry a SOAP envelope

  3. All the above

  4. none of the above


Correct Option: B
  1. a. true

  2. b. false, SOAP is completely a request/response protocol

  3. c. may be

  4. d. may not be


Correct Option: A