Section 2: Fundamental Networking Concepts Flashcards
(12 cards)
Some benefits of a network:
Share resources
Communication
Redundancy
Internet Access
Single point of administration
LAN
High Speed 1 GB to 10GB per second
Centrally Located within a building
WAN
Slower than LANs
Connects geographically different sites
Sites connect to service providers
VPN can function as a WAN
MAN
Limited availability
Redundant
Very High Speed
CAN
High speed
Interconnect nearby buildings
Easy to add redundancy
PAN
Interconnects two devices
Limited distance
Limited Throughput
Example: Bluetooth
What is a WLAN?
-Devices connect via Radio waves
-Wireless clients communicate via Wireless Access Point
Flexibility
-More mobile due to no cable needed for end clients
What is a Physical Bus Topology?
-An outdated topology
-Often use coax cables
-Devices in an area would connect to the coax cable via Vampire Tap
-The bandwidth is shared between all connected devices
-One frame can be transmitted at a time while connected on coax cable.
-CSMA/CD was a standard that was implemented to make sure that only one frame is sent at a time.
What is CSMA/CD?
Carrier-Sense Multiple Access with Collision Detection
What does Carrier Sense do?
Listen for any frames that may or may not be transmitting.
Then, it decides whether to send frames or not.
What causes a collision?
A collision is caused when two frames are sent at the same time.
Explain the CSMA/CD Process
- The device checks if frames are transmitting over the wire
- If no, then the device will send it’s frame
- However, if another device simultaneously sends a frame then a collision will occur.
- Both devices will retransmit after a random number will be selected from a backoff timer.