├── README.md
├── ch01
└── ch01.pdf
├── ch02
└── ch02.pdf
├── ch03
└── ch03.pdf
├── ch04
└── ch04.pdf
├── ch05
└── ch05.pdf
├── ch06
└── ch06.pdf
├── ch07
└── ch07.pdf
├── ch08
└── ch08.pdf
├── ch09
└── ch09.pdf
├── image
├── download.png
├── logo.png
├── presentation.png
└── task.png
├── materials
├── outline.docx
├── schedule.doc
└── slides
│ ├── ch01 Overview.pptx
│ ├── ch02 Physical Layer.pptx
│ ├── ch03 Data Link Layer.pptx
│ ├── ch04 Network Layer.ppt
│ ├── ch05 Transport Layer.ppt
│ ├── ch06 Application Layer.ppt
│ ├── ch07 Network security.ppt
│ ├── ch08 Audio video.ppt
│ └── ch09 Wireless Network.ppt
└── preparelog
└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | # 网络原理
4 |
5 | >(2018~2019 第二学期)
6 |
7 | 《网络原理》是关于计算机网络基础知识和网络技术的一门课程,是软件工程专业的专业技术基础课程。
8 | - [课程内容](#课程内容)
9 | - [教学大纲](./materials/outline.doc)
10 | - [进度计划](./materials/schedule.doc)
11 | - [备课记录](./preparelog)
12 |
13 | ## 课程内容
14 |
15 | | 章节 | 名称 | 内容 |
16 | |:---:|:---|:---|
17 | | 第一章 | [概述](./ch01) | – 计算机网络的概述
– 计算机网络的分类及体系结构
– 计算机网络的性能 |
18 | | 第二章 | [物理层](./ch02) | – 基本知识和数据通信基础
– 信道复用技术
– 物理层应用和宽带接入技术 |
19 | | 第三章 | [数据链路层](./ch03) | – 数据链路层基础
– 点对点协议PPP和介质访问控制
– 以太网扩展
– 以太网扩展|
20 | | 第四章 | [网络层](./ch04) | – 网络层基础以及分类的IP编址
– ARP协议与IP首部
– IP转发与子网划分
– 路由以及其他协议 |
21 | | 第五章 | [传输层](./ch05-inherit) | – 传输层功能以及传输层协议
– UDP和TCP概述
– 可靠传输原理和TCP首部
– TCP流量控制以及拥塞控制
– TCP连接管理 |
22 | | 第六章 | [应用层](./ch06) | – 域名系统
– 远程终端协议和万维网
– 电子邮件和DHCP|
23 | | 第七章 | [网络安全](./ch07) | – 网络安全概述
– 两种密码体制
– 互联网安全协议|
24 | | 第八章 | [因特网上的音频/视频服务](./ch08) |– 流式存储音频/视频
– 改进“尽最大努力交付”的服务|
25 | | 第九章 | [无线网络和移动网络](./ch09) | – 无线局域网VLAN|
26 |
27 |
--------------------------------------------------------------------------------
/ch01/ch01.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch01/ch01.pdf
--------------------------------------------------------------------------------
/ch02/ch02.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch02/ch02.pdf
--------------------------------------------------------------------------------
/ch03/ch03.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch03/ch03.pdf
--------------------------------------------------------------------------------
/ch04/ch04.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch04/ch04.pdf
--------------------------------------------------------------------------------
/ch05/ch05.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch05/ch05.pdf
--------------------------------------------------------------------------------
/ch06/ch06.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch06/ch06.pdf
--------------------------------------------------------------------------------
/ch07/ch07.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch07/ch07.pdf
--------------------------------------------------------------------------------
/ch08/ch08.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch08/ch08.pdf
--------------------------------------------------------------------------------
/ch09/ch09.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/ch09/ch09.pdf
--------------------------------------------------------------------------------
/image/download.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/image/download.png
--------------------------------------------------------------------------------
/image/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/image/logo.png
--------------------------------------------------------------------------------
/image/presentation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/image/presentation.png
--------------------------------------------------------------------------------
/image/task.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/image/task.png
--------------------------------------------------------------------------------
/materials/outline.docx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/outline.docx
--------------------------------------------------------------------------------
/materials/schedule.doc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/schedule.doc
--------------------------------------------------------------------------------
/materials/slides/ch01 Overview.pptx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch01 Overview.pptx
--------------------------------------------------------------------------------
/materials/slides/ch02 Physical Layer.pptx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch02 Physical Layer.pptx
--------------------------------------------------------------------------------
/materials/slides/ch03 Data Link Layer.pptx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch03 Data Link Layer.pptx
--------------------------------------------------------------------------------
/materials/slides/ch04 Network Layer.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch04 Network Layer.ppt
--------------------------------------------------------------------------------
/materials/slides/ch05 Transport Layer.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch05 Transport Layer.ppt
--------------------------------------------------------------------------------
/materials/slides/ch06 Application Layer.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch06 Application Layer.ppt
--------------------------------------------------------------------------------
/materials/slides/ch07 Network security.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch07 Network security.ppt
--------------------------------------------------------------------------------
/materials/slides/ch08 Audio video.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch08 Audio video.ppt
--------------------------------------------------------------------------------
/materials/slides/ch09 Wireless Network.ppt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/edu2act/course-NetWork/4e52ad2ce345e2f78152eecb1949de6f47a74fb6/materials/slides/ch09 Wireless Network.ppt
--------------------------------------------------------------------------------
/preparelog/README.md:
--------------------------------------------------------------------------------
1 | # 备课记录
2 | | 备课时间 | 备课人员 | 备课场地 | 备课内容 |
3 | | ------------- | ----------------- | --------------| ----------------- |
4 | |18/12/26 14:00~16:00|王艳华、赵洋、王晓龙、杨伟彬|C204|课程进度、原理和实验说明,分配PPT升级任务|
5 | |19/1/2 14:00~17:00|王艳华、王晓龙、杨伟彬|106|杨伟彬试讲互联网的组成,王晓龙试讲计算机网络概述|
6 | |19/1/9 16:00~17:30|王艳华、赵洋、王晓龙、杨伟彬|106|杨伟彬试讲物理层,王晓龙试讲香农公式|
7 | |19/1/23 8:30~11:30|王艳华、赵洋、王晓龙|C204|王晓龙试讲网络体系结构,局域网基础,ARP等|
8 | |19/1/26 17:20~19:00|王艳华、王晓龙|C206|讨论王晓龙试讲10个主题|
9 | |19/2/13 14:00~16:00|王艳华、王晓龙|C204|讨论讲课技巧,讨论内容包括网络分层的意义和数据链路层内容|
10 | |19/2/20 14:00~16:00|王艳华、赵洋、王晓龙|C204|讨论新学期实践周,雪梨任务,WireShark使用等问题|
11 |
--------------------------------------------------------------------------------