Chapter 2 Flashcards
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
- receives bit signals generated from a connected computer on one of its ports
- cleans the signal by filtering out electrical noise
- regenerates the signal to full strength
- transmits the regenerated signal to all other ports a computer (or other network device) is connected to
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
- The switch receives a frame.
- The switch reads the source and destination MAC addresses.
- The switch looks up the destination MAC address in its switching table.
- The switch forwards the frame to the port where the computer owning the MAC address is found.
- The switching table is updated with the source MAC address and port information.
do switches have the same bandwidth setup as hubs
No, switches get dedicated bandwidth
What are full-duplex mode and half-duplex mode
- Full-duplex mode means that data can be sent and received simultaneously. This is how switches operate
- Half-duplex mode means that data can be sent or received but not both at the same time. This is how hubs operate
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)
- This is the heart of wireless networks.
- It acts like a hub without wires
- All communication passes through the AP
- Most small business and home networks use a device typically called a wireless router that combines the functions of an AP, a switch, and a router
- Wireless Lans are usually attached to wired networks
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
- Receives bit signals and assembles them into frames
- verifies the destination (MAC) address
- removes frame header and trailer
- sends the resulting packet to the network protocol
- verifies CRC (error code)
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
- If the MAC in the frame matches the NICs built in MAC address
- if the frame is using a broadcast address (ff-ff-ff-ff-ff-ff)
- the NIC is in promiscuous mode (the NIC allows everything through)
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