The document discusses various topics related to distributed database management systems (DDBMS), including:
1) Transparency in DDBMS, which aims to hide the complexities of distribution from users. There are four main categories: distribution, transaction, performance, and DBMS transparency.
2) Distributed transaction management, which must ensure the ACID properties of transactions that access data across multiple sites. Objectives include improving utilization, minimizing response time and communication cost.
3) Concurrency control in DDBMS, which coordinates concurrent access to distributed data. Locking-based protocols are commonly used, where transactions acquire read or write locks before accessing data items. The two-phase locking protocol is also discussed.