SlideShare a Scribd company logo
1 of 19
Download to read offline
Assignment
On
Class Lecture
Course code : CSE-313
Course title : Data communication
Submitted to:
Pranab Bandhu Nath
Senior Lecturer
Dept. of CSE
City university
Submitted by:
Name :Rowshanara
ID : 1834902165
Batch : 49th
(B)
Dept. of CSE
City university
Submission date: 06/09/2021
Data transmission mode : Data Transmission mode defines the
direction of the flow of information between two communication devices. It is also
called Data Communication or Directional Mode. It specifies the direction of the
flow of information from one place to another in a computer network.
Figure : Types of transmission mode Simplex
mode: Simplex is the data transmission mode in which the data can
flow only in one direction, i.e., the communication is unidirectional. In
this mode, a sender can only send data but can not receive it. Similarly, a
receiver can only receive data but can not send it.
Half-duplex mode: Half-duplex devices can only transmit in one
direction at one time. With half-duplex mode, data can move in two
directions, but not at the same time. The term duplex, on its own,
refers to the capability to send and receive data. Duplex is often used
when talking about conversations over a telephone or computer.
Full-duplex : Full-Duplex is the data transmission mode in which
the data can flow in both directions at the same time.It is two-way
communication in which both the stations can transmit and receive the
data simultaneously. Full-Duplex mode has double bandwidth as
compared to the half-duplex.
Data signal : Data signal is a method of how information is
transferred; usually it's transferred in binary code in signals or pulses
and may be contained in a packet.
There are four possible combinations of data and signal types:
• Analog data, analog signal;
• Digital data, analog signal;
• Analog data, digital signal;
• Digital data, digital signal.
Aanalog signal : An analog signal signifies a continuous signal
that keeps changes with a time period. A digital signal signifies a
discrete signal that carries binary data and has discrete values. Digital
signal is square waves.
Digital signal : A digital signal is a signal that is being used to
represent data as a sequence of discrete values; at any given time it
can only take on, at most, one of a finite number of values.
Internet : The Internet is a vast network that connects
computers all over the world. Through the Internet, people can
share information and communicate from anywhere with an
Internet connection.
Intranet : An intranet is a computer network for sharing
information, collaboration tools, operational systems, and
other computing services within an organization, usually to the
exclusion of access by outsiders.
Computer network : computer network is a set of computers
sharing resources located on or provided by network nodes. The
computers use common communication protocols over digital
interconnections to communicate with each other.
LAN : A local area network is a computer network that
interconnects computers within a limited area such as a
residence, school, laboratory, university campus or office
building. By contrast, a wide area network not only covers a
larger geographic distance, but also generally involves leased
telecommunication circuits.
MAN : A metropolitan area network is a computer network that
interconnects users with computer resources in a geographic
region of the size of a metropolitan area.
WAN : A wide area network is a telecommunications network
that extends over a large geographic area for the primary
purpose of computer networking. Wide area networks are often
established with leased telecommunication circuits.
PAN : A personal area network is a computer network for
interconnecting electronic devices within an individual
person's workspace. A PAN provides data transmission among
devices such as computers, smartphones, tablets and personal
digital assistants.
Hub : An Ethernet hub, active hub, network hub, repeater hub,
multiport repeater, or simply hub is a network hardware device
for connecting multiple Ethernet devices together and making
them act as a single network segment
Swicth : A network switch is networking hardware that
connects devices on a computer network by using packet
switching to receive and forward data to the destination device.
A network switch is a multiport network bridge that uses MAC
addresses to forward data at the data link layer of the OSI
model.
Router : A router is a networking device that forwards data
packets between computer networks. Routers perform the traffic
directing functions on the Internet. Data sent through the
internet, such as a web page or email, is in the form of data
packets.
Network or data communication addressing :
1. Physical addressing : MAC
2. Logical addressing : IP address
OSI model : OSI stands for Open System
Interconnection. There are 7 layers in the OSI model and
each layer has a different capability.
Work of OSI model : The OSI reference model
describes how data is sent and received over a network. This
model breaks down data transmission over a series of seven
layers. Each layer has a responsibility to perform specific
tasks concerning sending and receiving data. All of the layers
are needed for a message to reach its destination. iThe 7
layer’s of the OSI model :
1.Physical layer.
2.Data link layer.
3.Network layer.
4.Transport layer.
5.Session layer.
6.Presentation layer.
7.Application layer.
Physical layer : In this layer transmit bit's over a medium
and identify NIC.
Data link : In this layer organized bits into frame to provide
hop- to – hop delivery and identify the MAC address.
Network layer : In this layer the packets moves form
source to destination to provide internetworking.Transport
layer : This layer provide reliable process to process message
delivery and error delivery.
Session layer : The session layer controls the
conversations between different computers. Session layer
services also include authentication and reconnections.
Presentation layer : This layer translate, encrypt and
compress data.
Application layer : This layer provide allow access to
network recourses.
TCP /IP model : It stands for Transmission Control
Protocol/Internet Protocol. The TCP/IP model is a concise
version of the OSI model. It contains four layers, unlike seven
layers in the OSI model.
The 4 layer of TCP/IP model:
1.Application layer.
2.Transport layer.
3. Internet layer.
4.Network interface layer.
OSI Model vs TCP/IP Model
Difference between Broad band and
base band:
Broad band :
• Used for Analog signal.
• Transmission is unidirectional in nature.
• Signals can be travelled over long distances
without being attenuated.
• It is used with a bus as well as tree topology.
• Only PSK encoding is used.
• Depends on ASK,FSK,PSK speed.
Base band:
• Used for Digital signal.
• Transmission is bidirectional in nature and it
provide binary value directly through Voltage.
• Signals can only travel over short distances.
• It works well with bus topology.
• In baseband transmission, Manchester and
Differential Manchester encoding are used.
Transmission impairment : Signals
travel throughtransmission media, which are not
perfect. The imperfection causes signal
impairment. This means that the signal at
thebeginning of the medium is not the same as
the signal at the end of the medium.
Types of Transmission impairment :
1. Attenuation.
2. Distortion.
3. Noise.
Attenuation : Attenuation is the loss of signal strength in
networking cables or connections.
Distortion : Distortion, one of the reasons of transmission
impairment, means a change in the shape of the received signal.
Noise : Noise Impairment occurs when an unwanted signal is
inserted between transmission and reception.
Data modulation : Data modulation is a process
that
converts analog signals into digital signals and digital
signals into analog signals. Computers store and process
data in digital format. Data modulation allows computers to
store and process analog signals.
• When data is sent over physical medium.it means to
first convert into electromagnetic signal.Data itself
can be converted into signal.
• Signal : 1.Analog signal :- Human voice.
2.Digital signal :- Document on a Disk.
Data signal : A pulse or frequency of electricity or
light that represents data as it travels over a network, a
computer channel or wireless. Contrast with control signal.
Digital modulation : Digital modulation is the
process of encoding a digital information signal into the
amplitude, phase, or frequency of the transmitted signal.
Types of Digital modulation :
1. ASK ( Aplititude shift keying).
2. FSK (Frequency shift keying).
3. PSK (Phase shift keying).
ASK :
• Use optical fiber.
• If signal on it’s provide 1
• If signal off ityprovide 0
FSK :
• Use Coaxial cable.
• In High frequency it’s provide 1
• In low frequency it’s provide 0.
PSK :
• Use Router or Brouter.
• BPSK :- Two phase binary shift keying.
• QPSK :- Four phase Quadrature shift keying.
References:
➢ All contents are from Pranab Bondhu Nath sir’s class
lectures and Picture’s from:
• https://images.app.goo.gl/U2FKCUhYtaTxoqDRA
• https://images.app.goo.gl/DqS3kY6bF4xni1s89
• https://images.app.goo.gl/PCtZYs94WnJNfGh79
• https://images.app.goo.gl/Mut4KYhguJyeRMkM6
• https://images.app.goo.gl/FFHh6AA4zjQaZgHU9
• https://images.app.goo.gl/u7dQyHrDDj1U1Lf29
• https://images.app.goo.gl/Gpe9LqtcphZJaeSy5

