0% found this document useful (0 votes)
16 views30 pages

Wk1 1

The document outlines the course ICE 3161: Communication Engineering, taught by Dr. Asif Zaman, which includes a textbook, lesson plans, and various resources for students. It covers fundamental concepts of data communication, including the characteristics of communication systems, data representation, and network criteria such as performance, reliability, and security. Additionally, it discusses the physical structures of networks and their topologies.

Uploaded by

Md Mahfuzar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views30 pages

Wk1 1

The document outlines the course ICE 3161: Communication Engineering, taught by Dr. Asif Zaman, which includes a textbook, lesson plans, and various resources for students. It covers fundamental concepts of data communication, including the characteristics of communication systems, data representation, and network criteria such as performance, reliability, and security. Additionally, it discusses the physical structures of networks and their topologies.

Uploaded by

Md Mahfuzar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 30

ICE 3161

COMMUNICATION ENGINEERING

(Session 2020-21)

DR. ASIF ZAMAN


PROFESSOR, CSE, RU

Official Starting Date: April, 2024


TEXT BOOKS

• LESSON PLAN
• TEXT BOOK
• RESOURCES
• SLIDES

Data Communication and Networking,


5th Edition, Behrouz A. Forouzan
https://sites.google.com/site/asifzaman3180/lecture-slides

2 of 30
https://sites.google.com/site/asifzaman3180/lecture-slides

3 of 30
ICE3161: COMMUNICATION ENGINEERING

COMMUNICATION ENGINEERING Lab: ???


5 of 30
6 of 30
7 of 30
THE LEARNING PYRAMID

8 of 30
THE INTERNET

https://www.submarinecablemap.com/ 9 of 30
South East Asia–Middle East–Western Europe 4/5
(SEA-ME-WE 4/5)

10 of 30
Your PC/📱 Wi-Fi Router Local ISP

National
IPX
SEA-ME-WE 4/5 Wide
Gateway
Network
Internetwork
Packet
Exchange (IPX)

11 of 30
12 of 30
DATA COMMUNICATION

• What is Data???
• data is a collection of discrete or continuous
values that:
• convey information
• describing the quantity, quality, fact,
statistics, other basic units of meaning,
or
• simply sequences of symbols that may be
further interpreted formally.
13 of 30
• Data communications are
• .. exchange of data between two devices
• .. some form of transmission medium e.g. a wire
cable.
• For …., the communicating devices must
• be part of a communication system :
• a combination of
• hardware (physical equipment) and
• software (programs).
• The effectiveness of a data communications system
depends on four fundamental characteristics:
1. DELIVERY,
2. ACCURACY,
3. TIMELINESS, AND
4. JITTER. 14 of 30
FUNDAMENTAL CHARACTERISTICS

15 of 30
Transmission medium. The transmission medium is
COMPONENTS OF DATA COMMUNICATION
the physical path by which a message travels from sender
to receiver.
Some examples of transmission media Receiver. The receiver is the device
include twisted-pair wire, coaxial cable,that
fiber-optic
receivescable,
the message. It can be
and radio waves. a computer,
workstation, telephone handset,
Protocol. A protocol is a television, and so on.
set of rules that govern
data communications.
It represents an agreement
between the
communicating devices. Sender. The sender is the device
Without a protocol, two Message.
that sends theThe message
data is the
message. It can
devices may be connected information
be a computer, (data) to be
1. Message.
but not communicating, communicated.
workstation, Popular
telephone handset,
2. Sender formscamera,
video of information include text,
and so on.
numbers, pictures, audio, and video.
3. Receiver
4. Transmission medium
5. Protocol
16 of 30
DATA REPRESENTATION
• …text is represented as a bit pattern, a
1. TEXT sequence of bits (0s or 1s).
2. NUMBERS • Different sets of bit patterns have been
3. IMAGES designed to represent text symbols. -
4. AUDIO called a code,
5. VIDEO. • and the process of representing symbols ̶
coding.
• Unicode, which uses 32 bits to represent a
symbol or character used in any language
in the world.
• The American Standard Code for
Information Interchange (ASCII),
developed some decades ago in the
United States, 17 of 30
DATA REPRESENTATION
1. TEXT • Numbers are also represented by bit
2. NUMBERS patterns.
3. IMAGES
• … a code such as ASCII is not used
4. AUDIO
5. VIDEO. • To represent numbers; the number
is directly converted to a binary
number to simplify
• …mathematical operations.

18 of 30
DATA REPRESENTATION
• Images are also represented by bit patterns.
1. TEXT • …an image is composed of a matrix of pixels
2. NUMBERS (picture elements), where each pixel is a
3. IMAGES small dot. …
4. AUDIO • There are several methods to represent color
5. VIDEO. images. One method is called RGB, so called
because each color is made of a combination
of three primary colors: red, green, and blue.
• The intensity of each color is measured, and
a bit pattern is assigned to it. Another
method is called YCM, in which a color is
made of a combination of three other
primary colors: yellow, cyan, and magenta.
19 of 30
DATA REPRESENTATION
• Audio refers to the recording or broadcasting
1. TEXT of sound or music.
2. NUMBERS • Audio is by nature different from text,
3. IMAGES numbers, or images. It is continuous, not
4. AUDIO discrete.
5. VIDEO. • Even when we use a microphone to change
voice or music to an electric signal, we create
a continuous signal.

20 of 30
DATA REPRESENTATION
• Video refers to the recording or broadcasting
1. TEXT of a picture or movie.
2. NUMBERS • Video can either be produced as a
3. IMAGES continuous entity (e.g., by a TV camera), or it
4. AUDIO can be a combination of images, each a
5. VIDEO. discrete entity, arranged to convey the idea
of motion.

21 of 30
DATA FLOW

22 of 30
NETWORK
• NETWORKS: ??

• A network is the interconnection of a set of devices


capable of communication.

• a device can be a host: end system


such as a large computer, desktop, laptop, workstation,
cellular phone, or security system

• A device ….connecting device such as a router/ switch

• …wired or wireless transmission media such

23 of 30
NETWORK CRITERIA
• A network must be able to meet a certain number of criteria.
• The most important of these are:
1. Performance,
2. Reliability,
3. and Security.

24 of 30
NETWORK CRITERIA: Performance
• Performance …transit time and response time.
– Transit time is the amount of time required for a message
to travel from one device to another.
– Response time is the elapsed time between an inquiry and
a response.
• …factors:
– the number of users,
– the type of transmission medium,
– the capabilities of the connected hardware,
– and the efficiency of the software

25 of 30
NETWORK CRITERIA: Performance
• Performance is often evaluated by two networking metrics:
1. THROUGHPUT AND
2. DELAY.
• We often need more throughput and less delay.

• If we try to send more data to the network, we may increase


throughput but we increase the delay because of traffic
congestion in the network.

26 of 30
NETWORK CRITERIA: RELIABILITY
• Reliability
– accuracy of delivery +
– frequency of failure,
– the time it takes a link to recover from a failure
– the network’s robustness (শক্তি) in a catastrophe
(disaster).

27 of 30
NETWORK CRITERIA: SECURITY
• Network security issues include:
– Protecting data from unauthorized access
– Protecting data from damage and
– Development & implementing policies and procedures for
recovery from breaches and data losses.

28 of 30
NETWORK PHYSICAL STRUCTURES
• Physical Structures - attributes
– Type of Connection
– Physical Topology

29 of 30
• Physical Topology: … refers to the way in which a network is
laid out physically.

Mesh Topology Star Topology

Bus Topology

Ring Topology 30 of 30

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy