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 3rd Edition |
4. Topics to be covered | ||
week |
Lecture |
Experiment |
1st week |
Introduction to the course |
Introduction to the Network Programming |
2nd week |
IP Addresses: Classless Addressing (chapter 5) |
Understanding of Socket and File I/O |
3rd week |
Delivery, Forwarding, and Routing of IP Packets (chapter 6) |
Socket Address Structure and Byte Ordering Functions |
4th week |
ARP and RARP (chapater 7) |
Internet Address Conversion Functions
|
5th week |
Internet Protocol (chapter 8) |
TCP Server/Client |
6th week |
ICMP (chapter 9) |
UDP Server/Client |
7th week |
UDP (chapter 11) |
Unix Process |
8th week |
Midterm Exam |
|
9th week |
TCP (chapter 12) |
Graceful Exit of Socket Connection |
10th week |
TCP (chapter 12) |
Advanced Socket Programming |
11th week |
Unicast Prorocols: RIP, OSPF and BGP (chaper 14) |
Inter-Process communication |
12th week |
BOOTP and DHCP (chapter 16) |
Socket Options |
13th week |
Domain Name System : DNS (Chapter17) |
Advanced I/O Functions |
14th week |
IPv6 (chapter27) |
Multi-Thread Programming |
15th week |
ICMPv6 (chapter27) |
Team Project Presentation |
16th week |
Final Exam |
5. Team Project |
조 편성 |
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 |