More Related Content

What's hot

Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)IMRAN KHAN
 
Computer Networks for Computer Science Student
Computer Networks for Computer Science StudentComputer Networks for Computer Science Student
Computer Networks for Computer Science Studentrprajat007
 
CND_22634_UNIT1_MSBTE_Computer network and Data Communication
CND_22634_UNIT1_MSBTE_Computer network and Data CommunicationCND_22634_UNIT1_MSBTE_Computer network and Data Communication
CND_22634_UNIT1_MSBTE_Computer network and Data CommunicationPranoti Doke
 
Unit 3_CND Physical Layer_MODEMS_Pranoti Doke
Unit 3_CND Physical Layer_MODEMS_Pranoti DokeUnit 3_CND Physical Layer_MODEMS_Pranoti Doke
Unit 3_CND Physical Layer_MODEMS_Pranoti DokePranoti Doke
 
Data communications Class notes
Data communications  Class notesData communications  Class notes
Data communications Class notesDr.YNM
 
Data Communication & Network
Data Communication & NetworkData Communication & Network
Data Communication & NetworkMaulen Bale
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)sultan alauddin
 
Computer Network Notes UNIT II
Computer Network Notes UNIT IIComputer Network Notes UNIT II
Computer Network Notes UNIT IINANDINI SHARMA
 
