Network devices Flashcards
Hubs and switches
what do cables allow you to do?
form point to point networking connections
What are point to point networking connections?
networks where only a single device at each end of the link exists.
Point to point connections are less useful in
a world with billions of computers.
the most simple network device that lets many devices communicate with each other. (fairly obsolete)
hub
a physical layer device that allows for connections from many computers at once. Only lets one talk at a time, and doesn’t use csma cd.
Hub
All devices connected to a____ will end up talking to all other devices at the same time
hub
What do devices on the receiving end of data being sent in a hub do?
determine if incoming data is meant for them or ignore it if it isn’t.
collision domain
a network segment where only one device can communicate at a time.
If multiple systems try sending data at the same time
the electrical pulses sent across the cable can interfere with each other.
what do devices connected to a hub need to do in a collision domain ?
They have to wait for a quiet period before they can try sending data again. This is super inconvenient and slow. I don’t recommend it. this is why hubs are fairly rare.
Common way of connecting computers today
Network switch, switching hub.
you can connect many devices to this so they can communicate. Data link device. Can inspect the contents of the ethernet protocol data being sent, determine which system it is intended for, and then only send that data to that one system.
switch
How are collision domains reduced or eliminated on a network?
a switch reads the ethernet information to discover where to send the data and only sends the data to the device it is intended for. this leads to fewer transmissions and higher overall throughput.
the primary devices used to connect computers on a single network, usually referred to as a LAN, or local area network.
Hubs and Switches
A device that knows how to forward data between independent networks. This makes it so we can send data outside of LAN.
Router