L7 - Service-oriented System Integration Flashcards

1
Q

Lecture Goals

A

Overview of Service-Oriented System Integration (SoSI)

How Service-Oriented Architecture (SOA) meets SoSI

Enterprise Service Bus (ESB) and Adapter integration middleware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Service-Oriented System Integration (SoSI)?

A

Allows enterprises to share distributed software functionality through services.

Originates from solutions like RPC (Remote Procedure Call).

Modern solutions use SOA principles:
Web services
RESTful services
Microservices architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Advantages of SoSI

A

Standardized functional interface (language & platform independent).

Scalability through ESB integration middleware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disadvantages of SoSI

A

Legacy systems must be adapted for service-oriented integration.

Requires greater effort than simple information integration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

RPC (Client/Server Architecture)

A

Shares data and functionality between service consumer (client) and service provider (server).

Uses WSDL files to define service interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Marshalling & Unmarshalling

A

Marshalling: Converts objects/parameters into a transmittable format (XML, JSON, binary).

Unmarshalling: Converts received data into a usable format for the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Object Request Broker (ORB)

A

Supports loose coupling in service communication.

Enables multipoint integration, leading to the Enterprise Service Bus (ESB).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is Enterprise Service Bus (ESB) Needed?

A

Traditional point-to-point integration is not scalable (N(N-1)/2 connections).

ESB provides a middleware solution to integrate multiple applications efficiently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ESB Benefits

A

Scalability: Multi-point connections & routing.

Heterogeneity: Protocol and message transformation.

Loose Coupling: Services don’t need direct connections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ESB Communication Protocols

A

Supports diverse protocols: HTTP, HTTPS, JRMP, IIOP, JMS.

Provides protocol transformation to ensure integration compatibility.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ESB Deployment Patterns

A

Global ESB – Single ESB for the entire enterprise.

Directly Connected ESBs – Multiple ESBs with a shared registry.

Federated ESB – Master ESB controls access for subordinate ESBs.

Brokered ESB – A broker mediates between multiple ESBs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ESB in a Distributed Enterprise

A

A federated ESB is useful for organizations with multiple branches.

HQ ESB acts as an adapter to coordinate service updates and versioning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Service-Oriented Architecture (SOA)?

A

An architectural style for designing service-oriented systems.

Services communicate over a network using standardized protocols.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

SOA Process Flow

A
  1. Service consumer identifies required functionality.
  2. Service registry returns matching services.
  3. Service consumer selects the best service.
  4. Service consumer invokes the service endpoint.
  5. Service provider processes the request & sends a response.
  6. Service consumer receives and utilizes the response.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SOA Design Principles

A

Contracts: Defines service capabilities, vocabulary, and policies.

Discoverability: Services are registered in a central directory.

Loose Coupling: Minimizes dependencies between service components.

Statelessness: Services do not retain state between transactions.

Composability: Services can be combined to create complex workflows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are Adapters?

A

Enable integration between enterprise applications and middleware.

Common types:
- Database Adapters: Oracle, MySQL, SQL Server.
- Messaging Adapters: AMQP, JMS, Kafka.
- ERP/CRM Adapters: SAP, Office24Seven.
- File System Adapters: JSON, XML, CSV, FTP.
- API Adapters: SOAP, REST, HTTP.

17
Q

Adapter Communication Types

A

Request Processing: Adapter retrieves information when requested.

Event Processing: Adapter detects system events and forwards them.

18
Q

Wrappers

A

Used when an application doesn’t support standard integration methods.

Acts as a mediator between legacy systems and modern service-based environments.

Performs:
Data Transformation (e.g., binary → XML → JSON).

Protocol Mediation (e.g., SOAP → REST)

19
Q

Example Service-Oriented Solutions

A

24SevenOffice
- Cloud-based ERP system for small & medium businesses.
- No installation required.
- Pay-per-user/month pricing.

Google Apps
- Customizable suite of workgroup services.
- Pay-per-user/month or free for educational institutions.