Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Feb 27, 2018
1 parent 80cd3b1 commit 8e78eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions notes/HTTP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- GFM-TOC -->
* [基础概念](#基础概念)
* [Web基础](#web基础)
* [Web 基础](#web-基础)
* [URL](#url)
* [请求和响应报文](#请求和响应报文)
* [HTTP 方法](#http-方法)
Expand Down Expand Up @@ -42,7 +42,7 @@

# 基础概念

## Web基础
## Web 基础

HTTP(HyperText Transfer Protocol,超为本传输协议)。

Expand Down
6 changes: 3 additions & 3 deletions notes/计算机网络.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ TCP/IP Э

CSMA/CD 表示载波监听多点接入 / 碰撞检测。

**多点接入**:说明这是总线型网络,许多计算机以多点的方式连接到总线上。
**载波监听**:每个站都必须不停地检听信道。在发送前,如果检听信道正在使用,就必须等待。
**碰撞检测**:在发送中,如果检听信道已有其它站正在发送数据,就表示发生了碰撞。虽然每一个站在发送数据之前都已经检听信道为空闲,但是由于电磁波的传播时延的存在,还是有可能会发生碰撞。
- **多点接入**:说明这是总线型网络,许多计算机以多点的方式连接到总线上。
- **载波监听**:每个站都必须不停地检听信道。在发送前,如果检听信道正在使用,就必须等待。
- **碰撞检测**:在发送中,如果检听信道已有其它站正在发送数据,就表示发生了碰撞。虽然每一个站在发送数据之前都已经检听信道为空闲,但是由于电磁波的传播时延的存在,还是有可能会发生碰撞。

![](https://github.com/CyC2018/InterviewNotes/blob/master/pics/f9ed4da5-0032-41e6-991a-36d995ec28fd.png)

Expand Down

0 comments on commit 8e78eb3

Please sign in to comment.