Difference between revisions of "Assignment: IP-ICMP"
(New page: Category:Networking With Xinu = Overview = This assignment is part of the Networking With Xinu track for professors that are Teaching With Xinu and it is intended to be complet...) |
|||
Line 12: | Line 12: | ||
Upon completion of the assignment the students' implementation should: | Upon completion of the assignment the students' implementation should: | ||
* send and receive packets of with type IP | * send and receive packets of with type IP | ||
− | + | * further demultiplex IP packets to find the underlying type | |
* send and receive ICMP packets | * send and receive ICMP packets | ||
== Student Outcomes == | == Student Outcomes == | ||
− | Upon completion of this assignment students should understand the key role this protocol plays in the overall networking architecture. Each student should be able to understand | + | Upon completion of this assignment students should understand the key role this protocol plays in the overall networking architecture. Each student should also be able to understand the unique ties between the Internet Protocol and the Internet Control Message Protocol. |
== Potential References == | == Potential References == |
Revision as of 01:44, 19 December 2008
Contents
Overview
This assignment is part of the Networking With Xinu track for professors that are Teaching With Xinu and it is intended to be completed in groups of two or three.
Preparation
A new tar-ball is provided with a solution to the previous assignment. If your solution is similar to the one presented, you may choose to continue on with it; but it is suggested that you untar the new project files in a fresh working directory:
tar xvzf <tar-ball location>
Internet Protocol
Two parts of standard number 5 of the Internet Official Protocol Standards are the Internet Protocol (IP) and the Internet Control Message Protocol (ICMP). In this assignment students will build both IP and ICMP into Embedded Xinu.
Upon completion of the assignment the students' implementation should:
- send and receive packets of with type IP
- further demultiplex IP packets to find the underlying type
- send and receive ICMP packets
Student Outcomes
Upon completion of this assignment students should understand the key role this protocol plays in the overall networking architecture. Each student should also be able to understand the unique ties between the Internet Protocol and the Internet Control Message Protocol.