Modules 4-7 Ethernet Concepts Flashcards
What is the purpose of the physical layer?
Purpose of physical layer:
- Make connection between two datalink entities.
- Transform and encode the data frame from datalink layer into a series of signals representing bits.
- Then the next devices on the path(NIC) will re-encapsulate the frame and decide what to do next.
What is PHY encoding, give examples of encoding algos and their speed.
Converting a stream of data bits into a pre-defined code
Manchester(10 Mbps Ethernet) Slow
4B/5B 100Base (Fast ethernet)
8B/10B 1000 base Gigabit encoding
What is 4B/5B encoding and Manchester encoding?
4 bits of data into 5 bits of transmission using a dictionary.
PHY signaling
How the bit values (0 1) are represented in PHY medium.
What is a self-clocking signal
A signal that can be decoded without the need for a seperate clock signal or other source of synchronization.
Explain bandwidth
A medium’s capacity to carry data.
What is bit-rate and what is baud rate?
BIt rate: Bits per second
Baud rate: Number of symbols(signals) transmitted per unit of time
What is latency(delay,lag)
Amount of time, including delyas for data to travel form one given point to another, often expressed in milli-or-micorseconds.
What is throughput
The measure of the transfer of bits across the media over a given perid;
Expressed in Xbps
What is goodput:
The measure of usable data transferred over a given period.
Goodput = throughput - traffic overhead
Overhead can be protocol overhead(e.g headers), lost/retransmitted data
What are the 3 types of copper cable we have
UTP, STP and Coaxial
What are the benefits and disadvantages of copper cable?
Cheap, easy to install, low resistance to electrical flow.
Limitation with signal attenuation(weakens over distance)
susceptible to EMI, RFI and crosstalk.(noice on the wire)
What is UTP cabling? And what does it rely on to limit crosstalk?
Four pairs of color-coded copper wires twisted together and encased plastic, no shielding.
Cancellation: Each wire in pair uses opposite polarity. One negative, other positive, twisted together and the magnetic fields cancel each other and outside EMI (Electromagnetic Interference) RFI (Radio Frequency Interference)
Variation in twists per foot in each wire: each wire is twisted a different amount which helps prevent crosstalk amongst the wires in the cable.
What do you use a straight-through cable for
It is for connecting a host to a network device.
What is a Crossover UTP cable used for?
Used to connect two similar devices (transmit feeds into receive)
How does a fiber optic cable work? And what are some advantages and disadvanteges
Uses a laser or LED to encode as as light pulses
High bandwidth, long distance, more expensive than UTP, less susceptible to attenuation(signal loss) and no EMI/RFI
Where do you usually use fiber optic cables?
Enterprise networks: Interonncing infrastructure devices
Fiber-to-the-home: Always on broadband services to homes and small businesses
Long-haul networks: Connecting countries and cities
Submarine cable networks: Under water cables, high speed, high capacity and can survive in harsh undersea environments.
How does wireless media work? What freguency is it on?
Wireless carries electromagnetic signals representing binary digits using radio (<300 Ghz) or microwave (300Mhz - 300Ghz) frequencies. This provides the greates mobility option.
What are some limitation of wireless media?
Coverage area: effective coverage impacted by the physical characteristic of the deployment location.
Interference: Susceptible to interference and can be disrupted by many common devices
Security: Anyone can access the transmission medium
Shared medium: half-duplex WLANs (only one sneding/receiving device at a time)
Many users lead to reduced bandwidth for each.
Basically, area, intereference, security and shared medium(reduced bandwitdh)
Which standards does the PHY specifications dictate:
Data to radio signal encoding methods.
Frequency and power of transmission
Signal reception and decoding requirements
Antenna design and construction