Computer Networks 2019-01: Difference between revisions
Line 81: | Line 81: | ||
== Miscellaneous == | == 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. | |||
<code>$ sudo pip install wpm</code> | |||
<code>$ wpm</code> | |||
or | |||
<code>$pyton -m wpm</code> | |||
You can load custom text to test | |||
<code>$wpm --load yourfile.txt</code> |
Revision as of 14:06, 2 March 2019
Class Information
Class Info | |
---|---|
Class | ETA00010 - 컴퓨터네트워크, Computer Networks |
Lecturer | Seongjin Lee |
Time and Place | Theory: 407-202 Thursday 11:00-13:00 |
Practice: 407-202, Friday 13:00-14:00 | |
Office Hour | Thursday: 15:00-17: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 piazza
Schedule and Readings
Week 1 - on C Language | |
---|---|
Lecture : Mar-07 (木) Introduction | Lab : Mar-08 (金) Environment Setup' |
Reading:
* Introduction to the rest of the computer networks classes [pdf ]
|
Reading:
* |
Evaluation
Categories | Ratio | Categories | Ratio |
---|---|---|---|
Attendance | 00 | Midterm | 00 |
H/W & Projects | 00 | Final | 00 |
Initiative (On/Offline participation) | 00 | ||
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