SlideShare a Scribd company logo
Welcome to my Lecture
on
Data Communication
M. Mozammel Hoque Chowdhury
Associate Professor

1
Chapter 1

Introduction

1.2
1-1 DATA COMMUNICATION
Data communication is the exchange of data between two
devices via some form of transmission medium such as a wire
cable.
---or--Data Communication is the process of transporting data using
computer devices from one point to another.

Figure 1.1 Five components of data communication
1.3
Data Transmission Modes (Ways)
The way of data transfer is called transmission
mode.
● Simplex (Ex. Data transmission from computer to monitor)
● Half Duplex (Ex. Data transmission through Walkie-talkie)
● Full Duplex (Ex. Data transmission through Telephone/cable)

1.4
Communication Channel
Communication channel is the link or path between sender and receiver.
Communication Channels are grouped into three basic categories:




Narrowband
Voice Band
Broadband

Narrowband channels range in speed from 45 to 300 bps (bits per
second). This channel is used mainly for telegraph line and low-speed
terminals.
Voice band channels can transmit data at speeds up to 9600 bps. It is
so called because its major application is for ordinary telephone voice
communication.
Broadband/wideband channels are used when large volumes of data is
to be transmitted at high speed. This system provides data transmission
rate of 1 million bps or more. These channels are used for high
speed computer-to-computer data communication.
1.5
Channel Capacity/Bandwidth
Bandwidth defines the volume of signals that can be
transmitted through a communication channel.
So, it defines how much data/information can be transmitted
in one second. It is usually measured in Hertz (Hz) - cycle
per second.

1.6
1-2 COMPUTER NETWORK
► A computer network is a set of computers, printers,

and/or other devices capable of sending and
receiving data connected via communication links.
The computer or other devices are often referred as
nodes.

1.7
The Uses of a Computer Network


Simultaneous access to data






Shared peripheral device







Data files are shared
Shared files stored on a server
Software can be shared

Printers and faxes are common shares
Reduces the cost per user
Devices can be connected to the network
Print servers control network printing

Personal communication


Email




Conferencing







1.8

Instantaneous communication
Tele conferencing
Videoconferencing
Audio-conferencing
Data-conferencing

Voice over IP


Phone communication over network wires
An overview of Computer Network

1.9
Network Types


Local Area Network (LAN)







Designed in one office or building of up to a few of kilometers.
An organization may have several LANS
Share printers, faxes, computers and servers.
Traditional LANs run at speeds of 10 – 100 Mbps, newer
LANs can operate at higher speeds, up to hundreds of Mbps

Wide Area Networks (WAN)





1.10

Two or more LANs connected over a large geographic area
Typically use public or leased lines

Phone lines
 Satellite
The Internet is an example of WAN.
Network Types…


Campus Area Networks (CAN)






Metropolitan Area Network (MAN)




1.11

A LAN in one large geographic area
Resources related to the same organization
Each department shares the LAN

Large network that connects different organizations
Shares regional resources
A network provider sells time
How Networks Are Structured


Server based network





1.12

Node is any network device
Servers control what the node accesses
Users gain access by logging in
Server is the most important computer
How Networks Are Structured


Client/Server network





Nodes and servers share data roles
Nodes are called clients
Servers are used to control access
Database software




1.13

Access to data controlled by server

Server is the most important computer
How Networks Are Structured


Peer to peer networks (P2PN)




1.14

All nodes are equal
Nodes access resources on other nodes
Each node controls its own resources
The History about Computer Network

1966 Terms, packets and packet switching, are coined out.
A project was funded to create an experimental network.
1969 The project evolves into Advanced Research Projects
Agency Network (ARPANET).
The first four nodes of ARPANET were:
– BBN (Bolt, Beranek and Newman), a consulting company
– SRI (Stanford Research Institute)
– The Univ. of California
– The Univ. of Utah
1.15
1.16
The History about Computer Network…
1971

ARPANET has 15 sites, 23 hosts

1972

FTP is outlined in 1972;
E-mail is created in 1972 by Ray Tomlinson of BBN;

