logoalt Hacker News

exabrial07/31/20255 repliesview on HN

For starters, why encrypt something literally in the same datacenter 6 feet away? Add significant latency and processing overhead.


Replies

sleepydog07/31/2025

Encryption gets you data integrity "for free". If a bit is flipped by faulty hardware, the packet won't decrypt. TCP checksums are not good enough for catching corruption in many cases.

show 1 reply
mschuster9107/31/2025

Because any random machine in the same datacenter and network segment might be compromised and do stuff like running ARP spoofing attacks. Cisco alone has had so many vendor-provided backdoors cropping up that I wouldn't trust anything in a data center with Cisco gear.

show 1 reply
lll-o-lll07/31/2025

To stop or slow down the attacker who is inside your network and trying to move horizontally? Isn’t this the principle of defense in depth?

20k07/31/2025

Because the NSA actively intercepts that traffic. There's a reason why encryption is non optional

show 3 replies
switchbak07/31/2025

Service meshes often encrypt traffic that may be running on the same physical host. Your security policy may simply require this.