lecture_02


"/home/yossef/notes/Su/broadband/lecture_02.md"

path: Su/broadband/lecture_02.md

- **fileName**: lecture_02
- **Created on**: 2026-03-29 12:37:54

Sure. Here is a very simple explanation of Lecture 2 from slide 4 to
the end. Based on your PDF.

Slide 5: Communication Networks

This slide explains that a communication network is a better solution
for connecting many devices. It includes equipment like routers,
switches, servers, and modems, and also physical things like copper
wires, coaxial cables, and optical fiber. The network is usually
shown as a cloud because the user does not need to see all the
internal details.

Simple meaning:

Easy explanation:
"A communication network is the system in the middle that helps many
devices talk to each other."

Slide 6: Communication Networks

This slide shows the basic idea of a network. There are two types of
devices: end systems and nodes. End systems are the user devices.
Nodes are the middle devices that carry data from sender to receiver.
Nodes do not create the data. They only move it.

Simple meaning:

Easy explanation:
"The user devices create the data, and the nodes help move it through
the network."

Slide 7: Communication Network Architecture

This slide says network architecture means the design or plan of the
network. Since communication is complex, the network is divided into
layers. Each layer has a job.

Simple meaning:

Easy explanation:
"To make networks easier to understand, we divide the work into
layers."

Slide 8: Integrated Services Digital Network (ISDN)

This slide says public networks are used for many services, such as
telephone service, private lines, packet-switched data, and
circuit-switched data. Users also use different devices like phones,
PCs, and mainframe computers. Even though many interfaces are used,
the user sees one single network.

Simple meaning:

Easy explanation:
"Many types of services and devices can use the same general
network."

Slide 9: ISDN diagram

This slide shows a picture of ISDN. It connects devices like
telephone, data terminal, PBX, alarm, and LAN to a customer ISDN
interface, then to the ISDN central office, and from there to
packet-switched and circuit-switched networks and other services. The
idea is that one digital connection can support many kinds of
communication.

Simple meaning:

Easy explanation:
"One ISDN connection can carry different services together."

Slide 10: Taxonomy of Networks

This is just a title slide. It means the next topic is classification
of networks.

Simple meaning:

Slide 11: Taxonomy of Networks

This slide classifies networks based on how nodes exchange
information. It shows two main types: circuit-switched networks and
packet-switched networks. It also mentions datagram networks, virtual
circuit networks, and different multiplexing methods like frequency,
time, and wavelength division multiplexing.

Simple meaning:

Easy explanation:
"Networks can be grouped by how they move data."

Slide 12: Circuit Switching

This slide explains that in circuit switching, a dedicated path is
created between two stations through the network. This path stays
reserved for the whole connection. The reserved capacity cannot be
used by others, even if it is idle. Data is not delayed much at
switches.

Simple meaning:

Easy explanation:
"It is like reserving a private road for one conversation."

Slide 13: Circuit Switching

This slide says circuit-switched communication has three steps: setup
the circuit, transfer data, then release the circuit. If there is no
capacity available, you get a busy signal. Telephone networks and
ISDN are examples.

Simple meaning:

Easy explanation:
"First the path is prepared, then data is sent, then the path is
removed."

Slide 14: Circuit Switching diagram

This slide shows a diagram with two circuits going through nodes. It
is just showing that more than one reserved path can exist in the
same network, and each path follows its own route.

Easy explanation:
"The picture shows how fixed circuits move through the network."

Slide 15: Implementation of Circuit Switching

This slide says circuits can be implemented in three ways: FDM, TDM,
and WDM. It also gives a voice example from telephone networks. Voice
needs 3000 Hz, but 4000 Hz is allocated, so a channel with enough
bandwidth can carry multiple voice calls.

Simple meaning:

Easy explanation:
"A network can separate calls by frequency, time, or light
wavelength."

Slide 16: Frequency Division Multiplexing (FDM)

This slide explains FDM. The frequency spectrum is divided into
logical channels, and each information flow gets one channel. That
means each user or signal uses a different frequency range.

Simple meaning:

Easy explanation:
"In FDM, everyone gets a different frequency lane."

Simple example:
Like radio stations. Each station uses a different frequency.

Slide 17: FDM

This slide adds that a circuit switch can combine many voice calls on
one high-bandwidth link. Each call gets fixed bandwidth, and the
frequency of each call is shifted so calls do not interfere.

Simple meaning:

Easy explanation:
"Many calls travel together, but each stays in its own frequency
part."

Slide 18: Time Division Multiplexing (TDM)

This slide explains TDM. Many signals can use one medium by taking
turns in time. A small piece from signal 1 is sent, then signal 2,
then signal 3, and so on.

Simple meaning:

