1 : the exchange of information or services among individuals, groups, or institutions;
specifically : the cultivation of productive relationships for employment or business, or social
2 : the establishment or use of a computer network
A group of two or more computer systems linked together.
The computers are geographically close together (in the same building).
The computers are farther apart and are connected by telephone lines or radio waves.
The computers are within a limited geographic area (a campus or military base).
A data network designed for a town or city.
A network contained within a user's home that connects a person's digital devices.
A group of two or more computer systems linked together.
The protocol defines a common set of rules and signals that computers on the network use to communicate.
One of the most popular protocols for LANs is called Ethernet.
Networks can be broadly classified as using either
a peer-to-peer or client/server architecture.
The layout of a computer system, and how the different nodes are connected to each other.
Common topologies include a bus, star, ring, mesh.
The difference between the Internet and the World Wide Web
To access the Raspberry Pi without a monitor:
It is illegal to access another computer without permission.
* Always get permission first *
* Be respectful of everyone's wishes *
* Do not change settings, edit, or delete anything from other computers without permission *
To access the Raspberry Pi without a monitor:
Access the Command Line of the Pi from another computer.
Remote access to the Pi's graphical interface, viewed in a
window on another computer.
Type in the following code:
from sense_hat import SenseHat sense = SenseHat() sense.show_message("Hello my name is Bob")