DC 1
DC 1
Agenda
➢ Course Objectives
➢ Course Books
➢ Course Content
➢ Course Evaluation
➢ Projects
Course Objectives
To provide a comprehensive overview of the basic
communication.
analog transmission.
Course Book
Course Content
Overview: (Revision)
Chapter 1: Introduction
Chapter 2: Network Models
Physical Layer
Chapter 3: Introduction to Physical Layer
Chapter 4: Digital Transmission
Chapter 5:Analog Transmission
Chapter 6: Bandwidth Utilization: Multiplexing and Spectrum
Spreading
Course Evaluation
2. Accuracy:
✓ The system must deliver data accurately (no
change).
10
Effectiveness of data communication system depend on:
3. Timeliness:
✓ The system must deliver data in timely
manner.
✓ Data arrived late are useless.
✓ In the case of (video and audio), delivering
data in the same order that they produce
without delay (Real time transmission).
11
Effectiveness of data communication system depend on:
4. Jitter:
✓ Variation in the packet arrival time.
✓ For example:
• let us assume that video packets are sent every 30
ms.
• If some of the packets arrive with 30-ms delay and
others with 40-ms delay, an uneven quality in the
video is the result.
12
Data Communication Components
A data communication system is made up of five
components.
13
Data Communication Components
1. Message: the information (data) to be communicated
– Consist of text, numbers, pictures, audio, or video
2. Sender: the device that sends the data message
– Computer, workstation, telephone handset, video camera.
3. Receiver: the device that receives the message
– Computer, workstation, telephone handset, television.
4. Medium: The physical path by which a message travels
from sender to receiver.
– twisted pair, coaxial cable, fiber-optic, radio waves
5. Protocol: a set of rules that govern data communications
– HTTP, FTP, TCP, UDP
14
Data Flow
• Communication between two devices can be:
✓ Simplex
✓ Half-Duplex
✓ Full-Duplex
15
Simplex
✓ The communication is unidirectional.
✓ Only one device on a link can transmit; the other
can only receive.
✓ Use the entire capacity of the channel to send data.
✓ Example: Keyboards, Monitors.
Data
16
Half-Duplex
✓ Each station can both transmit and receive, but not at the
same time.
✓ When one device is sending, the other can only receive, and
vice versa.
✓ Example: Walkie-talkies.
Data
Data
17
Full-Duplex
✓ Both stations can transmit and receive at same time.
Data
Data
Networks
• Network: A set of devices (nodes) connected by
communication links.
• Node: computer, printer, …
• Network Criteria :
– Network must meet a certain number of criteria
– The most important of the network criterions are:
• Performance
• Reliability
• Security
19
Performance
• Can be measured in many ways:
✓ Transit time (low) : A mount of time required
for a message to travel from one device to
another.
✓ Response time (low) : Elapsed time between
an inquiry and a response.
✓ Throughput (high): a measure of how much
data can be transferred from one location to
another in a given amount of time.
✓ Delay time (low) .
20
Performance
Depends on :
1. Number of users: large number slow response time.
21
Network Criteria
• Reliability is measured by:
✓ Frequency of failure.
✓ Recovery time of a network after a failure.
• Security:
✓ Protecting data from unauthorized access.
✓ Protecting data from damage and development.
✓ Implementing policies and procedures for recovery
from breaches and data losses.
22
Network Connection
• A link is a communications pathway that transfers
data from one device to another.
✓ For communication to occur, two devices must be
connected in some way to the same link at the same
time.
✓ multipoint.
23
Point-to-Point connection
• Dedicated link between two devices.
• Entire capacity of the link is reserved for
transmission between those two devices.
24
Multipoint (multidrop) Connection
• More than two devices share a single link.
✓ Capacity is shared.
✓ Channel is shared either spatially or temporally
▪ Spatially shared: if devices use link at same time.
▪ Timeshared: if users must take turns.
25
Networks Topology
• The way a network is laid out physically.
26
Mesh Topology
• Every link is dedicated point-to-point link
• The term dedicated means that the link carries traffic only
between the two devices it connects.
• To link n devices fully connected mesh has:
n ( n - 1) / 2 physical channels (Full-Duplex)
• Every Device on the network must have
n - 1 ports
• Example: How many link and I/O port for
• Network has 4 devices in mesh
27
Example:
29
Bus Topology
• It is multipoint
• One long cable acts as a backbone.
• Used in the design of early LANS.
30
Ring Topology
• Each device has dedicated point-to-point connection with
only the two devices on either side of it.
• A signal is passed along the ring in one direction from
device to device until it reaches its destination.
• Each devices incorporates a Repeater.
31
Hybrid Topology
• Example: having a main star topology with each branch
connecting several stations in a bus topology.
32
Network Types
• Networks infrastructures can vary greatly in terms of:
The size of the area covered.
The number of users connected.
The number and types of services available.
• Network Types
LAN “Local Area Network”
WAN “Wide Area Network”
33
LAN “Local Area Network”
• A LAN is a network that connects computers and devices
within a limited geographical area, such as a home, office, or
school.
a) WAN
b) LAN
c) Internet
d) MAN
In a data communication system, what is the
"message"?
a) The device sending the data
b) The rules that govern communication
c) The information being transmitted
d) The medium through which the data travels
Which network topology involves every device having a
dedicated connection to every other device?
a) Star
b) Bus
c) Mesh
d) Ring
Task
Task :
What is the OSI model, and how does it work?
What are the differences between the OSI model and the
51
Sheet
6. For n devices in a network, what is the number of
cable links required for a mesh, ring, bus, and star
topology?
7. What are some of the factors that determine
whether a communication system is a LAN or
WAN?
8. What is an internet? What is the Internet?
9. Why are protocols needed?
52
How many layers are there in the OSI model?
A) 4
B) 5
C) 6
D) 7
Which of the following layers is responsible for
routing and logical addressing in the OSI model?
A) Data Link Layer
B) Transport Layer
C) Network Layer
D) Physical Layer
Which layer in the TCP/IP model is equivalent to
the combination of the OSI’s Application,
Presentation, and Session layers?
A) Internet Layer
B) Application Layer
C) Transport Layer
D) Link Layer
In the OSI model, which layer is responsible for
A) Network Layer
B) Session Layer
C) Transport Layer
applications?
A) TCP
B) HTTP
C) UDP
D) FTP
Which layer in the OSI model is primarily concerned
with the physical connection and transmission of raw
data over a medium?
A) Data Link Layer
B) Physical Layer
C) Session Layer
D) Application Layer
Which of the following is NOT a layer in the TCP/IP
model?
A) Application Layer
B) Presentation Layer
C) Internet Layer
D) Transport Layer
The OSI model was developed by which
organization?
A) IETF
B) ISO
C) IEEE
D) ITU
In which layer of the TCP/IP model does the IP
protocol operate?
A) Link Layer
B) Transport Layer
C) Internet Layer
D) Application Layer
What is the primary purpose of the Session layer
in the OSI model?
A) Data formatting and encryption
B) Establishing, managing, and terminating
connections
C) Data routing and packet forwarding
D) Error detection and correction