data communication and networks
data communication and networksdata communication and networks
data communication and networksHafiz Noman
 
Overview of data communication and networking
Overview of data communication and networkingOverview of data communication and networking
Overview of data communication and networkingSisir Ghosh
 
Data communications-concepts
Data communications-conceptsData communications-concepts
Data communications-conceptsWBUTTUTORIALS
 
Data Communication Networks
Data Communication NetworksData Communication Networks
Data Communication NetworksYash Gupta
 
Concept of data communication and Network Types
Concept of data communication and  Network TypesConcept of data communication and  Network Types
Concept of data communication and Network TypesToufiqueAhmed13
 
Lesson 5 data communication and networking (136 kb)
Lesson 5   data communication and networking (136 kb)Lesson 5   data communication and networking (136 kb)
Lesson 5 data communication and networking (136 kb)IMRAN KHAN
 

What's hot (20)

Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)Basics of data communication and computer networking (262 kb)
Basics of data communication and computer networking (262 kb)
 
Computer Networks for Computer Science Student
Computer Networks for Computer Science StudentComputer Networks for Computer Science Student
Computer Networks for Computer Science Student
 
CND_22634_UNIT1_MSBTE_Computer network and Data Communication
CND_22634_UNIT1_MSBTE_Computer network and Data CommunicationCND_22634_UNIT1_MSBTE_Computer network and Data Communication
CND_22634_UNIT1_MSBTE_Computer network and Data Communication
 
Note1
Note1Note1
Note1
 
Unit 3_CND Physical Layer_MODEMS_Pranoti Doke
Unit 3_CND Physical Layer_MODEMS_Pranoti DokeUnit 3_CND Physical Layer_MODEMS_Pranoti Doke
Unit 3_CND Physical Layer_MODEMS_Pranoti Doke
 
Computer networks
Computer networks Computer networks
Computer networks
 
Data communications Class notes
Data communications  Class notesData communications  Class notes
Data communications Class notes
 
Data Communication & Network
Data Communication & NetworkData Communication & Network
Data Communication & Network
 
Data communication assingment.docx (1)
Data communication assingment.docx (1)Data communication assingment.docx (1)
Data communication assingment.docx (1)
 
Data Communication & Networking
Data Communication & Networking Data Communication & Networking
Data Communication & Networking
 
Computer Network Notes UNIT II
Computer Network Notes UNIT IIComputer Network Notes UNIT II
Computer Network Notes UNIT II
 
data communication and networks
data communication and networksdata communication and networks
data communication and networks
 
Overview of data communication and networking
Overview of data communication and networkingOverview of data communication and networking
Overview of data communication and networking
 
