Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.89 KB

week6.md

File metadata and controls

42 lines (36 loc) · 1.89 KB

CHAPTER 6: SECURITY, AUTHENTICATION AND AUTHORIZATION

Videos

Homeworks

Homework: 6.1 Security Best Practices

Question

Which of the following are recommended best practices for MongoDB deployments? Check all that apply.

Answer

- Don't limit the source IP addresses for incoming connections
+ Use role-based access control
+ Encrypt all communication with TLS/SSL

Homework: 6.2: SSL

Question

In mongoDB, which of the following are true of SSL (when SSL is required across the entire cluster, through the "requireSSL" mode)? Check all that apply:

Answer

+ SSL encrypts all communication between mongodb servers
+ SSL compresses data communicated between servers
+ SSL helps to prevent man-in-the-middle attacks