1.3 Flashcards
what is access point:
It’s the wireless network device inside the network.
Whats a MAC address:
It’s the Ethernet Media Access Control Address or the unique physical address of a network adapter.
How does the MAC address display?
it is 48 bits or 6 bytes and is shown in hexadecimal.
OUI stands for what?
Organizationally Unique Identifier.
MAC address 2 parts:
- OUI
2. Network Interface Controller-Specific
What is a Half-Duplex?
when a device cannot send and receive data at the same time, that device is half duplex.
What is Full-duplex
when a device can send and receive data at the same time, that device is Full-duplex.
what are some examples of half and full duplex devices:
all LAN hubs are half-duplex and switches are full-duplex unless its connected to other half-duplex devices.
How does a half-duplex device work?
It receives traffic on one interface and repeats it out to other interfaces.
T/F) in half-duplex devices, you can have two or more devices communicating at the same time.
False, if more than one device is communicating, we will have collisions.
Whats the other name for half-duplex:
CSMA/CD
(CS: Carrier Sense
MA: Multiple Access
CD: Collision Detect)
T/F) Half-duplex Ethernet is still being used to this day.
False. Not used any longer.
Explain how CSMA/CD work?
- First the device listens for an opening.
- Then it sends a frame of data (whenever it can, no queue)
- If a collision happens, then it will send a jam signal to let everyone know a collision happened, then it waits a random amount of time and resend the data.
What are CSMA/CA function characterization?
In this half-duplex, there is no collision detection since its not possible but it uses Collision Avoidance and RTS/CTS (ready to send, clear to send)
and it solves the hidden node problem.
What does a switch do?
- Forward or drop frames
- Gather a constantly updating list of MAC addresses.
- Maintain a loop-free environment using STP
Whats STP:
Spanning Tree Protocol
How does a switch learn the MACs?
A switch examines the incoming traffic. Then it adds the unknown MAC addresses to the MAC address table
Why does a switch floods an unknown MACs?
When a switch doesnt have the MAC address in the table or is in doubt, the switch sends the frame to everyone. this process is called flooding.
What does ARP stand for:
Address Resolution Protocol
What does an ARP do:
Determines a MAC address based in an IP address.
What do we use to view the local ARP table?
arp -a
T/F) Collision domain is difficult to be found these days.
True
How is a collision domain removed?
By adding a switch to a network and creating a full-duplex network.
What is a broadcast domain used for?
To send a message to everyone on the network.