Easy explanation:
"In TDM, users share one line by using different time turns."

Simple example:
Like students speaking one after another, not all at once.

Slide 19: TDM

This slide says time is divided into frames, and each frame has
slots. Each circuit gets one or more slots in every frame.

Simple meaning:

Easy explanation:
"The line is divided into repeating time pieces, and each user gets a
fixed place."

Slide 20: Circuit Switch

This slide says a circuit switch moves a circuit from one input link
to one output link. It may change frequency assignment in FDM or time
slot assignment in TDM. It also says there are no queueing delays.

Simple meaning:

Easy explanation:
"The switch simply sends the reserved circuit to the correct next
path."

Slide 21: Packet Switching

This slide says data can also be sent as packets. A packet has
header, data, and trailer. The header and trailer carry control
information. Each packet is passed from node to node. At each node,
the whole packet is received, stored for a short time, then sent
forward. No fixed capacity is reserved for packets.

Simple meaning:

Easy explanation:
"In packet switching, data is broken into small pieces, and each
piece travels through the network."

Slide 22: A Packet Switch

This slide shows the parts of a packet switch: input queues, output
queues, memory, and switch fabric. It means packets may wait before
being sent to the next link.

Simple meaning:

Easy explanation:
"The packet switch receives packets, stores them briefly, and sends
them to the correct output."

Slide 23: Statistical Multiplexing

This slide says packet transmission on a link is called statistical
multiplexing. There is no fixed allocation. Packets are sent as they
arrive. Only active workstations send data.

Simple meaning:

Easy explanation:
"In packet switching, the link is shared only by devices that are
sending at that moment."

Slide 24: Datagram Packet Switching

This slide says each packet is processed independently. If host A
sends two packets to host B, the network may not treat them as
related. They may take different routes. Packets are called
datagrams. Because of that, packets may arrive out of order, and each
packet must carry the full destination address.

Simple meaning:

Easy explanation:
"In a datagram network, every packet takes care of itself."

Slide 25: Virtual-Circuit Packet Switching

This slide says VC packet switching is a mix of circuit switching and
packet switching. Data is still sent as packets, but all packets from
one stream follow a pre-established path called a virtual circuit.
This keeps packets in the correct order.

Simple meaning:

Easy explanation:
"VC packet switching sends packets, but all packets follow one
planned route."

Slide 26: Virtual-Circuit Packet Switching

This slide says VC communication has three phases: setup, data
transfer, and disconnect. Packet headers do not need the full
destination address. Circuit-switched and VC packet-switched networks
are called connection-oriented services.

Simple meaning:

Easy explanation:
"First the route is created, then packets move on it, then the route
is closed."

Slide 27: Packet Forwarding and Routing

This slide says routing has two parts. One is forwarding the packet
from input interface to output interface. The other is calculating
routes using a routing algorithm. Forwarding differs between datagram
and VC networks, but route calculation is similar.

Simple meaning:

Easy explanation:
"One part is deciding where the packet goes next. Another part is
deciding the full path."

Slide 28: Datagram Packet Switching diagram

This slide shows a datagram example. Different packets can move
through different paths in the network.

Easy explanation:
"The picture shows that packets from the same sender do not need to
follow the same route."

Slide 29: Virtual-Circuit Packet Switching diagram

This slide shows a VC example. Packets follow the same virtual
circuit path.

Easy explanation:
"The picture shows that packets in one VC stay on the same planned
route."

Slide 30: Packet Forwarding of Datagrams

This slide says every datagram packet carries the full destination
address. Each router has a routing table. The table tells the router
the next hop for each destination.

Simple meaning:

Easy explanation:
"The router checks its table and finds where to send the packet
next."

Slide 31: Packet Forwarding of Datagrams

This slide gives the forwarding steps:

  1. Packet arrives.
  2. Router checks the routing table.
  3. Router sends the packet to the next hop.

Easy explanation:
"Receive, look up, and send."

Slide 32: Forwarding Datagrams

This slide shows routing tables and a network diagram. It
demonstrates how routers choose the next hop based on the
destination. The page 32 diagram visually shows each node with a
small table that tells it where to forward a packet next.

Easy explanation:
"Each router has its own map for where packets should go next."

Slide 33: Packet Forwarding with Virtual Circuits

This slide says that in VC networks, the route is set up first.
During setup, each router gives a VC number to the virtual circuit.
The VC number may be different at each hop, and it is written in the
packet header.

Simple meaning:

Easy explanation:
"The packet carries a small VC label instead of a full address."

Slide 34: Packet Forwarding of Virtual Circuits

This slide explains how forwarding works in VC networks. When a
packet arrives, the router looks at the incoming VC number and
incoming router, finds the matching entry, replaces the old VC number
with a new one, and sends the packet to the correct next router.

