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:
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?
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?
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.