Early networks didn’t didn’t use interconnecting devices and for that reason often had weak signals. How was this problem solved?
A device called a repeater was used that would receive bit signals generated by NICs and other devices, strengthen them, and then “repeat” them to other parts of the network
How many ports are on a traditional repeater
two ports which allows distant computers to be connected
What is another name for a multi-port repeater
a hub
What does a hub do
What is network bandwidth
This is the amount of data that can be transferred in an interval
Usually measured in bits per second (bps) and networks operate at speeds from 10 million bps up to 10 gigabits per second (Gbps)
Which interconnecting device only allows one computer to transmit data at a time?
In other words which device shares bandwidth
Hubs
what is an uplink port
this is a port used to connect two hubs together or to connect a hub to a switch
What does a switch do that a hub does not
A switch reads data in the messages it receives and determines which port the destination device is on. It will then send the frame to the correct destination without sending copies to all destinations like a hub would do
What is a switching table
This is essentially a small database a switch keeps so that it knows which MAC address is at the end of each of it’s ports. When something is sent via switch it will check the senders mac address and update the switching table if needed.
What are the five steps of a switch operation
do switches have the same bandwidth setup as hubs
No, switches get dedicated bandwidth
What are full-duplex mode and half-duplex mode
Some switches have uplinking ports that do what
these are dedicated ports for uplinking to another switch which will allow your LAN to continue to grow past the original switches port limitation
What is an Access Point (AP)
What are the parts of a wireless router
An access point (wireless networks), a switch (LAN network), and a router (internetworking device)
What is the extra step required for an Access Point
The receiving device must send an acknowledgement back to the sending device to indicate successful reception
This is called a request to send (RTS) / clear to send (CTS) handshake
How does bandwidth for an AP compare to physical networks
the effective bandwidth is about half physical networks
The extra chatter required to send data in a wireless network slows down communication
Most APs operate from 11Mbps to several hundred Mbps
What are the possible network mediums
copper wire, fiber-optic cable, airwaves
What does a NIC do in relation to incoming messages
what does a NIC do in relation to outgoing messages
Receives packets from the network protocol and creates frames for them by adding MAC addresses and an error checking code
converts frames into bit signals suitable for the medium and transmits them
a MAC address is stored where on the NIC
Read-only memory (ROM) this can’t be changeable as that would cause network issues
What is a MAC address composed of
two 24-bit hexadecimal numbers
24 bit manufacturer ID called OUI
24 bit serial number assigned by the manufacturer
48 bit address expressed in 12 hexadecimal digits:
04-40-31-5B-1A-C4
When the NIC gets a frame it checks the destination MAC address. What are the conditions under which the NIC permits the inbound frame
what is a unicast frame
This is when the destination MAC address matches the BIA (built in address?) of a NIC
this is intended for a single computer