1974

1977
1978

1982
1.17

Telnet protocol is proposed in his year.
Vinton Cerf, propose the Transmission Control Protocol
(TCP) in the paper, “A Protocol for Packet Network
Internetworking”, which introduce the term Internet.
The first wireless gateway is connected to ARPANET,
which transmits packet over radio waves.
Vinton Cerf, launch the plan for Internet Protocol (IP), which
is proposed as a routing function that is separated from
TCP.
TCP and IP are adopted as the main protocol suite for
ARPANET
The History about Computer Network…
1983 ARPANET reaches 500 and becomes a truly civilian-based
network, which marks the arrival of Internet
1988 The Internet grows to 60,000 hosts
Europe & North America are linked by fiber-optic cable
Internet Worm, the 1 st internet virus , impacts 10% of the
internet computers
1993 > 2 million hosts, 17 countries in Africa, Asia, …, joined Internet
1999 > 16 million hosts, US law establishes domain names as
property, US Internet backbone reach the speed at 2.5Gbps
2000 IPv6 is used for internet,
The push to implement wireless communication is on.

1.18
Network Topologies


Topology



1.19

Logical layout of wires and equipment
Several different types
Network Topologies


Bus topology






Also called linear bus
One wire connects all
nodes
Terminator ends the wires
Advantages





Disadvantages



1.20

Easy to setup
Small amount of wire
Slow
Easy to crash
Network Topologies


Star topology


All nodes connect to a hub





Advantages







1.21

Easy to setup
One cable can not crash
network

Disadvantages




Packets sent to hub
Hub sends packet to
destination

One hub crashing downs
entire network
Uses lots of cable

Most common topology
Network Topologies


Ring topology





Nodes connected in a circle
Tokens used to transmit data

Nodes must wait for token to
send

Advantages





Disadvantages



1.22

Time to send data is known
No data collisions
Slow
Lots of cable
Network Topologies


Mesh topology





All computers connected
together
Internet is a mesh network
Advantage




Disadvantages



1.23

Data will always be delivered
Lots of cable
Hard to setup
Tree Topology
Advantage:
When one hub breaks only
stations connected to the
broken hub will be affected.

1.24
Hybrid Topology

1.25
Network Hardware


Network linking devices




1.26

Connect nodes in the network
Cable runs from node to device
Crossover cable connects two computers
Network Hardware


Hubs




1.27

Center of a star network
All nodes receive transmitted packets
Slow and insecure
Network Hardware


Switches




1.28

Replacement for hubs
Only intended node receives transmission
Fast and secure
Network Hardware


Bridge



Connects two or more LANs together
Packets sent to remote LAN cross




1.29

Other packets do not cross

Segments the network on MAC addresses
Network Hardware


Router






1.30

Connects two or more LANs together
Packets sent to remote LAN cross
Network is segmented by IP address
Connect internal networks to the Internet
Need configured before installation
Bridge vs. Router
The purpose of both bridge and router is to connect two or
more LANs of the same type.
Bridge forwards data from one network to all other
networks connected to it with desired and no-desired
networks.
On the other hand, router sends data to the desired
machine on the desired network.
So, in case of bridge, network traffic jam occurs, but which
is not applicable for router.
1.31
Network Hardware


Gateway



1.32

Connects two dissimilar networks
Most gateways contained in other devices
Network Interface Cards

1.33
Network Protocols


Language of the network






1.34

Rules of communication
Error resolution
Defines collision and collision recovery
Size of packet
Naming rules for computers
Network Protocols


TCP/IP




Transmission Control Protocol/Internet Protocol
Most popular protocol
Machines assigned a name of 4 numbers





Dynamic Host Configuration Protocol (DHCP)




1.35

IP address
209.8.166.179 is the White House’s web site
Simplifies assignment of IP addresses

Required for Internet access
Why IPv6



IPv6 is a new version of IP (128 bits)
IPv4 – the current IP is going to run out of address





To provide more support to new requirements, like





1.36

