Exchange 2019 Mailbox Services

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

Flashcards covering Exchange 2019 mailbox services, database file structures, ESE technology, maintenance tasks, and high availability concepts.

Last updated 6:39 AM on 7/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

Backend role

The core role in Exchange 2019 that hosts mailboxes and processes transport and client access services.

2
New cards

Stateless proxy services

Front-end services where clients are authenticated before their data is processed at the back-end.

3
New cards

Mailbox Database (.edb)

The primary storage file used for storing mailbox data.

4
New cards

Tmp.edb

A temporary storage file used for database operations.

5
New cards

Transaction Log Files

Files (e.g., E00.log) that use hexadecimal numbering to record transactions in memory before they are flushed to the database.

6
New cards

Checkpoint File (E00.chk)

A file that tracks committed changes by pointing to the last flushed transaction.

7
New cards

Reserved Log Files (E00res)

Files used to protect the system against disk full issues.

8
New cards

Extensible Storage Engine (ESE)

A high-performance, reliable database engine used by Microsoft services such as AD, DHCP, and Exchange.

9
New cards

ACID Principles

The four properties of transactions followed by ESE: Atomic, Consistent, Isolated, and Durable.

10
New cards

Write-Ahead Logging

The process where transactions are created in memory, logged first to disk, and later flushed to the database to protect integrity during power failures.

11
New cards

Checkpoint depth

The amount of uncommitted data residing in memory, which defaults to approximately 100MB100\,MB per database in Exchange 2019.

12
New cards

Clean Shutdown

A database state where the database was detached cleanly and no recovery is needed.

13
New cards

Dirty Shutdown

An incomplete database state that requires a transaction log replay to become mountable.

14
New cards

ESEUTIL /MH

An ESE utility command used to show the current state (Clean or Dirty Shutdown) of a database.

15
New cards

ESEUTIL /R

The command used to replay transaction logs to recover a database from a Dirty Shutdown.

16
New cards

ESEUTIL /P

A manual repair command intended as a last resort that carries a risk of mailbox data loss and invalidates logs and checkpoints.

17
New cards

Archive Mailboxes

Long-term storage separate from the primary mailbox that can offload older mail using retention policies, enabled via Enable-Mailbox -Archive.

18
New cards

Soft deletes

Deleted items that are moved to the Deleted Items Folder.

19
New cards

Hard deletes

Deleted items that are moved to the Recoverable Items area.

20
New cards

-RetainDeletedItemsUntilBackup $TRUE

A setting that ensures recoverable items are not purged until a successful backup has completed.

21
New cards

Online Maintenance

A process scheduled by default from 1 AM to 5 AM to perform garbage collection of deleted items, content index cleanup, and database optimization.

22
New cards

Background Database Maintenance

A continuous ESE process that performs checksumming, page scrubbing, and index repair to detect early database corruption.

23
New cards

Issue Warning Quota

The storage threshold, defaulted at 1.9GB1.9\,GB, at which an Exchange user receives a notification.

24
New cards

Prohibit Send Quota

The storage threshold, defaulted at 2.0GB2.0\,GB, at which an Exchange user is no longer allowed to send mail.

25
New cards

Prohibit Send/Receive Quota

The default storage threshold of 2.1GB2.1\,GB at which an Exchange user is prohibited from both sending and receiving mail.

26
New cards

Database Availability Group (DAG)

A group of 2 to 16 mailbox servers that provides high availability through block-level replication.

27
New cards

Block-level replication

A replication method that provides near real-time synchronization for database copies across DAG members.