Ethernet Routing Devices
From Computing and Software Wiki
Ethernet Routing Devices are devices which enable complete connectivity between more then two hosts on an Ethernet network without any host requiring more than a single network interface card (NIC). Each NIC connects directly to the routing device which handles the flow of data on the network. Multiple routing devices can be connected together in the same way to create even larger Ethernet networks.Contents |
Types of Ethernet Routing Devices
Ethernet Hub
Ethernet Hubs work essentially like a shared bus. Every packet of data that enters the hub gets transmitted to all connected NICs.
Advantages
- No extra configuration needed. Just plug in the cables and it is ready to go.
Disadvantages
- Higher probability of data collisions. Since every packet of information is transmitted to each NIC, it is more likely that a packet of data leaving from the NIC will collide with a packet leaving the hub. This results in lost data and a lower overall transmission rate.
- When ever a collision occurs near any NIC, every host must stop transmitting to re-establish a collision free network state.
Ethernet Switch
An Ethernet Switch works much like a Hub, but it is more selective of where to send received packets of data. Instead of transmitting the data to all connected NICs, a Switch reads the destination address and forwards the packet to that NIC only. This is accomplished using a routing table in the switch which keeps track of the connected IP addresses and the associated MAC addresses of the NICs.
Advantages
- Lower probability of data collisions. Since data is only transmitted to the destination NIC, it is less likely that data will be leaving the NIC at the same time data is heading towards it.
- A collision at one NIC does not affect the transmission of other NICs.
- Attackers cannot affect switch configuration remotely
Disadvantages
- Configuration changes require physical access to the switch.
- No firewall capabilities on the switch
Ethernet Router
an Ethernet Router