Skip to main content

Distributed transaction model-oocomputerworld

 Distributed transaction model

Distributed transaction model:- To access the various data items in a distributed system is usually e accomplished through transaction there are two type of transaction that we need to consider

  1. The local transaction
  2. The Global transaction 

 The local transaction:- The local transaction are those that access and update data is only one local database. 

The global transaction:- global transaction are those that access and update data in several local database in the case of global transaction the task is more complicated since several nodes may be participating in execution the failure of a communication link connecting these nodes may result in erroneous computation.

 System structure :- Each node has its oven local transaction manager whose function is to ensure those transaction that execute at that site. The various transaction manager corporate to execute global transaction. To understand how such a manager can be implemented we define and abstract model of a transaction system each node of the system contains two sub system. 

The transaction manager :- The transaction manager manages the execution of those transaction that access data stored  in a local node.

 Transaction coordinator :- The transaction coordinator coordinates the execution of various transaction both local and global.

 The structure of a transaction manager is similar to centralized system and each transaction manager is responsible for maintaining a log  for recovery purpose and execution of the transaction at the node.

 Transaction coordinator is responsible for starting the execution of the transaction and breaking transaction into a number of such transaction and distributing these Sub transaction to the appropriate nodes for execution.

  Database system vs file system

 Nested relation

what is computer worm-computer world

  What is google Search Engine

Logical database model and  Relational database management system

Definition of computer cables and types of cables

Register and type of register in computer Architecture

What is buffering

Definition of computer ports and types of ports

what is computer and what is the meaning of computer

Definition of computer cables and types of cables

Difference between Linux and Unix-computer world

Demand paging-oocomputer world

  What is CSS-computer world

What is internet-computer world

Round-Robin Scheduling in operating system-computer world

Comments

Popular posts from this blog

Single partition allocation, Multiple-partition allocation and Fixed Equal-size partitions in operating system-computer world

  Single partition allocation, Multiple-partition allocation and Fixed Equal-size partitions in operating system Single partition allocation In this scheme operating system is residing in law memory and user process are executing in higher memory. Advantages It is simple  It is easy to understand and use Disadvantages User job is limited to the size of available memory. It leads to poor Utilization of processor and memory. Multiple-partition allocation  It is the simplest method for allocating  memory is divided memory into several fixed size partitions. Fixed Equal-size partitions It divides the main memory Into equal number of fixed sized partitions, operating system occupies some fixed portion and remaining portion of main memory is available for user processes. Advantages It supports multi programming. A process whose size is less then or equal to the partitions size can be loaded into any available partition. Disadvantages If a program is big to fit in...

What is CSS-computer world

  What is CSS  Cascading style sheet (CSS) is a way to control the look and feel of your HTML document in an organized and efficient manner. Cascading style sheet is a standard Defined by the world wide web consortium that offers designers more flexibility and accuracy when defining the appearance of text and formats than standard HTML.  Cascading style seat(CSS) is a way to control the look and feel of your HTML document in an organized and efficient manner. Essentially, CSS allows designers to manipulate the appearance of the web page without affecting its HTML structure.  Cascading style sheets, is a simple design to language to simplify the process of making web page presentable. CSS handle the look and feel part of a web page. Using CSS you can control the color of the text , the style of font, the spacing between paragraph, how column are sized and lied out, what background image or color are used , as well as variety of other effects.  CSS ...

Definition of computer cables and types of cables

Definition of computer cables and types of cables Definition  of computer cables : A cable is one or more wires which are covered in plastic that transmitter power or data between devices and computers. A cables is also known as cord, connector or plug. Data cables provides communication between devices for example DVD and HDMI, USB cables and Cat 5. A power cable is used for supply the power and electricity. Types of cables : There are many types of cables used in computer science some of them are given below : Coaxial cable Twisted cable Optical cable Coaxial cable :   It is consist of a central copper wire surrounded  by a copper mess.  Coaxial cables are used for transmitting data at high rate. Coaxial tables are used by telephone companies to transmit data because cables handle  up to 40000 telephone calls simultaneously. Coaxial  cables group of specially wrapped and insulated wires.   Twisted pair cab...