De mensen van Hardware One hebben een aardig artikel in elkaar gedraaid waarin zij alle basisprincipes van netwerken bespreken. Voor veel van de lezers zal er weinig nieuwe informatie in staan, maar het is altijd goed om nog iets bij te leren . Allerlei informatie, van de geschiedenis van het moderne netwerk tot definities van veel voorkomende begrippen, wordt in het artikel besproken. Als voorproefje een kort citaat over Fast Ethernet:
Fast Ethernet uses technology that has been working reliably for more than a decade. It retains the familiar CSMA/CD (Carrier Sense Multiple Access/Collision Detection) protocol, enabling data to move between Ethernet and Fast Ethernet nodes on the LAN without protocol translation and retains the same cabling support. The CMSA/CD (Carrier Sense Multiple Access with Collision Detection) is widely used on LANs in the MAC sublayer to prevent collisions. Collisions can be detected by looking at the power or pulse width of the received signal and comparing it to the transmitted signal. When a collision is detected, it aborts its transmission, waits for a random period of time, and then tries re-transmitting again. Hence the CMSA/CD will consists of alternating contention and transmission periods, with idle periods occurring when all stations are quiet.