Full Network
- 每个用户都和其他用户直连。
With Central Switchboard
- 每个用户和中央交换机连接
- Signaling: The communication between end user and switch carrying requests for connections.
- 自动交换机的出现是为了避免交换机操作员偷听电话,signaling是通过开关电路来完成,是数字信号。
The Telephone Network
- The terminals are connected to local switches trough electrical links called “local loop”.
- The switches are themselves interconnected with other switches through so called “trunk lines”.
ASCII码和Unicode码
- ASCII码是7位固定长度。先在电报上使用,后来用在计算机上。不够使用后,又扩展了一位,使用8位extended ASCII
- 世界各地的语言不一样,在ASCII码上没有一些语言符号,所以用Unicode码统一各地符号。Unicode是16位,前7位是表示ASCII码。