0
1.5kviews
The Assumption Dependencies.
1 Answer
0
96views

Let us assume that this is a distributed airline management system and it is used in the following application:

A request for booking/cancellation of a flight from any source to any destination, giving connected flights in case no direct flight between the specified Source-Destination pair exist.

Calculation of high fliers (most frequent fliers) and calculating appropriate reward points for these fliers.

Assuming both the transactions are single transactions, we have designed a distributed database that is geographically dispersed at four cities Delhi, Mumbai, Chennai, and Kolkata as shown in fig. below.

enter image description here

Please log in to add an answer.