Internet growing too fast,
Also have some waste : half of B Class networks have
less 50 hosts.
Better support to real time services, such as video on
demand
Support roaming without change IP
Will be more security
Other Network Protocols


IPX/SPX








NetBEUI




1.37

Internet Packet Exchange/Sequenced Packet
Exchange
Older protocol
Associated with Novell Netware
Replaced by TCP/IP

Network BIOS Extended User Interface
Used by Windows to name computers
Transmission details handled by TCP/IP
ISO’s OSI Reference Model


ISO:






OSI Reference Model:


1.38

International Standards Organization
A voluntary organization founded in 1946.
Its members are the national standards organizations
like, ANSI(US), BSI (British), IEEE (Institute of
Electrical and Electronics Engineers)
Open System Interconnected Reference Model
OSI Reference Model

1.39
THE INTERNET
The Internet has revolutionized many aspects of our daily
lives. It has affected the way we do business as well as the
way we spend our leisure time. The Internet is a
communication system that has brought a wealth of
information to our fingertips and organized it for our use.
• Internet is a worldwide system of interconnected computer
networks, which is also called a network of networks
interconnected through regional and national backbone
connections.

1.40
Internet related Terms


WWW: The World Wide Web, commonly known as the
Web, is a system of interlinked hypertext documents
accessed via the Internet.
With a web browser (e.g. Internet Explorer, Mozilla
Firefox etc.), one can view web pages that may contain
text, images, videos, and other multimedia and navigate
between them by using hyperlinks.





1.41

E-mail: Electronic mail, is a method of exchanging
digital messages.
Facebook: Facebook is a social utility that connects
people with friends and others who work, study and live
around them. People use Facebook to keep up with
friends and others.
Internet related Terms…
●





1.42

Intranet : An internal corporate or government
network that uses Internet tools, such as Web
browsers, and Internet protocols.
Extranet: A network that uses the Internet to
link multiple intranets.
DNS (Domain Name System) address
Domain name: nub.edu
Sub-domain: cse.nub.edu
Terms









1.43

WWW
HTTP
ISP
HML
URL
FTP
IRC
DNS

Abbreviation
World Wide Web
Hyper Text Transfer Protocol
Internet Service Provider
Hyper Text Markup Language
Uniform Resource Locator
File Transfer Protocol
Internet Relay Chat
Domain Name System
Role of MODEM in Data
Communication MOdulator (who performs Modulation)
MODEM : comes from


and DEModulator (who performs Demodulation)





1.44

MODEM performs digital modulation and demodulation.

Modulation – the process of converting digital signals to analog signals
Demodulation – the reverse process of modulation, i.e. converting
analog signals back to digital signals.
Why Modulation is Necessary
Modulation is a scheme under which the signal is first modified to
suitable form and mixed with the carrier for transmission.
 To transfer the message signal from one site another site over a long
distance without any interference and loss for that we are using
modulation.
Modulation is important due to following basic reasons :
 Low frequency signals can't be transmitted for long distance. That's why
we are modulating the information signals. 
 Need of bandwidth: suppose many people are talking at the same time,
we just cant make out the difference who is talking what, so bandwidth
is provided to each wave and it is done over high frequency to save the
quality of signal.


1.45
Why Modulation is Necessary….


Height of antenna: when we want to transmit electrical signal over an
antenna, through free space, it must be converted into electro-magnetic
waves. Only electro-magnetic waves have the property to travel through
space (vacuum) at the speed of light.
For better transmission the height of antenna should be quarter half of
the wavelength of wave to be transmitted. so, frequency is increased
(wavelength decreased) to make it practically possible.
Now suppose we want to transmit, an electric signal having frequency 3
kHz (voice frequency) over an antenna. Then what happens:

It means that we need height of antenna equal to 100 km! This is practically
impossible!
1.46

More Related Content

What's hot

Telecommunications and networks
Telecommunications and networksTelecommunications and networks
Telecommunications and networks
Sopon Tumchota
 
Personal area networks (PAN)
Personal area networks (PAN)Personal area networks (PAN)
Personal area networks (PAN)
Glaucio Pessoa, P.E.
 
