Logo    

Logical network


Although the computers are already connected to a network, we must build another (logical) network in MSWLogo. All data and commands we are sending from one to other computers, use the connections of this logical network.

We have to consider the following limitations:

  • Each computer in the logical network can have at most two connections.
  • These two connections are not equivalent. One we can initiate, and the other one we can accept, when someone else wants to connect to our computer.
  • When we try to initiate a connection, the other computer must be prepared to accept it.

[ back || forward ]