np3

Post on 31-Jul-2015

159 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Nachos 3 Practice

Carlos Andrés Galindo GarcíaEsteban Sifuentes SamaniegoErick Esquivel Treviño

Files for this assigment

nettest.cc .- network test routines

post.h, post.cc .- a post office abstraction, built in software on top of the network.

Network.h, network.cc, emulation of the physical network hardware. The network interface is similar to that of the console, except that the transmission unit is a packet rather than a character.The network provides ordered, unreliable transmission of limited size packets between nodes.

Nachos Code Post.h

Nachos code Post.cc

Testing Network in nachos

• Witho ./nachos -m 0 -o 1 &

• Ando ./nachos -m 1 -o 0 &

Sockets    server- client

 

Part of code Client

Part of code Server

Screen-capture  Output

Encryption Code

top related