Iso layers
Iso layersIso layers
Iso layers
Sathish kumar
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
Zafar Ayub
 
Fundamentals of data network
Fundamentals of data networkFundamentals of data network
Fundamentals of data network
Dr Reeja S R
 
Tcp ip
Tcp ipTcp ip
Tcp ip
Dhani Ahmad
 
telecommunication basic 1
telecommunication basic 1telecommunication basic 1
telecommunication basic 1
kasup uditha
 
Data Communication and Networks
Data Communication and NetworksData Communication and Networks
Data Communication and Networks
ChAwais15
 
COMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICES
COMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICESCOMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICES
COMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICES
COMSATS Institute of Information Technology
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
Yoohyun Kim
 
Physical Layer
Physical LayerPhysical Layer
Physical Layer
Are-Da Shalan
 
Topic 3.2 internet service provider
Topic 3.2 internet service providerTopic 3.2 internet service provider
Topic 3.2 internet service provider
Atika Zaimi
 
Network Slides
Network SlidesNetwork Slides
Network Slidesiarthur
 
THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL
AMIT GUPTA
 
Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone NetworkHaither Mithath
 
Internetworking basics
Internetworking basicsInternetworking basics
Internetworking basics
Romeo Alonzo
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
Rajesh Sadhukha
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
vasanthimuniasamy
 
Introduction to switching & circuit switching
Introduction to switching & circuit switchingIntroduction to switching & circuit switching
Introduction to switching & circuit switching
Dr Rajiv Srivastava
 

What's hot (20)

Telecommunications and networks
Telecommunications and networksTelecommunications and networks
Telecommunications and networks
 
Personal area networks (PAN)
Personal area networks (PAN)Personal area networks (PAN)
Personal area networks (PAN)
 
Iso layers
Iso layersIso layers
Iso layers
 
Data communication and network Chapter -1
Data communication and network Chapter -1Data communication and network Chapter -1
Data communication and network Chapter -1
 
Fundamentals of data network
Fundamentals of data networkFundamentals of data network
Fundamentals of data network
 
Tcp ip
Tcp ipTcp ip
Tcp ip
 
telecommunication basic 1
telecommunication basic 1telecommunication basic 1
telecommunication basic 1
 
Data Communication and Networks
Data Communication and NetworksData Communication and Networks
Data Communication and Networks
 
Ch4 digital transmission
Ch4 digital transmissionCh4 digital transmission
Ch4 digital transmission
 
COMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICES
COMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICESCOMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICES
COMUNICATION NETWORK NETWORK TOPOLOGY NETWORK CABLES NETWORK DEVICES
 
Telecommunication basics
Telecommunication basicsTelecommunication basics
Telecommunication basics
 
Physical Layer
Physical LayerPhysical Layer
Physical Layer
 
Topic 3.2 internet service provider
Topic 3.2 internet service providerTopic 3.2 internet service provider
Topic 3.2 internet service provider
 
Network Slides
Network SlidesNetwork Slides
Network Slides
 
THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL THE COMPLETE OSI MODEL
THE COMPLETE OSI MODEL
 
Public Switched Telephone Network
Public Switched Telephone NetworkPublic Switched Telephone Network
Public Switched Telephone Network
 
Internetworking basics
Internetworking basicsInternetworking basics
Internetworking basics
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Networkingconcepts
NetworkingconceptsNetworkingconcepts
Networkingconcepts
 
Introduction to switching & circuit switching
Introduction to switching & circuit switchingIntroduction to switching & circuit switching
Introduction to switching & circuit switching
 

Similar to 1. introduction data comm

Computer networking class 12
Computer networking class 12Computer networking class 12
Computer networking class 12
LakshyaT
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06kchanaka3
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
Michael Lamont
 
Networking
NetworkingNetworking
Networking
Mudasirbaloch
 
Computer_Network_Basic.ppt
Computer_Network_Basic.pptComputer_Network_Basic.ppt
Computer_Network_Basic.ppt
Sarthak665910
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnologyGulrez Khan
 
Networks
NetworksNetworks
Networks
Ranjith Kumaran
 
Data communications and computer networks
Data communications and computer networksData communications and computer networks
Data communications and computer networks
obaid-ur-rehman
 
Computer_Network
Computer_NetworkComputer_Network
Computer_Network
Ravi Jiyani
 
ch1_vbest.pptx
ch1_vbest.pptxch1_vbest.pptx
ch1_vbest.pptx
GetachewDires1
 
Computer Networks By Beant Singh Duggal
Computer Networks By Beant Singh DuggalComputer Networks By Beant Singh Duggal
Computer Networks By Beant Singh Duggal
Beantsingh
 
Concept of Networking and Operating System.
Concept of Networking and Operating System.Concept of Networking and Operating System.
Concept of Networking and Operating System.
AnshulAnand21
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
SadamoTaga
 
Software Slides
Software SlidesSoftware Slides
Software Slidesiarthur
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networksfarhan516
 
Lecture1-2.ppt
Lecture1-2.pptLecture1-2.ppt
Lecture1-2.ppt
CheriviralaNikhil
 
Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...
bismahmalik22
 
2.Lecture1,2.pptx
2.Lecture1,2.pptx2.Lecture1,2.pptx
2.Lecture1,2.pptx
RavindraVishnoi2
 

Similar to 1. introduction data comm (20)

Computer networking class 12
Computer networking class 12Computer networking class 12
Computer networking class 12
 
E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
 
Networking
NetworkingNetworking
Networking
 
Computer_Network_Basic.ppt
Computer_Network_Basic.pptComputer_Network_Basic.ppt
Computer_Network_Basic.ppt
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnology
 
Networks
NetworksNetworks
Networks
 
Data communications and computer networks
Data communications and computer networksData communications and computer networks
Data communications and computer networks
 
Computer_Network
Computer_NetworkComputer_Network
Computer_Network
 
ch1_vbest.pptx
ch1_vbest.pptxch1_vbest.pptx
ch1_vbest.pptx
 
Computer Networks By Beant Singh Duggal
Computer Networks By Beant Singh DuggalComputer Networks By Beant Singh Duggal
Computer Networks By Beant Singh Duggal
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Fg c
Fg cFg c
Fg c
 
Concept of Networking and Operating System.
Concept of Networking and Operating System.Concept of Networking and Operating System.
Concept of Networking and Operating System.
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Software Slides
Software SlidesSoftware Slides
Software Slides
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networks
 
Lecture1-2.ppt
Lecture1-2.pptLecture1-2.ppt
Lecture1-2.ppt
 
Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...Lec-01 Introduction Computer Networks...
Lec-01 Introduction Computer Networks...
 
2.Lecture1,2.pptx
2.Lecture1,2.pptx2.Lecture1,2.pptx
2.Lecture1,2.pptx
 

Recently uploaded

Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
Celine George
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
EduSkills OECD
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 

Recently uploaded (20)

Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
How to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERPHow to Create Map Views in the Odoo 17 ERP
How to Create Map Views in the Odoo 17 ERP
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 

1. introduction data comm

  • 1. Welcome to my Lecture on Data Communication M. Mozammel Hoque Chowdhury Associate Professor 1
  • 3. 1-1 DATA COMMUNICATION Data communication is the exchange of data between two devices via some form of transmission medium such as a wire cable. ---or--Data Communication is the process of transporting data using computer devices from one point to another. Figure 1.1 Five components of data communication 1.3
  • 4. Data Transmission Modes (Ways) The way of data transfer is called transmission mode. ● Simplex (Ex. Data transmission from computer to monitor) ● Half Duplex (Ex. Data transmission through Walkie-talkie) ● Full Duplex (Ex. Data transmission through Telephone/cable) 1.4
  • 5. Communication Channel Communication channel is the link or path between sender and receiver. Communication Channels are grouped into three basic categories:    Narrowband Voice Band Broadband Narrowband channels range in speed from 45 to 300 bps (bits per second). This channel is used mainly for telegraph line and low-speed terminals. Voice band channels can transmit data at speeds up to 9600 bps. It is so called because its major application is for ordinary telephone voice communication. Broadband/wideband channels are used when large volumes of data is to be transmitted at high speed. This system provides data transmission rate of 1 million bps or more. These channels are used for high speed computer-to-computer data communication. 1.5
  • 6. Channel Capacity/Bandwidth Bandwidth defines the volume of signals that can be transmitted through a communication channel. So, it defines how much data/information can be transmitted in one second. It is usually measured in Hertz (Hz) - cycle per second. 1.6
  • 7. 1-2 COMPUTER NETWORK ► A computer network is a set of computers, printers, and/or other devices capable of sending and receiving data connected via communication links. The computer or other devices are often referred as nodes. 1.7
  • 8. The Uses of a Computer Network  Simultaneous access to data     Shared peripheral device      Data files are shared Shared files stored on a server Software can be shared Printers and faxes are common shares Reduces the cost per user Devices can be connected to the network Print servers control network printing Personal communication  Email   Conferencing      1.8 Instantaneous communication Tele conferencing Videoconferencing Audio-conferencing Data-conferencing Voice over IP  Phone communication over network wires
  • 9. An overview of Computer Network 1.9
  • 10. Network Types  Local Area Network (LAN)      Designed in one office or building of up to a few of kilometers. An organization may have several LANS Share printers, faxes, computers and servers. Traditional LANs run at speeds of 10 – 100 Mbps, newer LANs can operate at higher speeds, up to hundreds of Mbps Wide Area Networks (WAN)    1.10 Two or more LANs connected over a large geographic area Typically use public or leased lines  Phone lines  Satellite The Internet is an example of WAN.
  • 11. Network Types…  Campus Area Networks (CAN)     Metropolitan Area Network (MAN)    1.11 A LAN in one large geographic area Resources related to the same organization Each department shares the LAN Large network that connects different organizations Shares regional resources A network provider sells time
  • 12. How Networks Are Structured  Server based network     1.12 Node is any network device Servers control what the node accesses Users gain access by logging in Server is the most important computer
  • 13. How Networks Are Structured  Client/Server network     Nodes and servers share data roles Nodes are called clients Servers are used to control access Database software   1.13 Access to data controlled by server Server is the most important computer
  • 14. How Networks Are Structured  Peer to peer networks (P2PN)    1.14 All nodes are equal Nodes access resources on other nodes Each node controls its own resources
  • 15. The History about Computer Network 1966 Terms, packets and packet switching, are coined out. A project was funded to create an experimental network. 1969 The project evolves into Advanced Research Projects Agency Network (ARPANET). The first four nodes of ARPANET were: – BBN (Bolt, Beranek and Newman), a consulting company – SRI (Stanford Research Institute) – The Univ. of California – The Univ. of Utah 1.15
  • 16. 1.16
  • 17. The History about Computer Network… 1971 ARPANET has 15 sites, 23 hosts 1972 FTP is outlined in 1972; E-mail is created in 1972 by Ray Tomlinson of BBN; 1974 1977 1978 1982 1.17 Telnet protocol is proposed in his year. Vinton Cerf, propose the Transmission Control Protocol (TCP) in the paper, “A Protocol for Packet Network Internetworking”, which introduce the term Internet. The first wireless gateway is connected to ARPANET, which transmits packet over radio waves. Vinton Cerf, launch the plan for Internet Protocol (IP), which is proposed as a routing function that is separated from TCP. TCP and IP are adopted as the main protocol suite for ARPANET
  • 18. The History about Computer Network… 1983 ARPANET reaches 500 and becomes a truly civilian-based network, which marks the arrival of Internet 1988 The Internet grows to 60,000 hosts Europe & North America are linked by fiber-optic cable Internet Worm, the 1 st internet virus , impacts 10% of the internet computers 1993 > 2 million hosts, 17 countries in Africa, Asia, …, joined Internet 1999 > 16 million hosts, US law establishes domain names as property, US Internet backbone reach the speed at 2.5Gbps 2000 IPv6 is used for internet, The push to implement wireless communication is on. 1.18
  • 19. Network Topologies  Topology   1.19 Logical layout of wires and equipment Several different types
  • 20. Network Topologies  Bus topology     Also called linear bus One wire connects all nodes Terminator ends the wires Advantages    Disadvantages   1.20 Easy to setup Small amount of wire Slow Easy to crash
  • 21. Network Topologies  Star topology  All nodes connect to a hub    Advantages     1.21 Easy to setup One cable can not crash network Disadvantages   Packets sent to hub Hub sends packet to destination One hub crashing downs entire network Uses lots of cable Most common topology
  • 22. Network Topologies  Ring topology    Nodes connected in a circle Tokens used to transmit data  Nodes must wait for token to send Advantages    Disadvantages   1.22 Time to send data is known No data collisions Slow Lots of cable
  • 23. Network Topologies  Mesh topology    All computers connected together Internet is a mesh network Advantage   Disadvantages   1.23 Data will always be delivered Lots of cable Hard to setup
  • 24. Tree Topology Advantage: When one hub breaks only stations connected to the broken hub will be affected. 1.24
  • 26. Network Hardware  Network linking devices    1.26 Connect nodes in the network Cable runs from node to device Crossover cable connects two computers
  • 27. Network Hardware  Hubs    1.27 Center of a star network All nodes receive transmitted packets Slow and insecure
  • 28. Network Hardware  Switches    1.28 Replacement for hubs Only intended node receives transmission Fast and secure
  • 29. Network Hardware  Bridge   Connects two or more LANs together Packets sent to remote LAN cross   1.29 Other packets do not cross Segments the network on MAC addresses
  • 30. Network Hardware  Router      1.30 Connects two or more LANs together Packets sent to remote LAN cross Network is segmented by IP address Connect internal networks to the Internet Need configured before installation
  • 31. Bridge vs. Router The purpose of both bridge and router is to connect two or more LANs of the same type. Bridge forwards data from one network to all other networks connected to it with desired and no-desired networks. On the other hand, router sends data to the desired machine on the desired network. So, in case of bridge, network traffic jam occurs, but which is not applicable for router. 1.31
  • 32. Network Hardware  Gateway   1.32 Connects two dissimilar networks Most gateways contained in other devices
  • 34. Network Protocols  Language of the network      1.34 Rules of communication Error resolution Defines collision and collision recovery Size of packet Naming rules for computers
  • 35. Network Protocols  TCP/IP    Transmission Control Protocol/Internet Protocol Most popular protocol Machines assigned a name of 4 numbers    Dynamic Host Configuration Protocol (DHCP)   1.35 IP address 209.8.166.179 is the White House’s web site Simplifies assignment of IP addresses Required for Internet access
  • 36. Why IPv6   IPv6 is a new version of IP (128 bits) IPv4 – the current IP is going to run out of address    To provide more support to new requirements, like    1.36 Internet growing too fast, Also have some waste : half of B Class networks have less 50 hosts. Better support to real time services, such as video on demand Support roaming without change IP Will be more security
  • 37. Other Network Protocols  IPX/SPX      NetBEUI    1.37 Internet Packet Exchange/Sequenced Packet Exchange Older protocol Associated with Novell Netware Replaced by TCP/IP Network BIOS Extended User Interface Used by Windows to name computers Transmission details handled by TCP/IP
  • 38. ISO’s OSI Reference Model  ISO:     OSI Reference Model:  1.38 International Standards Organization A voluntary organization founded in 1946. Its members are the national standards organizations like, ANSI(US), BSI (British), IEEE (Institute of Electrical and Electronics Engineers) Open System Interconnected Reference Model
  • 40. THE INTERNET The Internet has revolutionized many aspects of our daily lives. It has affected the way we do business as well as the way we spend our leisure time. The Internet is a communication system that has brought a wealth of information to our fingertips and organized it for our use. • Internet is a worldwide system of interconnected computer networks, which is also called a network of networks interconnected through regional and national backbone connections. 1.40
  • 41. Internet related Terms  WWW: The World Wide Web, commonly known as the Web, is a system of interlinked hypertext documents accessed via the Internet. With a web browser (e.g. Internet Explorer, Mozilla Firefox etc.), one can view web pages that may contain text, images, videos, and other multimedia and navigate between them by using hyperlinks.   1.41 E-mail: Electronic mail, is a method of exchanging digital messages. Facebook: Facebook is a social utility that connects people with friends and others who work, study and live around them. People use Facebook to keep up with friends and others.
  • 42. Internet related Terms… ●   1.42 Intranet : An internal corporate or government network that uses Internet tools, such as Web browsers, and Internet protocols. Extranet: A network that uses the Internet to link multiple intranets. DNS (Domain Name System) address Domain name: nub.edu Sub-domain: cse.nub.edu
  • 43. Terms         1.43 WWW HTTP ISP HML URL FTP IRC DNS Abbreviation World Wide Web Hyper Text Transfer Protocol Internet Service Provider Hyper Text Markup Language Uniform Resource Locator File Transfer Protocol Internet Relay Chat Domain Name System
  • 44. Role of MODEM in Data Communication MOdulator (who performs Modulation) MODEM : comes from  and DEModulator (who performs Demodulation)    1.44 MODEM performs digital modulation and demodulation. Modulation – the process of converting digital signals to analog signals Demodulation – the reverse process of modulation, i.e. converting analog signals back to digital signals.
  • 45. Why Modulation is Necessary Modulation is a scheme under which the signal is first modified to suitable form and mixed with the carrier for transmission.  To transfer the message signal from one site another site over a long distance without any interference and loss for that we are using modulation. Modulation is important due to following basic reasons :  Low frequency signals can't be transmitted for long distance. That's why we are modulating the information signals.   Need of bandwidth: suppose many people are talking at the same time, we just cant make out the difference who is talking what, so bandwidth is provided to each wave and it is done over high frequency to save the quality of signal.  1.45
  • 46. Why Modulation is Necessary….  Height of antenna: when we want to transmit electrical signal over an antenna, through free space, it must be converted into electro-magnetic waves. Only electro-magnetic waves have the property to travel through space (vacuum) at the speed of light. For better transmission the height of antenna should be quarter half of the wavelength of wave to be transmitted. so, frequency is increased (wavelength decreased) to make it practically possible. Now suppose we want to transmit, an electric signal having frequency 3 kHz (voice frequency) over an antenna. Then what happens: It means that we need height of antenna equal to 100 km! This is practically impossible! 1.46

