Computer Networks 2020-01
Class Information
Class Info | |
---|---|
Class | ETA00010 - 컴퓨터네트워크, Computer Networks |
Lecturer | Seongjin Lee |
Time and Place | Theory: 407-203 Tuesday 14:00-16:00 |
Practice: 407-203, Thursday 13:00-14:00 | |
Office Hour | Thursday: 14:00-16:00 |
Contacts | Office: 407-314 |
Email: insight at gnu dot ac dot kr |
Course Introduction
Networking has enabled the mobile, cloud, and social networking, and introduced new paradigm to modern computing era. Advancement in networking technology is going to push the emergence of the Internet of Things, gigabit wireless networks, 5G Mobile technology further.
To become a player in the era of new network-enabled computing era, students must have a thorough understanding of networking concepts. In this lecture series, we will teach the basics of computer networks which are now considered as black box to let you build up on the technology and adopt to coming of new ideas.
The class will be organized into the following topics
- Introduction to computer networks
- Application layer
- Transport layer
- Network layer
- Link layer
- Wireless and Mobile Networks
- Security
- Multimedia Networking
Textbook
- "Computer Networking: A Top-Down Approach ," JAMES F. KUROSE / KEITH W. ROSS 지음, Pearson (Translated version available)
Homework and Guidelines
- Upload your homeworks to google classroom with code 4yarc4i
Schedule and Readings
Part I
Week 1 - Introduction | |
---|---|
Lecture : 17-Mar (火) Introduction | Lab : 19-Mar (木) Environment Setup |
To Do:
* Introduction to the rest of the computer networks classes [w/ Blank pdf ] [w/o blank pdf ]
|
To Do:
* Typing Test I
|
Week 2 - Application Layer | |
Lecture : 24-Mar (火) Application Layer I | Lab : 26-Mar (木) Web Server |
To Do:
* Appliaction Layer I [w/ Blank pdf ] [w/o blank pdf ]
|
To Do:
* Install Wireshark and give it a try
|
Video:
* Ch 2.1 Network Applications (15m) [watch]
| |
Week 3 - Application Layer | |
Lecture : 31-Mar (火) Application Layer II | Lab : 02-Apr (木) Web Server II |
To Do:
* Appliaction Layer II (use the previous slide)
|
To Do:
* Experiments with simple web server
|
Video:
* Ch 2.4 DNS (17m) [watch]
| |
Week 4 - Application Layer | |
Lecture : 07-Apr (火) Application Layer | Lab : 09-Apr (木) Web Server II cnt'd |
Continued from the previous class | |
Week 5 - Transport Layer | |
Lecture : 14-Apr (火) Transport Layer I | Lab : 16-Apr (木) Wireshark Lab |
To Do:
* Transport Layer I [w/ Blank pdf ] [w/o blank pdf ]
|
To Do:
* Lab: Protocols and http [pdf ] |
Video:
* Ch 3.1 Intro to Transport Layer (10m) [watch]
| |
Week 6 - Transport Layer | |
Lecture : 21-Apr (火) Transport Layer II | Lab : 23-Apr (木) Wireshark Lab |
To Do:
* Transport Layer II (use the previous slide)
|
To Do:
* Continue with Previous Lab |
Video:
* Ch 3.5 Connection Oriented Transport:TCP [Part01 Segment Structure (13m)] [Part02 RTT & RDT (14m)] [RDT, Flow Control (8:55][Flow control, TCP Connection Management (13:12)]
| |
Week 7 - Network Layer | |
Lecture : 28-Apr (火) Network Layer - Data Plane | Lab : 30-Apr (木) Data Plane |
To Do:
* Network Layer - Data Plane [w/ Blank pdf ] [w/o blank pdf ]
|
To Do:
* Read Chapter 4.4
|
Video:
* Ch 4.1 [Overview of Network Layer(16m)]
| |
Week 8 - Midterm Exam | |
Lecture : 05-May (火) EXAM | Lab : 07-May (木) No Class |
Midterm Exam
|
NO CLASS |
Part II
Week 9 - Network Layer - Control Plane | |
---|---|
Lecture : 12-May (火) Network Layer - Control Plane | Lab : 14-May (木) Network Commands |
To Do:
* Network Layer - Control Plane [w/ Blank pdf ] [w/o blank pdf ]
|
To Do:
* Lab: Commands for Network Analysis [pdf ] |
Video:
* Ch 5.2 Routing Algorithm (9m) [watch]
| |
Week 10 - The Link Layer and LANs | |
Lecture : 19-May (火) The Link Layer and LANs | Lab : 21-May (木) Network Commands cnt'd |
To Do:
* The Link Layer and LANs [pdf ]
|
To Do:
* Lab: Commands for Network Analysis cnt'd
|
Video:
* Ch 6.1 Introduction to the Link Layer (15m) [Watch]
| |
Week 11 - Wireless and Mobile Networks I | |
Lecture : 26-May (火) Wireless and Mobile Networks I | Lab : 28-May (木) T.B.D |
To Do:
* Wireless and Mobile Networks [pdf ]
|
To Do:
* T.B.D |
Video:
* Ch 7.1 Introduction (14m) [Watch]
| |
Week 12 - Wireless and Mobile Networks II | |
Lecture : 02-Jun (火) Wireless and Mobile Networks II | Lab : 04-Jun (木) T.B.D |
To Do:
* Security in Computer Networks [pdf ]
|
To Do:
* T.B.D |
Video:
* Ch 8.1 What is Network Security (6m) [Watch]
| |
Week 13 - Security in Computer Networks | |
Lecture : 09-Jun (火) Security in Computer Networks | Lab : 11-Jun (木) T.B.D |
To Do:
* Security in Computer Networks
|
Special Lecture:
* Room 407-508 at 13:00 * CEO of Tripino, specialized in Smart Logging, Life Logging, and Social Networking Service Platform |
Video:
* Ch 8.4 End-Point Authentication Revise (5m) [Watch]
| |
Week 14 - Multimedia Networking | |
Lecture : 16-Jun (火) Multimedia Networking | Lab : 18-Jun (木) T.B.D |
To Do:
* Multimedia Networking
|
To Do:
* Prepare for Exam
|
Week 15 - Final Exam | |
Lecture : 23-Jun (火) Final Exam | Lab : 25-Jun (木) No Class |
Midterm Exam
|
NO CLASS |
Evaluation
Categories | Ratio | Categories | Ratio |
---|---|---|---|
Attendance | 20 | Midterm | 25 |
H/W & Projects | 20 | Final | 25 |
Initiative (On/Offline participation) | 10 | ||
Total | 100% |
Miscellaneous
Words Per Minute (WPM)
We are going to measure your typing score, please practice!! To install the typing speed measuring tool, follow the description below.
$ sudo pip install wpm
$ wpm
or$ pyton -m wpm
You can load custom text to test$ wpm --load yourfile.txt
Download following example text
$ wget http://open.gnu.ac.kr/lecslides/2019-1-Networks/wpm/pp.txt
$ wpm --load pp.txt
emacs and vim configuration file (for your info)
download the following files
$ wget -O ~/.vimrc http://open.gnu.ac.kr/lecslides/2019-1-Networks/wpm/vimrc
$ wget -O ~/.emacs http://open.gnu.ac.kr/lecslides/2019-1-Networks/wpm/emacs