Difference between revisions of "Assignment: Networking Standards"

From Embedded Xinu
Jump to navigation Jump to search
Line 13: Line 13:
  
 
== RFC's from [http://www.ietf.org IETF.org] ==
 
== RFC's from [http://www.ietf.org IETF.org] ==
 +
* [http://www.ietf.org/rfc/rfc5000.txt - RFC 5000]
 
* [http://www.ietf.org/rfc/rfc826.txt Ethernet Address Resolution Protocol - RFC 826]
 
* [http://www.ietf.org/rfc/rfc826.txt Ethernet Address Resolution Protocol - RFC 826]
 
* [http://www.ietf.org/rfc/rfc791.txt Internet Protocol - RFC 791]
 
* [http://www.ietf.org/rfc/rfc791.txt Internet Protocol - RFC 791]

Revision as of 20:52, 18 December 2008

A Standard Way

“The nicest thing about standards is that there are so many of them to choose from.” - Andres S. Tannenbaum

This assignment is part of the Networking With Xinu track for professors that are Teaching With Xinu. This particular assignment will help introduce the student to various networking standards. Since standards are a basis for implementation of the many facets of networking a student should be able to find, read and understand any standard that he or she encounters.

Assignment Notes

  • Implementation of the assignment can vary
    • Only reading
    • Reading & Questions
    • Reading & Quiz/Test
  • Upon completion of the assignment the student should know how to find standards for networking, be able to read and understand these standards, and answer questions about the standards that he or she discovers.

RFC's from IETF.org