Despite enabling wire encryption in Hadoop, data packets are still intercepted in clear text. What is the most probable reason?
medium📝 Debug Q6 of 15
Hadoop - Security
Despite enabling wire encryption in Hadoop, data packets are still intercepted in clear text. What is the most probable reason?
AThe network hardware does not support encryption protocols
BThe encryption setting is enabled on only some nodes, causing inconsistent encryption
CThe Hadoop version does not support wire encryption
DThe data is compressed before encryption, making it visible
Step-by-Step Solution
Solution:
Step 1: Understand wire encryption scope
Wire encryption must be enabled cluster-wide for effective protection.
Step 2: Analyze other options
Network hardware typically does not block encryption; Hadoop versions supporting encryption are common; compression does not expose data in clear text.
Final Answer:
The encryption setting is enabled on only some nodes, causing inconsistent encryption -> Option B
Quick Check:
Partial config leads to unencrypted transfers [OK]
Quick Trick:All nodes must have encryption enabled to secure data [OK]
Common Mistakes:
Assuming hardware limits encryption
Ignoring cluster-wide config consistency
Confusing compression with encryption
Master "Security" in Hadoop
9 interactive learning modes - each teaches the same concept differently