Buffer Management

# Concurrency Module
# Buffer Manager
The table tracks 4 pieces of information:
- Frame ID that is uniquely associated with a memory address
- Page ID for determining which page a frame currently contains
- Dirty Bit for verifying whether or not a page has been modified
- Pin Count for tracking the number of requestors currently using a page
# Recovery Module
# Dirty Pages
- Dirty bit