Lesson 2A Flashcards
What is network data transmission?
It’s how data is sent over a network by changing electrical currents, light, or radio waves to represent digital bits (1s and 0s).
What is frequency in network data transmission?
It’s the speed of the signals, measured in Hertz (Hz).
What is bandwidth in network data transmission?
It’s the range of frequencies a medium can support, telling us how much data can be transferred, measured in bits per second (bps)
What are the two main types of copper cables?
Twisted pair and coaxial (coax).
What is attenuation?
It’s the weakening of a signal as it travels further through a cable.
What are the two types of fiber optic cables?
Single Mode Fiber (SMF) and MultiMode Fiber (MMF).
What does the xBASE-y naming convention represent in Ethernet standards?
x: The speed in Mbps or Gbps.
BASE: Baseband transmission.
y: The type of cable used.
What is 10BASE-T?
An early Ethernet standard that works at 10 Mbps, uses baseband signals, and runs over twisted pair copper cables.
What does 100BASE-TX refer to?
Fast Ethernet that works at 100 Mbps over Cat 5 (or better) twisted pair copper cables up to 100 meters long.
Why are switches better than hubs in Ethernet networks?
Switches create separate collision domains for each port, support sending and receiving at the same time (full-duplex), and let each device use the full 100 Mbps.
How is 100BASE-TX better than 10BASE-T?
It uses higher frequency signaling and better encoding to be 10 times faster.
What does autonegotiation do in Fast Ethernet?
It helps devices choose the best connection speed (10 or 100 Mbps) and mode (half or full duplex)
What is Media Access Control (MAC)?
It’s the system that decides when devices can send data and handles collisions on the network.
What is a collision domain?
A part of the network where data packets can collide if two devices send data at the same time.
What happens when a collision is detected in CSMA/CD?
The device sends a jam signal, then waits for a random time before trying to send data again.