Sie sind auf Seite 1von 4

Data Flow Diagrams

Context-Level (0-Level)

In the context-level diagram we show the entire system as a single


process. Here, the grid system represents a pool of servers,
representing a distributed environment. Each server processes a set of
client requests. In the event of any node failure, a recovery process is
initiated.
e Level 1

s io n

The user would submit a query to the database server. The server puts
the query in a queue, and then executes each query, sequentially.
When the server failure occurs, the recovery process is initiated. To
help in flexible recovery of the database, we implement two
techniques. One is, checkpointing. And other one is, event logging.

Level 2

io n
The database server accepts the client transactions and performs the
execution. The query executor component executes each transaction,
by accepting them from the request queue. The server component
maintains the queue. After the successful execution of the transaction
the results are forwarded to the concerned user.

Das könnte Ihnen auch gefallen