Distributed databases allow data to be shared across a computer network while being stored on multiple machines. A distributed database management system (DDBMS) allows for the management of distributed databases and makes the distribution transparent to users. Key concepts in distributed DBMS design include fragmentation, allocation, and replication of data across multiple sites. Transparency, performance, and handling failures and concurrency are important considerations for DDBMS.