Week 5 Flashcards
What are the three components of CSMA/CD Media Access Control (MAC) protocols?
CS
MA
CD
What is the difference between shared ethernet and switched ethernet?
Shared ethernet has all hosts connected to the SAME bus and COMPETE for bandwidth
Switched ethernet has one or more direct, point-to-point connections between hosts/network segments.
What is the media access control mechanism of IEEE 802.11 wireless network, CSMA/CA?
CSMA works by checking that channels are clear before sending packets across a network.
This ensures there are no collisions of data.
What is LAN?
Local Access Network
A network of computers that are directly connected to each other.
What is WLAN?
Wireless local access network
A network of computers that are directly connected to each other.
What are properties of (W)LAN?
- limited area
- circuits owned by the org
- can be operated without obtaining license
Difference between a forwarding table and routing table?
- Forwarding table use MAC address; routing table uses IP address
- Routing table connects different subnets
What are the types of switches?
- Cut through
- Store and forward switching
- Fragment free switching
What is the ethernet frame structure?
Preabmle Destination Address Source Address Type/Length Data FCS
Characteristics of cut through switching?
- transmit as soon as destination address has been read
- low latency, but may transmit frames that have errors
Characteristics of Store and forward switching?
switch waits until entire frame is received, performs error control, then transmits
higher latency, but less capacity wasted with errors
Characteristics of fragment free switching?
- reads first 64 bytes (contains header)
- if OK, begin transmitting
- compromise between the other two approaches
Characteristics of fragment free switching?
- reads first 64 bytes (contains header)
- if OK, begin transmitting
- compromise between the other two approaches
What is throughougput?
The total amount of user data transmitted in a given period of time
What are bottlenecks?
A point in the network where congestion happens.
This is where the network or device cannot handle the demands of the network
Often resutls in dropped packets