Network Module
Role in the System
With the continued advent of the Internet, networks are becoming central to enhancing the computing resources for a computer. Current operating systems are called upon to manage this complex paradigm in addition to the more traditional responsibilities. This module encapsulates the components necessary for NACHOS to implement a network among several computers. The baseline NACHOS initially creates an unreliable network where packets of fixed length can be sent. One of the assignments requires the students to alter this setup in order to form a reliable network with varying-length packets. The implementation of these concepts is contained in the links below, which are the "third level" decomposition of this module:
Uses Relation