#chfi_quizzes # Quiz 4 1. Which of the following netstat switches will display details of the TCP and UDP network connections, including listening ports and the identifiers? - [ ] `-r` switch - [ ] `-s` switch - [X] `-ano` switch - [ ] `-o` switch 2. Identify the tasklist parameter that lists all the service information for each process without truncation. - [ ] `/u` - [ ] `/s` - [X] `/svc` - [ ] `/v` 3. Which of the following technologies is referred to as JET Blue that stores and manages main records pertaining to systems and users in Windows OS? - [ ] Slack Space - [ ] Windows Search Index - [ ] Volume Shadow Copy Service - [X] Extensible Storage Engine 4. Identify the Window Registry hive that contains file extension association information and programmatic identifier (ProgID), class ID (CLSID), and interface ID (IID) data. - [ ] `HKEY_LOCAL_MACHINE` - [ ] `HKEY_CURRENT_CONFIG` - [X] `HKEY_CLASSES_ROOT` - [ ] `HKEY_USERS` 5. Identify the type of cell in the Windows Registry structure that comprises a series of indexes pointing to the parent key cell. - [ ] Value cell - [ ] Security descriptor cell - [ ] Value list cell - [X] Subkey list cell