UPDATE 2024/2025
What computing paradigm will this course focus on?
Service-Oriented Computing.
What is the key feature of blackboard Architecture?
All components communicate through a central component.
What is the role of distributed software architecture in a distributed system?
It describes how the application functionality is distributed over the logical components.
What is the unique feature of service-oriented computing paradigm that does not
exist in other computing paradigm?
Platform-independent.
What topics will this course focus on?
Distributed-Software Architecture
Distributed Computing
What is the common interface language used in COBRA to facilitate the
communication among objects written in different programming languages?
IDL
The design pattern specifically deals with the problems of...
reusable solution at the level of software design.
What architecture is strictly a tiered architecture?
Client-server architecture.
, What layer does not belong to the traditional three tier architecture?
Service repository.
What architecture model does not belong to the families of the distributed object
architectures implemented in COBRA or DCOM?
ESB (Enterprise Service Bus)
What protocol is normal used for transferring data between web services?
SOAP
XML is...
a Meta language that can be used to define another language.
What does the "operation" in WSDL file correspond to in object-oriented
computing?
A method.
What entity does not belong to the three-party model SOC software
development?
End user of software.
In contrast to objects in object-oriented development, service-oriented
development has these distinct features:
A service has a language-independent interface.
A proxy to the service is created in the application.
What is "not" in the process of application building in the SOA style?
Service implementation.
UDDI is primarily a standard for...
Service registry only.