Podcast
Questions and Answers
In a traditional teleprocessing architecture, where is all processing performed?
In a traditional teleprocessing architecture, where is all processing performed?
What was a significant burden on the central computer in the traditional teleprocessing architecture?
What was a significant burden on the central computer in the traditional teleprocessing architecture?
In a file-server architecture, where do the applications and the DBMS run?
In a file-server architecture, where do the applications and the DBMS run?
What is the primary purpose of a file server in a file-server architecture?
What is the primary purpose of a file server in a file-server architecture?
Signup and view all the answers
Which middleware product is a commercial ORB middleware product?
Which middleware product is a commercial ORB middleware product?
Signup and view all the answers
Which standard enables software components across languages and computers to work together?
Which standard enables software components across languages and computers to work together?
Signup and view all the answers
Which technology provides a single interface for accessing various databases?
Which technology provides a single interface for accessing various databases?
Signup and view all the answers
What do Web services support?
What do Web services support?
Signup and view all the answers
What is the main function of application servers in a multi-tier architecture?
What is the main function of application servers in a multi-tier architecture?
Signup and view all the answers
Which technology is a standard for server programming in Java?
Which technology is a standard for server programming in Java?
Signup and view all the answers
What is the primary purpose of middleware in distributed systems?
What is the primary purpose of middleware in distributed systems?
Signup and view all the answers
What is a key feature of message-oriented middleware (MOM)?
What is a key feature of message-oriented middleware (MOM)?
Signup and view all the answers
What is a disadvantage of file-server architecture?
What is a disadvantage of file-server architecture?
Signup and view all the answers
What are the components of data-intensive business applications?
What are the components of data-intensive business applications?
Signup and view all the answers
What does the three-tier client–server architecture consist of?
What does the three-tier client–server architecture consist of?
Signup and view all the answers
What did the three-tier design in 1995 address?
What did the three-tier design in 1995 address?
Signup and view all the answers
What are some key technologies and standards in Web services?
What are some key technologies and standards in Web services?
Signup and view all the answers
What is the emphasis of RESTful Web services?
What is the emphasis of RESTful Web services?
Signup and view all the answers
What is a business-centric software architecture for building applications that implement business processes as sets of services published at a relevant granularity to the service consumer?
What is a business-centric software architecture for building applications that implement business processes as sets of services published at a relevant granularity to the service consumer?
Signup and view all the answers
What are some common SOA principles?
What are some common SOA principles?
Signup and view all the answers
Study Notes
Web Services, REST, and Service-Oriented Architectures
- Web services examples include Microsoft Bing Maps, Google Maps, Amazon Simple Storage Service (Amazon S3), Geonames, DOTS Web services, and Xignite
- Amazon S3 charges are based on a "pay-as-you-go" policy, currently $0.125 per GB for the first 50TB/month of storage used
- Key technologies and standards in Web services include XML, SOAP (Simple Object Access Protocol), WSDL (Web Services Description Language), and UDDI (Universal Discovery, Description, and Integration)
- RESTful Web services emphasize moving away from SOAP-based services towards Representational State Transfer (REST) based communications
- REST services do not require XML, SOAP, WSDL, or UDDI definitions, and are based on an architectural style that specifies constraints for desirable properties
- REST architecture style adopts a client-server architecture, uses a stateless communication protocol, and exchanges representations of resources using a standardized interface and protocol
- Service-Oriented Architectures (SOA) is a business-centric software architecture for building applications that implement business processes as sets of services published at a granularity relevant to the service consumer
- SOA emphasizes flexibility and reusability as key requirements for businesses in a rapidly changing technological landscape
- SOA architecture typically involves three processes: Service Scheduling, Order Processing, and Account Management, each accessing a number of databases
- SOA aims to design loosely coupled and autonomous services that can be combined to provide flexible composite business processes and applications
- Common SOA principles include loose coupling, reusability, and adherence to a communications contract defining information exchange and service description information
- SOA design approach focuses on building Web services for SOA with an emphasis on loose coupling, reusability, and adherence to communication contracts.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Learn about the middle tier of the architecture and how it can be split into web servers and application servers, as well as the concept of a web farm for load balancing. Explore the hosting of application programming interfaces (API) and the exposure of business logic and processes for use by other applications.