W8 Ethernet Flashcards
Most popular wired ethernet standards today?
IEEE (Institute of Electrical and Electronics Engineers) 802.3
IEEE 802.3 advantages:
- Great cost to performance ratio
- Being developed into a MAN AND WAN technology
Wireless Ethernet 802.11:
- Most popular method to access internet
- Works together with wired connection to provide seamless communication
Wired Ethernet 802.3:
- Network but in a hierarchical manner using workgroup and core switches
- Allows combining expensive and cheap equipment
- Workgroup switches connect devices to network
- Core switches connect switches to switches
Frame Format:
Preamble – synchronization 0s and 1s SFD – beginning of frame Destination MAC address Source MAC address Length of Header Data – Max 1500 bytes (MTU) Pad – padding used on frames less than 64 bytes (needed for Collision Detection) FCS – 4 bytes Total size 1518 bytes
Types of Ethernet Networks:
Gigabit Ethernet: IEEE 802.3z
10 Gigabit Ethernet: IEEE 802.3ae
Power over Ethernet (PoE): IEEE 802.3-2012
Metro Ethernet
3 Types of Switches
- Store and Forward
- Cut Through
- Fragment-free switching
Store and Forward switches:
- Receives entire frame and stores in memory
- Checks errors by computing the CRC and checking frame length
- If OK looks at destination address (if not deletes frame)
- Forwards the frame out the destination port
Cut Through Switches:
- Starts to forward the frame as soon as it receives the destination address
- Does no error checking
- Advantage - very fast used ,on high speed backbones
- Disadvantage - may waste bandwidth forwarding frames with errors
Fragment-free switching:
- Lies between the extremes of cut-through switching and store and forward switching
- First 64 bytes of frame are read and stored
- If all header data appears correct, switches begin transmitting
RSTP:
Rapid Spanning Tree Protocol
A hierarchical network cannot have loops
Network prone to single points of failure
RSTP protocol to allow backup links.
Core switch polls the Main switch to see if alive.
If true – ignores backup link
If false – uses backup link
802.1x Port Security:
- Designed to protect data ports
- Divides the port into 2 virtual ports
WLAN:
Wireless Local Area Network:
- Uses radio frequency to transmit and receive data
- WLAN spec replaced by WPA (Wi-fi protected access) to address security problems
Problem with WPA2:
- Public wifi networks are open and allow traffic to be sent over them that isn’t encrypted
WPA3 solution:
- Encrypts all traffic between a device and wifi access point by using a unique key, to avoid MATM (Man in the middle) attacks)
- Not as secure as authenticated encryption