Hardware Flashcards
What is a Network Interface Card (NIC)?
An electronic chip built into the motherboard of the device. It is hard-wired with a unique ‘address’, called a MAC address
True or False? No two MAC addresses are the same
True
What jobs does the NIC do?
Holds the MAC address
Responsible for converting data on the computer into the format used by the network
What is a network protocol?
A set of rules for a network
What is a hub?
Is a piece of hardware used to connect computers on the same network together
How do devices connect to a hub?
Every device gets plugged into the hub via cables
What is a packet?
A unit of data made into a single package that travels along a given network path
What happens when a hub receives a data packet?
It immediately copies it and broadcasts it to all connected devices
What does every packet contain?
A destination address
What is the main disadvantage with hubs?
They are inefficient, due to data being sent to every computer, even if only 1 needs it
What is a data collision?
When two or more computers want to place a data packet on to the network at exactly the same time
What happens if a data collision happens?
The collided data is marked as unusable and the two computers are forced to send their data packets again, at slightly different times
What are the 3 disadvantages with hubs?
Inefficient
Data Collisions
Security
Why is security a big problem when using hubs?
When a hub receives data it will forward it to every device it connects to, regardless of whether the data was only meant to be sent to just one. This means that there is the potential for any computer connected to the hub to read data that was not intended for it
What is a switch?
A switch is similar to a hub in that that allows computers to be linked together and exchange data, but unlike a hub, it does not broadcast every data packet to every device which means there is improved security