Multiple choice technology architecture

Which characteristic best distinguishes SOA technologies from previous approaches

  1. Loose coupling

  2. Object based

  3. Synchronous

  4. Fine-grained

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

Loose coupling is the defining characteristic that distinguishes SOA from previous distributed approaches like CORBA, DCOM, or tight monolithic architectures. Loose coupling means services can evolve independently without breaking consumers. Object-based (B) is not unique to SOA, synchronous (C) isn't required, and SOA typically uses coarse-grained (not fine-grained) services.