This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:iot-open:networking2:wired [2023/11/23 12:44] – pczekalski | en:iot-open:networking2:wired [2023/11/23 18:11] (current) – pczekalski | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Media Layers - Wired Network Protocols ====== | ||
| + | {{: | ||
| + | While the IoT ecosystem is usually considered to be composed of wireless devices, it is still possible to connect IoT solutions using a wired connection. | ||
| + | |||
| + | When wireless-enabled SoCs were about to be delivered to the market (e.g. ESP8266), extension devices were already available for popular embedded systems, like Ethernet Shield for Arduino boards (figure {{ref> | ||
| + | <figure net_ethernet_shields> | ||
| + | {{ : | ||
| + | {{ : | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | Copper-based wired networks also bring an extra feature to the IoT designers – an ability to power the device via a wired connection, e.g. PoE (Power over Ethernet) – 802.3af, 802.3at, 802.3bt ((https:// | ||
| + | |||
| + | < | ||
| + | |||
| + | A non-exhaustive list of some present and former wired networking solutions is presented in table {{ref> | ||
| + | <table wired_protocols> | ||
| + | < | ||
| + | ^ Name ^ Communication medium ^ Max speed ^ Topology ^ Max range (single segment, passive) ^ | ||
| + | | Ethernet |Twisted pair: 10BaseT\\ Coaxial: 10Base2/ | ||
| + | | Fast Ethernet |Twisted pair: 100BaseTx\\ Fibre: 100BaseFx | ||
| + | | Gigabit Ethernet |Twisted pair: 1000BaseT\\ Fibre: 1000BaseX (LX/ | ||
| + | |Local Talk (Apple) |Twisted pair | 0.23 Mbps |Bus, Star (PhoneNet) | ||
| + | |Token ring |Twisted pair | 16 Mbps | Star wired ring |22.5 m / 100 m (cable dependent) | ||
| + | |FDDI |Fibre | ||
| + | </ | ||
| + | |||
| + | The most popular wired networks are 10/100/1000 BaseT – twisted pair with Cat 5, 5e and 6 cables. They require the IoT system to implement a full TCP/IP stack to operate seamlessly with conventional Internet/ | ||