Internet Protocol and Programming |
1. The aim of the course |
In the course, students can learn on TCP/IP which is the key technology for Internet. Especially, this course deals with IP addressing and routing protocols such as ARP, ICMP, OSPF, DHCP, and IPv6. In addition, this course includes network programming related to TCP/IP. Through term project, the students can get of the design and implementation capabilities of Internet systems. |
2. The course evaluation |
- Class partipation : 10% |
3. Textbook |
Textbook : TCP/IP Protocol Suite 4th Edition |
4. Topics to be covered | ||
week |
Lecture |
Experiment |
1st week |
Introduction to the course |
Introduction to the Network Programming |
2nd week |
IPv4 Address (chapter 5) |
Understanding of Socket and File I/O |
3rd week |
Internet Protocol Version 4(IPv4) (chapter 7) |
Socket Address Structure and Byte Ordering Functions |
4th week |
Introduction to the Transport Layer (chapter 13) |
Internet Address Conversion Functions |
5th week |
Transmission Control Protcol(TCP) (chapter 15) |
TCP Server/Client |
6th week |
User Datagram Protocol(UDP) (chapter 14) |
UDP Server/Client |
7th week |
Address Resolution Protcol (ARP) (chapter 8) |
Unix Process |
8th week |
Midterm Exam |
|
9th week |
Internet Control Message Protocol (ICMP) (chapter 9) |
Advanced Socket Programming |
10th week |
Unicasti Routing Protcols (chapter 11) |
Inter-Process communication |
11th week |
Unicasti Routing Protcols (chapter 11) |
Socket Options |
12th week |
Stream Control Transport Protocol (SCTP) (chapter 16) |
Advanced I/O Functions |
13th week |
Stream Control Transport Protocol (SCTP) (chapter 16) |
Multi-Thread Programming |
14th week |
Dynamic Host Configuration Protocol(DHCP) (chapter 18) |
Team Project |
15th week |
Domain Name Service(DNS) (chapter 19) |
Team Project Presentation |
16th week |
Final Exam |
5. Team Project |
Team 프로젝트제안 대상 : |
6. Homework |
Solving practice set of each chapter |
7. Pre-requisites |
A solid understanding of computer network is required. If a student has not taken the Computer Network, he/she wishes to take the course before taking this class |