Hacks and tweaks for a faster, safer network

Let's set the groundwork with some basics on networking hardware. The simplest way to connect your machines is to use an Ethernet hub. This simply broadcasts data across all its ports so that all machines receive all packets. You can also chain hubs together by plugging the link port from one into one of the data ports of another. Technically, hubs are known as Layer-1 switches, which is why you often see this label on hubs costing well under £10.

True switches are more complex. Layer-2 switches learn the underlying MAC address of each connected device and use this information to route data to specific ports rather than broadcasting across all of them. This method is more efficient and helps to keep documents secure by preventing people eavesdropping on unencrypted data meant for others.