COMPLETE SOLUTIONS VERIFIED
Multicore Architecture
-Depends on hardware and software platform
-Resides in a single motherboard
-Communicates through shared memory and message passing
Service Oriented Architecture
- Distributed across network(s)
-Uses web protocols for communication
-Language and platform independent technology (XML/ JSON)
How is Service oriented Architecture loosely coupled?
Application developer does not depend on web service development technology.
How does SoC hide software, hardware and network heterogeneity?
Uses language and platform and network independent through tech like JSON and XML
to define and communicate with web services
SOAP
Used for transferring data between web services.
Web Description Language
Used for defining the interface of services
What is the tag for methods in a WSDL interface?
<operation name = ""> </operation>