Simple meaning:

Easy explanation:
"The router reads the VC label, changes it if needed, and forwards
the packet."

Slide 35: Forwarding with VCs — setup

This slide shows part 1: setting up a virtual circuit from X to E.
The tables on the diagram show the incoming and outgoing VC numbers
for each node. The page 35 figure visually shows the selected route
and how each node stores a mapping for the connection.

Easy explanation:
"Before sending data, the route is prepared and each node saves
connection information."

Slide 36: Forwarding with VCs — packet transfer

This slide shows part 2: the packet moving along the setup route. The
VC numbers change as the packet moves through the nodes, based on the
stored tables. The page 36 diagram shows the actual forwarding after
setup is done.

Easy explanation:
"After setup, the packet follows the prepared path and each node
forwards it using VC labels."

Slide 37: Comparison

This slide compares three methods: circuit switching, datagram packet
switching, and VC packet switching. Circuit switching has a dedicated
path, fixed bandwidth, and no queueing delay, but it needs setup and
can give a busy signal. Datagram has no setup, no fixed path, and
shared bandwidth, but packets may be delayed and overhead exists in
each packet. VC packet switching is in between: it uses packets and
shared bandwidth, but the path stays fixed during the connection.

Simple meaning:

Easy explanation:
"Circuit switching is fixed and reserved. Datagram is flexible and
independent. VC packet switching mixes both ideas."

Slide 38: Taxonomy of Networks

This slide has a classification diagram. The page 38 diagram shows
WAN divided into private and public. Private can be dedicated or
switched. Dedicated includes leased lines such as T1/E1. Switched
includes circuit-switched and packet-switched. Public includes
internet, and broadband VPN with examples like DSL, cable, and
broadband wireless.

Simple meaning:

Easy explanation:
"The figure groups WAN networks into private and public types."

Slide 39: Packet Switching Networks

This is a title slide for the next topic.

Slide 40: Packet Switching Networks

This slide shows a packet-switched network diagram. The page 40
figure shows users connected through host computers, leased lines,
PAD, LEC, and PSE nodes. It illustrates how packet switching works
through exchanges in the network.

Simple meaning:

Easy explanation:
"This picture shows how users connect into a packet-switched network
through carrier equipment."

Slide 41: Packet Switched Service Protocols

This slide says three main protocols are used for packet-switched
services: X.25, ATM, and Frame Relay.

Easy explanation:
"These are three important technologies used in packet-switched
WANs."

Slide 42: X.25

This slide explains X.25. It is used in packet-switched networks of
carriers like telephone companies. It does error checking at every
node and keeps exchanging status messages. It is reliable because it
controls errors and retransmits bad packets. But this heavy
processing creates delay, and today this is often unnecessary
because modern fiber networks have very low error rates.

Simple meaning:

Easy explanation:
"X.25 is safe and careful, but slow."

Slide 43: X.25 devices

This slide explains the device types in X.25:

Simple meaning:

Easy explanation:
"DTE is the user side, DCE is the connector, and PSE is the network
switch."

Slide 44: Asynchronous Transfer Mode (ATM)

This slide says ATM is a WAN technology similar to Frame Relay. ATM
is unreliable by itself because it does not do error control inside
the ATM layer. Error control must be done by another layer, usually
the transport layer. ATM networks are connection-oriented.

Simple meaning:

Easy explanation:
"ATM is fast, but it depends on higher layers to handle errors."

Slide 45: ATM features

This slide says ATM combines multiplexing and switching. It works
well for bursty traffic and supports devices with different speeds.
ATM uses fixed 53-byte cells, supports quality of service, and is
scalable.

Simple meaning:

Easy explanation:
"ATM is designed to be fast, organized, and good for voice, video,
and data."

Slide 46: Frame Relay

This slide explains Frame Relay. It is a high-performance WAN
protocol working at the physical and data link layers. It was
designed for ISDN interfaces. It is packet-switched, and like ATM it
sends packets through the network without changing them. It is
considered unreliable because its error checking is limited. Common
speeds range from 56 Kbps to 45 Mbps.

Simple meaning:

Easy explanation:
"Frame Relay is faster and lighter than X.25, but less protective."

Slide 47: Frame Relay

This slide is mainly a title or image transition for Frame Relay.

Slide 48: Frame Relay devices

This slide says devices in Frame Relay are DTE and DCE. DTE includes
terminals, PCs, routers, and bridges. DCE is carrier-owned equipment
that provides clocking and switching, usually packet switches.

Simple meaning:

Easy explanation:
"DTE are user devices. DCE are provider devices that move the
data."

