Lesson 3 NET201
Lesson 3 NET201
Networking 1
COLLEGE VISION: PASSI CITY COLLEGE - a center of academic excellence for sustainable
development and social transformation.
Course Description:
Course Objective:
Chapter 3
At the end of the course, the student must have:
Introduce the lowest layer of the TCP/IP model: the transport layer.
Discusses how this layer prepares network layer packets for transmission, controls access to the
physical media, and transports the data across various media.
Describe the encapsulation protocols and processes that occur as data travels across the LAN
and the WAN as well as the media use.
Networking 1
GRADING SYSTEM
MODULE GRADE - 60 %
100 %
FINAL/SEM GRADE
Networking 1
Types of Connections
Before network communications can occur, a physical connection to a local network must be
established.
A physical connection can be a wired connection using a cable or a wireless connection using
radio waves.
Networking 1
Wireless Local Area Network (WLAN) NICs are used for wireless connections.
Networking 1
• Provides the means to transport the bits that make up a data link layer frame across the
network media.
• Accepts a complete frame from the data link layer and encodes it as a series of signals that
are transmitted onto the local media.
• Encoded bits that comprise a frame are received by either an end device or an intermediate
device.
Networking 1
Three basic
forms of
network media
Networking 1
Functions
Encoding
• Method of converting a stream of data bits into a predefined "code”.
Signaling Method
• Method of representing the bits.
• Physical layer standards must define what type of signal represents a "1" and what
type of signal represents a "0”.
• Long pulse might represent a 1 whereas a short pulse represents a 0.
Networking 1
Bandwidth
Throughput
Measure of the transfer of bits across the media over a given period of time.
Usually does not match the specified bandwidth in physical layer implementations due to
many factors.
• Amount of traffic
• Type of traffic
• Latency created by network devices encountered between source and destination
Goodput is throughput minus traffic overhead for establishing sessions,
acknowledgments, and encapsulation.
Networking 1
The figure shows different types of interfaces and ports available on a 1941 router.
Networking 1
Network Media
Copper Cabling
Networking 1
Copper Media
Networking 1
Coaxial Cable
Networking 1
Networking 1
Consists of four pairs of color-coded copper wires that have been twisted together and
then encased in a flexible plastic sheath.
Small size can be advantageous during installation.
UTP cable does not use shielding to counter the effects of EMI and RFI.
• Cancellation: When two wires in an electrical circuit are placed close together,
their magnetic fields are the exact opposite of each other and cancel out any
outside EMI and RFI signals.
• Varies the number of twists per wire pair to further enhance the cancellation
effect of a paired circuit.
Networking 1
Cat 3 Cable
• Used for voice communication
• Most often used for phone lines
Cat 5 and 5e Cable
• Used for data transmission
• Cat5 supports 100 Mb/s and can support 1000Mb/s, but
it is not recommended
• Cat5e supports 1000 Mb/s
Cat 6 Cable
• Used for data transmission
• An added separator is between each pair of wires
allowing it to function at higher speeds
UTP Connectors
Networking 1
Networking 1
Enterprise Networks
o Fiber-to-the-Home (FTTH)
o Long-Haul Networks
o Submarine Cable Networks
Networking 1
Fiber-Optic Connectors
Light can only travel in one direction over
optical fiber, two fibers are required to
support the full duplex operation.
Straight-Tip (ST) Connectors
o One of the first connector types
used.
o Locks securely with a “twist-
on/twist-off”.
Subscriber Connector (SC) Connectors
o Referred to as square or standard
connector.
o Uses a push-pull mechanism to
ensure positive insertion.
o Used with multimode and single-
mode fiber.
Lucent Connector (LC) Simplex Connectors
o Smaller version of SC and popular
due to size.
Duplex Multimode LC Connectors
o Similar to LC but using a duplex
connector.
Networking 1
Networking 1
Wireless Media
Wireless media carry electromagnetic signals that represent the binary digits of data
communications using radio or microwave frequencies.
Wireless areas of concern:
• Coverage area: Construction materials used in buildings and structures, and the
local terrain, will limit the coverage.
• Interference: Disrupted by such common devices as fluorescent lights, microwave
ovens, and other wireless communications.
• Security: Devices and users, not authorized for access to the network, can gain
access to the transmission.
• Shared medium: Only one device can send or receive at a time and the wireless
medium is shared amongst all wireless users.
Networking 1
Wireless LAN
Networking 1
Layer 2
Data Link
Addresses
Networking 1
As packets travel from the source host to the destination host, they travel over different
physical networks.
Physical networks can consist of different types of physical media such as copper wires,
optical fibers, and wireless consisting of electromagnetic signals, radio and microwave
frequencies, and satellite links.
Networking 1
Networking 1
Topologies
Networking 1
WAN Topologies
Common Physical WAN Topologies
Networking 1
Networking 1
LAN Topologies
Physical LAN Topologies
Star - End devices are connected to a
central intermediate device. Use
Ethernet switches.
Extended Star - Additional Ethernet
switches interconnect other star
topologies.
Bus - Used in legacy networks. All end
systems are chained to each other and
terminated in some form on each end.
Switches are not required to
interconnect the end devices. Bus
topologies using coax cables were used
in legacy Ethernet networks because it
was inexpensive and easy to set up.
Ring - End systems are connected to
their respective neighbour forming a
ring. Unlike the bus topology, the ring
does not need to be terminated. Ring
topologies were used in legacy Fiber
Distributed Data Interface (FDDI) and
Token Ring network.
Half-Duplex Communication
• Both devices can transmit
and receive on the media
but cannot do so
simultaneously.
• Used in legacy bus
topologies and with
Ethernet hubs.
• WLANs also operate in
half-duplex.
Networking 1
Full-Duplex Communication
• Both devices can transmit and
receive on the media at the same
time.
• Data link layer assumes that the
media is available for
transmission for both nodes at
any time.
• Ethernet switches operate in
full- duplex mode by default,
but can operate in half-duplex if
connecting to a device such as
an Ethernet hub.
Media Access Control Methods
Contention-Based Access
• Nodes operate in half-
duplex.
• Compete for the use of
the medium.
• Only one device can
send at a time.
Controlled Access
• Each node has its own time
to use the medium.
• Legacy Token Ring LANs
are an example
Networking 1
Networking 1
CSMA/CA
• Uses a method to detect if
the
media is clear.
• Does not detect collisions
but attempts to avoid
them by waiting before
transmitting.
Note: Ethernet LANs using
switches do not use a
contention- based system
because the switch and the
host NIC operate in full-
duplex mode.
The Frame
Networking 1
Frame Fields
Layer 2 Addresses
Each data link frame contains the source data link address of the NIC card sending the frame,
and the destination data link address of the NIC card receiving the frame.
Networking 1