Bird
0
0

You want to ensure all Hadoop data transfers are encrypted and secure. Which combination is best practice?

hard📝 Application Q15 of 15
Hadoop - Security
You want to ensure all Hadoop data transfers are encrypted and secure. Which combination is best practice?
AOnly configure SSL certificates without enabling encryption property
BSet <code>dfs.encrypt.data.transfer</code> to true and configure SSL certificates and keys
CSet <code>dfs.encrypt.data.transfer</code> to false and use firewall rules
DUse compression settings to secure data transfer
Step-by-Step Solution
Solution:
  1. Step 1: Identify required settings for encryption

    Enabling dfs.encrypt.data.transfer activates wire encryption in Hadoop.
  2. Step 2: Recognize the role of SSL certificates and keys

    SSL certificates and keys are needed to manage encryption securely and authenticate nodes.
  3. Step 3: Combine both for full encryption

    Only setting the property without SSL or vice versa is incomplete; both are needed for secure transfer.
  4. Final Answer:

    Set dfs.encrypt.data.transfer to true and configure SSL certificates and keys -> Option B
  5. Quick Check:

    Property true + SSL certs = secure transfer [OK]
Quick Trick: Enable property AND configure SSL for full encryption [OK]
Common Mistakes:
  • Relying on firewall instead of encryption
  • Skipping SSL setup after enabling encryption
  • Confusing compression with encryption

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes