Network Infrastructure
To share resources nodes have to be connected together which requires certain equipment. You will need to know these pieces of hardware and their role in establishing a network:
- Switches: Many ports to connect devices in a LAN. It only forwards data packets to the intended destination in the network and uses MAC addresses for each device. They can also act as bridges connecting multiple networks, into one big network.
- Hubs: An old version of a switch that still has some uses. It sends data to all the devices in a network but only registered in the device expecting the information. This means it is less secure.
- Routers: Forwards packets through different networks and uses the fastest path. For example, forwards data from a LAN to an ISP to a DNS.
- Modem: Short for MODulation and DEModulation. Converts the digital data from the computer into a continuous analogue wave that a telephone system is deals with.(MODulation). The modem then converts the analogue signal from the telephone network back into digital data that the computer can understand. (DEModulation). This was used in the early days of the internet because telephone lines were already in place. They were later switched with dedicated services like broadband.
- Bridge: The connection between nodes and hardware on a network. For example it can be the Router which acts as a bridge between the user and the internet. A bridge connects networks together.
- Network Interface Cards (NICs): These are small adapters, typically soldered to the motherboard which allow computers to communicate within a network by holding a unique MAC address stored in its ROM, meaning each node on a network can be identified.
- Wireless Access Points (WAPs): These devices allow connection to networks wirelessly like for WiFi.
- Servers: They are very powerful computers designed to serve the needs of many connected computers. All networks need a type of server to manage the network’s data.