Unit 4
Unit 4
Network Access
Overview
This lesson will discuss the used of physical layer and data link layer in data communications.
Learning Outcomes
The students should:
a. Explain how physical layer protocols and services support communications across data networks.
b. Explain the role of the data link layer in supporting communications across data networks.
c. Build a simple network using the appropriate media
d. Compare media access control techniques and logical topologies used in networks.
Course Materials
https://www.youtube.com/watch?v=N8TbuZHmvYQ
https://www.youtube.com/watch?v=wK3QzfVnAZI
https://www.youtube.com/watch?v=-uKPOIXWQJ4
https://www.youtube.com/watch?v=VgmcqcOThuI
Lesson 1
Types of Connections
Encapsulation is a function of the data link layer. Different media types require different data link layer
encapsulation
The OSI physical layer provides the means to transport the bits that make up a data link layer frame across
the network media.
Functions
Encoding – is a method of converting a stream of data bits into a predefined code. It is used to distinguish data bits
from control bits and identify where the frames starts and ends.
Signaling-sending the signals asynchronously mean that they are transmitted without a clock signal.
Bandwidth
Throughput
Throughput is the measure of transfer of bits across the media over a given period of time.
Latency refers to the amount of time, to include delays, for data to travel from one given point to another.
There is a third measurement to measure the transfer of usable data that is known as goodput.
Goodput is the measure of usable data transferred over a given period of time (throughput) minus the traffic
overhead for establishing sessions, acknowledgements, and encapsulation.
Lesson 2
Network Media
Networks use copper media because it is inexpensive, easy to install, and has low resistance to electrical
current.
Copper media is limited by distance and signal interference.
Data is transmitted on copper cables as electrical pulses.
Longer the signal travels, the more it deteriorates in a phenomenon referred to as signal attenuation. For
this reason, all copper media must follow strict distance limitations as specified by the guiding standards.
The separation of data and electrical power cabling must comply with safety codes.
Cables must be connected correctly.
Installations must be inspected for damage.
Equipment must be grounded correctly.
UTP cable does not use shielding to counter the effects of EMI and RFI. Instead, cable designer have discovered
that they can limit the negative effect of crosstalk by cancellation.
Cancellation
When two wires in an electrical circuit are placed close together, their magnetic fields are the exact opposite of each
other. Therefore, the two magnetic fields cancel each other out and also cancel out any outside EMI and RFI signals.
UTP cable must follow precise specifications governing how many twist or braids are permitted per meter (3.28 feet)
of cable.
Category 3
Category 5 and 5e
Category 6
T568A
1 white of green
2 green
3 white of orange
4 blue
5 white of blue
6 orange
7 white of brown
8 brown
T568B
1 white of orange
2 orange
3 white of green
4 blue
5 white of blue
6 green
7 white of brown
8 brown
Single-mode fiber
Consist of a very small core and uses expensive laser technology to send a single ray of light. Popular in long-
distance situations spanning hundreds of kilometers.
Multi-mode fiber
Consist of a larger core and uses LED emitters to send light pulses. Light from an LED enters the multimode fibers at
different angles. Popular in LANs. It provides bandwidth up to 10 Gb/s over link lengths up to 550 meters.
Coverage area
Interference
Security
Lesson 3
The data link layer is responsible for the exchange of frames between nodes over a physical network media. It allows
the upper layers to access the media and controls how data is placed and received on the media. Specifically the
data link layer performs these two basic services:
1. It accepts layer 3 packets and packages them into data units called frames.
2. It control media access control and performs error detection.
This upper sublayer defines the software processes that provide services to the network layer. It places information in
the frame that identifies which network layer protocol is being used for the frame. This information allows multiple
layer 3 protocols, such as IPv4 and IPv6, to utilize the same network interface and media.
This lower sublayer defines the media access process performed by the hardware. It provides data link layer
addressing and delimiting of data according to physical signaling requirements of the medium and the type of data
link layer protocol in use. Separating the data link layer into sublayers allows for one type of frame defined by the
upper layer to access different types of media defined by the lower layer
Star Topology
Extended Star topology
Bus topology
Ring Topology
Lesson 4
Contention-based Access
The Frame
Header
Data
Trailer