Editor's Notes

  1. Teaching Tip Figure 9A.2 on page 342 visually describes the sharing process. It can be helpful to have students open a shared file that you control. Make a change then have the students open it again. Alternatively, share a document and allow your students to write in it. Then demonstrate how the shared document changes. Spend time discussing why application servers need to be so powerful.
  2. Teaching tip Use a real world example to describe an organization with interconnected LANs.
  3. Teaching tip Spend a few minutes here discussing password policies. Describe why it is important not to give out a password. Also describe why longer, more complicated passwords are important.
  4. Teaching tip Discuss how users managing their own security settings can be bad.
  5. Teaching tip Discuss how your network topology handles collisions. If your students are technical, contrast this with an inferior topology.
  6. Teaching tip Pages 352 and 353 have diagrams of each network topology
  7. Insider information Twisted pair networks cannot achieve higher than 10 Mbps using a hub. Switches are necessary to achieve 100 Mbps or higher.
  8. Discussion point Ask who in the class has high speed Internet. Then determine if anyone is sharing this to the rest of the house or dorm. If they are, see if they can describe the setup. Most likely, the sharing is done with a router.
  9. Teaching tip Have students determine IP addresses for the computer. On 2000/XP enter ipconfig /all. Windows 98 and back enter winipcfg.
  10. Discussion Point Have students tell you what BIOS stands for.