Computer Network - Unit 1
Computer Network - Unit 1Computer Network - Unit 1
Computer Network - Unit 1
 
Data communications-concepts
Data communications-conceptsData communications-concepts
Data communications-concepts
 
Computer network
Computer networkComputer network
Computer network
 
Introduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal GargIntroduction to Data Communication by Vishal Garg
Introduction to Data Communication by Vishal Garg
 
Data Communication Networks
Data Communication NetworksData Communication Networks
Data Communication Networks
 
Concept of data communication and Network Types
Concept of data communication and  Network TypesConcept of data communication and  Network Types
Concept of data communication and Network Types
 
Lesson 5 data communication and networking (136 kb)
Lesson 5   data communication and networking (136 kb)Lesson 5   data communication and networking (136 kb)
Lesson 5 data communication and networking (136 kb)
 

Similar to Dc assignment

Dc ass-2-1834902082 md.ismail.pptm
Dc ass-2-1834902082 md.ismail.pptmDc ass-2-1834902082 md.ismail.pptm
Dc ass-2-1834902082 md.ismail.pptmMdISMAIL97
 
Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176Nazmun Nahar
 
Note: Introduction to Computer Networks
Note: Introduction to Computer Networks Note: Introduction to Computer Networks
Note: Introduction to Computer Networks Hasibul Islam Nirob
 
Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)IMRAN KHAN
 
1834902095 mst mune mala(dc assignment-02).pptm
 1834902095 mst mune mala(dc assignment-02).pptm 1834902095 mst mune mala(dc assignment-02).pptm
1834902095 mst mune mala(dc assignment-02).pptmMst Mune Mala
 
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptxUnit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptxgurjardeep68
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnologyGulrez Khan
 
Introduction To Computer Networks
Introduction To Computer Networks Introduction To Computer Networks
Introduction To Computer Networks AfsanaAkterRubi
 
Introduction to Computers Lecture # 13
Introduction to Computers Lecture # 13Introduction to Computers Lecture # 13
Introduction to Computers Lecture # 13Sehrish Rafiq
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Gaurav Mehndiratta
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Ishant Tiwari
 

Similar to Dc assignment (20)

Assignment 02
Assignment 02Assignment 02
Assignment 02
 
Dc ass-2-1834902082 md.ismail.pptm
Dc ass-2-1834902082 md.ismail.pptmDc ass-2-1834902082 md.ismail.pptm
Dc ass-2-1834902082 md.ismail.pptm
 
Assignment 02
Assignment 02Assignment 02
Assignment 02
 
Notes on Class 2
Notes on Class 2Notes on Class 2
Notes on Class 2
 
Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176Class note.2.....nazmun nahar 1834902176
Class note.2.....nazmun nahar 1834902176
 
Note: Introduction to Computer Networks
Note: Introduction to Computer Networks Note: Introduction to Computer Networks
Note: Introduction to Computer Networks
 
Presentation1 Networking.pptx
Presentation1 Networking.pptxPresentation1 Networking.pptx
Presentation1 Networking.pptx
 
COMPUTER NETWORKS.pptx
COMPUTER NETWORKS.pptxCOMPUTER NETWORKS.pptx
COMPUTER NETWORKS.pptx
 
Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)Lesson 4 communication and computer network (123 kb)
Lesson 4 communication and computer network (123 kb)
 
1834902095 mst mune mala(dc assignment-02).pptm
 1834902095 mst mune mala(dc assignment-02).pptm 1834902095 mst mune mala(dc assignment-02).pptm
1834902095 mst mune mala(dc assignment-02).pptm
 
Note 1
Note 1Note 1
Note 1
 
Assignment 2
Assignment 2Assignment 2
Assignment 2
 
Lesson 1 introduction
Lesson 1 introductionLesson 1 introduction
Lesson 1 introduction
 
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptxUnit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
Unit dsffffdgdigigjgkjxclvjxcvxcvxciofjgerioutsiosrut1.pptx
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnology
 
Unit-1.pptx
Unit-1.pptxUnit-1.pptx
Unit-1.pptx
 
Introduction To Computer Networks
Introduction To Computer Networks Introduction To Computer Networks
Introduction To Computer Networks
 
Introduction to Computers Lecture # 13
Introduction to Computers Lecture # 13Introduction to Computers Lecture # 13
Introduction to Computers Lecture # 13
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
 
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
Cbsecommunicationandnetworkconcepts 121216105200-phpapp01
 

Recently uploaded

Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad EscortsCall girls in Ahmedabad High profile
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 

Recently uploaded (20)

Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 

Dc assignment

  • 1. Assignment On Class Lecture Course code : CSE-313 Course title : Data communication Submitted to: Pranab Bandhu Nath Senior Lecturer Dept. of CSE City university Submitted by: Name :Rowshanara ID : 1834902165 Batch : 49th (B) Dept. of CSE City university
  • 2. Submission date: 06/09/2021 Data transmission mode : Data Transmission mode defines the direction of the flow of information between two communication devices. It is also called Data Communication or Directional Mode. It specifies the direction of the flow of information from one place to another in a computer network. Figure : Types of transmission mode Simplex mode: Simplex is the data transmission mode in which the data can flow only in one direction, i.e., the communication is unidirectional. In this mode, a sender can only send data but can not receive it. Similarly, a receiver can only receive data but can not send it.
  • 3. Half-duplex mode: Half-duplex devices can only transmit in one direction at one time. With half-duplex mode, data can move in two directions, but not at the same time. The term duplex, on its own, refers to the capability to send and receive data. Duplex is often used when talking about conversations over a telephone or computer. Full-duplex : Full-Duplex is the data transmission mode in which the data can flow in both directions at the same time.It is two-way communication in which both the stations can transmit and receive the data simultaneously. Full-Duplex mode has double bandwidth as compared to the half-duplex.
  • 4. Data signal : Data signal is a method of how information is transferred; usually it's transferred in binary code in signals or pulses and may be contained in a packet. There are four possible combinations of data and signal types: • Analog data, analog signal; • Digital data, analog signal; • Analog data, digital signal; • Digital data, digital signal. Aanalog signal : An analog signal signifies a continuous signal that keeps changes with a time period. A digital signal signifies a discrete signal that carries binary data and has discrete values. Digital signal is square waves.
  • 5. Digital signal : A digital signal is a signal that is being used to represent data as a sequence of discrete values; at any given time it can only take on, at most, one of a finite number of values. Internet : The Internet is a vast network that connects computers all over the world. Through the Internet, people can share information and communicate from anywhere with an Internet connection. Intranet : An intranet is a computer network for sharing information, collaboration tools, operational systems, and other computing services within an organization, usually to the exclusion of access by outsiders.
  • 6. Computer network : computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. LAN : A local area network is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building. By contrast, a wide area network not only covers a larger geographic distance, but also generally involves leased telecommunication circuits.
  • 7. MAN : A metropolitan area network is a computer network that interconnects users with computer resources in a geographic region of the size of a metropolitan area. WAN : A wide area network is a telecommunications network that extends over a large geographic area for the primary purpose of computer networking. Wide area networks are often established with leased telecommunication circuits.
  • 8. PAN : A personal area network is a computer network for interconnecting electronic devices within an individual person's workspace. A PAN provides data transmission among devices such as computers, smartphones, tablets and personal digital assistants. Hub : An Ethernet hub, active hub, network hub, repeater hub, multiport repeater, or simply hub is a network hardware device for connecting multiple Ethernet devices together and making them act as a single network segment
  • 9. Swicth : A network switch is networking hardware that connects devices on a computer network by using packet switching to receive and forward data to the destination device. A network switch is a multiport network bridge that uses MAC addresses to forward data at the data link layer of the OSI model. Router : A router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet. Data sent through the internet, such as a web page or email, is in the form of data packets.
  • 10. Network or data communication addressing : 1. Physical addressing : MAC 2. Logical addressing : IP address OSI model : OSI stands for Open System Interconnection. There are 7 layers in the OSI model and each layer has a different capability. Work of OSI model : The OSI reference model describes how data is sent and received over a network. This model breaks down data transmission over a series of seven layers. Each layer has a responsibility to perform specific tasks concerning sending and receiving data. All of the layers are needed for a message to reach its destination. iThe 7 layer’s of the OSI model : 1.Physical layer. 2.Data link layer. 3.Network layer.
  • 11. 4.Transport layer. 5.Session layer. 6.Presentation layer. 7.Application layer. Physical layer : In this layer transmit bit's over a medium and identify NIC. Data link : In this layer organized bits into frame to provide hop- to – hop delivery and identify the MAC address. Network layer : In this layer the packets moves form source to destination to provide internetworking.Transport layer : This layer provide reliable process to process message delivery and error delivery. Session layer : The session layer controls the conversations between different computers. Session layer services also include authentication and reconnections. Presentation layer : This layer translate, encrypt and compress data.
  • 12. Application layer : This layer provide allow access to network recourses. TCP /IP model : It stands for Transmission Control Protocol/Internet Protocol. The TCP/IP model is a concise version of the OSI model. It contains four layers, unlike seven layers in the OSI model. The 4 layer of TCP/IP model: 1.Application layer. 2.Transport layer. 3. Internet layer. 4.Network interface layer. OSI Model vs TCP/IP Model
  • 13. Difference between Broad band and base band: Broad band : • Used for Analog signal. • Transmission is unidirectional in nature. • Signals can be travelled over long distances without being attenuated. • It is used with a bus as well as tree topology. • Only PSK encoding is used. • Depends on ASK,FSK,PSK speed. Base band: • Used for Digital signal.
  • 14. • Transmission is bidirectional in nature and it provide binary value directly through Voltage. • Signals can only travel over short distances. • It works well with bus topology. • In baseband transmission, Manchester and Differential Manchester encoding are used. Transmission impairment : Signals travel throughtransmission media, which are not perfect. The imperfection causes signal impairment. This means that the signal at thebeginning of the medium is not the same as the signal at the end of the medium. Types of Transmission impairment : 1. Attenuation. 2. Distortion. 3. Noise. Attenuation : Attenuation is the loss of signal strength in networking cables or connections.
  • 15. Distortion : Distortion, one of the reasons of transmission impairment, means a change in the shape of the received signal.
  • 16. Noise : Noise Impairment occurs when an unwanted signal is inserted between transmission and reception. Data modulation : Data modulation is a process that converts analog signals into digital signals and digital signals into analog signals. Computers store and process data in digital format. Data modulation allows computers to store and process analog signals. • When data is sent over physical medium.it means to first convert into electromagnetic signal.Data itself can be converted into signal. • Signal : 1.Analog signal :- Human voice. 2.Digital signal :- Document on a Disk.
  • 17. Data signal : A pulse or frequency of electricity or light that represents data as it travels over a network, a computer channel or wireless. Contrast with control signal. Digital modulation : Digital modulation is the process of encoding a digital information signal into the amplitude, phase, or frequency of the transmitted signal. Types of Digital modulation : 1. ASK ( Aplititude shift keying). 2. FSK (Frequency shift keying). 3. PSK (Phase shift keying). ASK : • Use optical fiber. • If signal on it’s provide 1 • If signal off ityprovide 0
  • 18. FSK : • Use Coaxial cable. • In High frequency it’s provide 1 • In low frequency it’s provide 0. PSK : • Use Router or Brouter. • BPSK :- Two phase binary shift keying. • QPSK :- Four phase Quadrature shift keying.
  • 19. References: ➢ All contents are from Pranab Bondhu Nath sir’s class lectures and Picture’s from: • https://images.app.goo.gl/U2FKCUhYtaTxoqDRA • https://images.app.goo.gl/DqS3kY6bF4xni1s89 • https://images.app.goo.gl/PCtZYs94WnJNfGh79 • https://images.app.goo.gl/Mut4KYhguJyeRMkM6 • https://images.app.goo.gl/FFHh6AA4zjQaZgHU9 • https://images.app.goo.gl/u7dQyHrDDj1U1Lf29 • https://images.app.goo.gl/Gpe9LqtcphZJaeSy5