Bird
0
0

You want to enforce wire encryption only for sensitive data transfers in Hadoop. Which approach is best?

hard📝 Application Q8 of 15
Hadoop - Security
You want to enforce wire encryption only for sensitive data transfers in Hadoop. Which approach is best?
AConfigure selective encryption by setting dfs.encrypt.data.transfer to true only on sensitive nodes
BEnable wire encryption cluster-wide and use firewall rules to restrict access
CUse application-level encryption on sensitive data before transfer
DDisable wire encryption and rely on VPN for network security
Step-by-Step Solution
Solution:
  1. Step 1: Understand wire encryption scope

    Wire encryption is typically enabled cluster-wide, not selectively per node.
  2. Step 2: Consider selective encryption methods

    Application-level encryption allows encrypting only sensitive data before sending.
  3. Step 3: Evaluate other options

    Firewall or VPN do not selectively encrypt data; selective node config is not standard.
  4. Final Answer:

    Use application-level encryption on sensitive data before transfer -> Option C
  5. Quick Check:

    Selective encryption best done at application level = A [OK]
Quick Trick: Selective encryption needs application-level control [OK]
Common Mistakes:
  • Trying to enable encryption only on some nodes
  • Relying solely on network firewalls
  • Disabling encryption expecting VPN to suffice

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes