routing Flashcards
What standard is Ethernet?
IEEE 802.3
What layer of the OSI model do ethernet frames operate on?
data link
What do the ethernet frames contain?
Source and dest MAC address.
What are sniffers?
Listening to all network traffic even if it isn’t intended for you. This can happen when the NIC runs in promiscuous mode.
What is CSMA/CD?
Carrier sense multiple access /collision detection
What is carrier sense?
computer analyzing wire before sending frame
What is a collision domain?
A group of nodes that can all send data all at the same time, which can definitely cause collision.
What is a hub?
Just a repeater. It reads a signal in and sends it out all the output ports.
What is a switch?
Stores all Mac addresses of devices and stores them on a source address table. Then connects computers with ports.
What is a full duplex switch?
Each port has its own collision domain.
What is a unicast message?
A message just to a single machine
What is a broadcast message?
A message to all machines on a network segment.
What do routers do?
Connect LANs and WLANs, interpret layer 3 (network) and layer 4 (transport). Finds the best paths, reroutes traffic accordingly.
How does routing work?
Layer 2 data gets removed, Ip packet is created and sent through the correct port.
What is a route table?
A database of IPs and subnet masks. Also has Gateway and port currently being used.