Files
weread-notes/notes/普林斯顿计算机公开课(原书第2版).md
2026-06-15 23:00:02 +08:00

16 lines
720 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 普林斯顿计算机公开课原书第2版
> 作者布莱恩·W. 柯尼汉
> 同步时间2026-06-15 22:59
---
## 划线笔记
### 第8章 网络
> 然而到了今天,隐私是一个焦点问题,软件可以将以太网接口设置为“混杂模式”,在这种模式下,它读取网络上所有消息的内容,而不仅仅是专门为它准备的消息。这意味着它可以寻找感兴趣的内容,比如未加密的密码。这种“嗅探”的做法曾经是大学宿舍以太网的一个常见安全问题。
> [2025-06-06 13:40]
> 为了防止嗅探,对电缆上的数据包进行加密是一种解决方案,目前大多数流量都是默认加密的。
> [2025-06-06 13:40]