Slide 49: Frame Relay

This slide says Frame Relay uses variable-length packets and
statistical multiplexing. It uses predefined virtual circuits called
PVCs. It also uses CIR, which is a guaranteed data rate.

Simple meaning:

Easy explanation:
"Frame Relay sends packets on predefined virtual paths, with a
guaranteed rate."

Slide 50: Committed Information Rate (CIR)

This slide explains CIR and mentions burst rate and burst excess
rate. It says total throughput can be thought of as CIR plus burst
values. Some carriers allow bursting and some do not.

Simple meaning:

Easy explanation:
"CIR is your guaranteed speed, and bursting is temporary extra speed
if allowed."

Slide 51: Frame Relay diagram

The page 51 diagram shows LAN routers at customer sites connected
through LEC networks and an IXC Frame Relay network in the center. It
illustrates how different LANs can communicate through the Frame
Relay cloud.

Easy explanation:
"The figure shows how separate company networks can connect through a
Frame Relay provider."

Slide 52: Advantages of Frame Relay

This slide says Frame Relay supports connecting LANs that run
different protocols. It can improve network use, save money, and
reduce downtime because the network can reroute links automatically
inside the cloud.

Simple meaning:

Easy explanation:
"Frame Relay is flexible, can save cost, and can recover from some
failures."

Slide 53: ISDN

This slide says ISDN was developed so telecom companies could support
voice and data over one line using digital connectivity. It allows
multiple devices on one ISDN line. It has two types of
user-to-network interface: BRI for home or advanced users, and PRI
for businesses using T-1 lines.

Simple meaning:

Easy explanation:
"ISDN lets one digital line carry more than one kind of
communication."

Slide 54: BRI and PRI

This slide explains the channels in ISDN.

Simple meaning:

Easy explanation:
"ISDN divides its line into channels for actual data and for
control."

Slide 55: Advantages and Disadvantages of ISDN

This slide says ISDN offers better calling features, digital voice
quality, and can support internet, phone call, and fax together. But
it is expensive, not always available, and harder to configure than
an analog modem.

Simple meaning:

Easy explanation:
"ISDN is useful, but it costs more and is not very easy to set up."

Slide 56: Synchronous Optical Network (SONET)

This slide says SONET is a physical layer technology that sends data
in frames over fiber-optic WAN lines. STS-1 rate is 51.84 Mbps.

Simple meaning:

Easy explanation:
"SONET is a fast fiber-based system for long-distance
communication."

Slide 57: SONET Transmission Rate

The page 57 table shows different SONET rates such as OC-1, OC-3,
OC-12, OC-24, OC-48, OC-192, and OC-768, with larger levels giving
much higher Mbps rates.

Easy explanation:
"As the SONET level increases, the transmission speed increases a
lot."

Slide 58: Advantages of SONET

This slide says SONET can carry many types of communication traffic,
is scalable, standardized, and has built-in fault tolerance using
APS. If one fiber breaks, traffic can be switched to another fiber
very quickly.

Simple meaning:

Easy explanation:
"SONET is fast, reliable, and has backup paths."

Slide 59: ATM

This slide says ATM is a cell-based Layer 2 transport mechanism
developed from Broadband ISDN. It can carry voice, data, and video.
It combines the high bandwidth use of Frame Relay with the
predictability of TDM, so it works well for voice/video and data.

Simple meaning:

Easy explanation:
"ATM is built to carry many media types efficiently and smoothly."

Slide 60: ATM Cell

This slide explains that an ATM cell is always 53 bytes: 5 bytes
header and 48 bytes payload. Cells are sent continuously. When the
user sends data, it is placed into cells dynamically. ATM uses SVCs,
which reduce reconfiguration complexity. It also mentions
packetization delay, which is the time needed to fill a cell.

Simple meaning:

Easy explanation:
"ATM cuts data into equal cells and sends them in a very organized
way."

The page 61 diagram compares ATM layers with the OSI model. It shows
ATM has an application layer, higher layers, ATM adaptation layer,
ATM layer, and physical layer, and relates them to the OSI layers.

Simple meaning:

Easy explanation:
"This figure shows where ATM fits compared to the normal OSI
layers."

Slide 62: Drawbacks of ATM

This slide explains ATM disadvantages. It has overhead when
converting IP traffic to ATM. Segmentation and reassembly can waste
bandwidth. There can also be packetization delay. ATM needs different
knowledge and management compared to Ethernet, and many networks do
not need the QoS ATM provides.

Simple meaning:

Easy explanation:
"ATM is powerful, but it is more complex and often unnecessary for
many normal networks."

Slide 63: Thank You

This is the ending slide. It just closes the lecture.

Very short summary of the whole lecture: