8. How does a central Web site reduce problems with distributed databases?
A Web site centralizes the application and connects to a single database. Users can still connect from almost any location, so the client side is distributed, but the application code and database are centralized. So, you no longer have distributed databases; unless you need them for backup purposes, or localization issues.