SlideShare a Scribd company logo
1 of 16
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC, VIJAYAPUR - 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course: Computer Networks (20CS33P)
Lect./CSE
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
Week 2:
CO1: Select an appropriate communication technology for a given network and
ensure optimal performance by addressing issues arising from transmission
impairments.
Content:
Transmission Impairment – Attenuation, Distortion and Noise,
Performance - Bandwidth, Throughput, Latency, Jitter (Basic concepts only).
Transmission Modes – Parallel and Serial Transmission. Asynchronous and
Synchronous Transmission.
Satellite communication- Introduction, advantages and disadvantages
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
TRANSMISSION IMPAIRMENT
Transmission impairment occurs when the received signal is different from the
transmitted signal.
Three causes of impairment are attenuation, distortion, and noise.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
ATTENUATION
• Attenuation means a loss of energy. When a signal, travels through a medium, it loses
some of its energy in overcoming the resistance of the medium.
• To overcome form this loss, amplifiers are used to amplify the signal.
• To show that a signal has lost or gained strength, we use the unit of the decibel.
The decibel (dB) measures the relative strengths of two signals at two different points.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
DISTORTION
• Distortion means that the signal changes its form or shape. Distortion can occur
in a composite signal made of different frequencies.
• In other words, signal components at the receiver have phases different from
what they had at the sender. The shape of the composite signal is therefore not
the same.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
NOISE
• Noise is another cause of impairment. Several types of noise, such as thermal
noise, induced noise, crosstalk, and impulse noise, may corrupt the signal.
• Thermal noise is the random motion of electrons in a wire which creates an
extra signal not originally sent by the transmitter. Induced noise comes from
sources such as motors and appliances.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
PERFORMANCE:
The performance can be by checking the following parameters.
1) Bandwidth: The maximum amount of data that can be transmitted over a
connection in a given amount of time. It can be represented in terms of hertz as well as
bits per second. The bandwidth utilization should be high.
2) Throughput: is a measure of how fast we can actually send data through a network.
So we may have a link with a bandwidth of 1 mbps, but we can only send let 300 kbps.
So the throughput is 300kbps. The throughput should be high.
3) Latency: it defines how long it takes for an entire message to completely arrive at the
destination from the time the 1st bit is sent out from the source.
Latency= propagation time + transmission time + queuing time + processing time
The latency should be low.
4) Jitter: Jitter is a problem if packets of data encounter different delays.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
TRANSMISSION MODES
• When we are considering the transmission of data from one device to another,
do we send 1 bit at a time; or do we group bits into larger groups.
• The transmission of binary data across a link can be accomplished in either
parallel or serial mode.
• There are two transmission modes: Parallel & Serial.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
Parallel Transmission
• In parallel mode, multiple bits are sent
at a time.
• Binary data, consisting of 1s and 0s, may
be organized into groups of n bits each
and sent. This is called parallel
transmission.
Advantages:
• The advantage of parallel transmission is speed.
• Parallel transmission can increase the transfer speed by a factor of n over serial
transmission.
Disadvantage:
• Parallel transmission requires n communication lines just to transmit the data stream.
Because this is expensive, parallel transmission is usually limited to short distances.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
Serial Transmission
In serial mode, 1 bit is sent at a time, one
bit follows another, so we need only one
communication channel rather than N to
transmit data between two
communicating devices.
Advantages:
Serial transmission needs only one communication channel.
Serial transmission reduces the cost of transmission over parallel.
Disadvantage:
Since communication within devices is parallel, conversion devices are required at the
interface between the sender and the line (parallel-to-serial) and between the line and the
receiver (serial-to-parallel).
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
ASYNCHRONOUS TRANSMISSION
In asynchronous transmission, we send 1 start bit (0) at the beginning and 1 stop
bits (1) at the end of each byte. There may be a gap between each byte.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
SYNCHRONOUS TRANSMISSION
In synchronous transmission, we send bits one after another without start or
stop bits or gaps. It is the responsibility of the receiver to group the bits.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
Introduction to Satellite communication: Satellite communication is an
electronic communication package placed in an orbit. Satellites uses
microwave frequencies for communication with each other using inter-satellite
links and with earth stations or VSATs. There are different types of satellite
based on applications and their orbits.
Advantages:
• Through satellite transmission, coverage over geographical area is quite
large mainly for sparsely populated areas.
• High bandwidth.
• Wireless and mobile communication applications can be easily established
by satellite communication independent of location.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
• It is used in wide variety of applications such as global mobile
communication, private business networks, Long distance
telephone transmission, weather forecasting, radio/TV signal
broadcasting, gathering intelligence in military, navigation of ships
and air craft, connecting remote areas, television distribution etc.
• Security in satellite transmission is usually provided by the coding
and decoding equipment.
• Over long distances, it can be cheaper.
• The laying and maintenance is easy and cheap in satellite
communication therefore it is best alternative.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Course : Computer Networks Course Coordinator : Mr.
Disadvantages:
Design, development, investment and insurance of satellite require higher
cost.
To reach the satellite from Earth, time can vary between 270 milliseconds
and return again to 320 milliseconds. This propagation delay can cause an
echo over telephone connections
Satellites are not easy to repair and maintain.
Some circumstances like weather or sunspots affect the satellite’s signal and
can cause interference and make proper operation of the satellite very
difficult.
It requires be monitoring and controlling on regular periods so that it
remains in the orbit, once it has been launched.
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
MECHANICAL ENGINEERING DEPARTMENT
Course : Computer Networks
B.L.D.E.Association’s
SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03
COMPUTER SCIENCE & ENGINEERING DEPARTMENT
Thank You
For Any Questions / Suggestions please Contact
Mr. Sayyedzahidulla . R. InamdarLecturer
Computer Science & Engineering Department
B.L.D.E.A’s
Shree Sanganabasava Mahaswamiji Polytechnic,
Ashram road, Vijayapur – 03
Mobile : 9060997578
9060997578
Course Coordinator : Mr.

More Related Content

Similar to Computer_Network_Chapter_2.pptx

Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelseSAT Publishing House
 
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEYROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEYijscai
 
Communication Theory-1 Project || Single Side Band Modulation using Filtering...
Communication Theory-1 Project || Single Side Band Modulation using Filtering...Communication Theory-1 Project || Single Side Band Modulation using Filtering...
Communication Theory-1 Project || Single Side Band Modulation using Filtering...rameshreddybattini
 
Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...
Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...
Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...SBGC
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor NetworksSRAVANIP22
 
Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...IISRT
 
Iisrt 2-mitigating effect of flickering and dimming in visible light communic...
Iisrt 2-mitigating effect of flickering and dimming in visible light communic...Iisrt 2-mitigating effect of flickering and dimming in visible light communic...
Iisrt 2-mitigating effect of flickering and dimming in visible light communic...IISRTJournals
 
Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...Ramesh Patriotic
 
Introduction of Wireless Sensor Network
Introduction of Wireless Sensor NetworkIntroduction of Wireless Sensor Network
Introduction of Wireless Sensor NetworkMuhammad Kaife Uddin
 
Performance Analysis of Wireless Sensor Network in Smart Grid Environment
Performance Analysis of Wireless Sensor Network in Smart Grid EnvironmentPerformance Analysis of Wireless Sensor Network in Smart Grid Environment
Performance Analysis of Wireless Sensor Network in Smart Grid Environmentijtsrd
 
Final thesis paper Digital Optical fiber link design
Final thesis paper Digital Optical fiber link designFinal thesis paper Digital Optical fiber link design
Final thesis paper Digital Optical fiber link designMd. Nadimul Islam
 
Mobile Communication MDM College
Mobile Communication MDM CollegeMobile Communication MDM College
Mobile Communication MDM Collegegueste2620035
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerAbdelkhalik Mosa
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...ArunChokkalingam
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNEswar Publications
 
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE Jasleen Kaur (Chandigarh University)
 
Multistage interconnection networks a transition to optical
Multistage interconnection networks     a transition to opticalMultistage interconnection networks     a transition to optical
Multistage interconnection networks a transition to opticaleSAT Journals
 

Similar to Computer_Network_Chapter_2.pptx (20)

Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channels
 
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEYROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
ROUTING WIRELESS SENSOR NETWORKS BASED ON SOFT COMPUTING PARADIGMS: SURVEY
 
Communication Theory-1 Project || Single Side Band Modulation using Filtering...
Communication Theory-1 Project || Single Side Band Modulation using Filtering...Communication Theory-1 Project || Single Side Band Modulation using Filtering...
Communication Theory-1 Project || Single Side Band Modulation using Filtering...
 
Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...
Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...
Ieee projects 2011 ns 2 SBGC ( Trichy, Madurai, Chennai, Dindigul, Natham, Pu...
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Wireless sensor networks
Wireless sensor networksWireless sensor networks
Wireless sensor networks
 
Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...
 
Iisrt 2-mitigating effect of flickering and dimming in visible light communic...
Iisrt 2-mitigating effect of flickering and dimming in visible light communic...Iisrt 2-mitigating effect of flickering and dimming in visible light communic...
Iisrt 2-mitigating effect of flickering and dimming in visible light communic...
 
Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...Mitigating effect of flickering and dimming in visible light communication us...
Mitigating effect of flickering and dimming in visible light communication us...
 
Introduction wcn
Introduction wcnIntroduction wcn
Introduction wcn
 
Introduction of Wireless Sensor Network
Introduction of Wireless Sensor NetworkIntroduction of Wireless Sensor Network
Introduction of Wireless Sensor Network
 
Performance Analysis of Wireless Sensor Network in Smart Grid Environment
Performance Analysis of Wireless Sensor Network in Smart Grid EnvironmentPerformance Analysis of Wireless Sensor Network in Smart Grid Environment
Performance Analysis of Wireless Sensor Network in Smart Grid Environment
 
Final thesis paper Digital Optical fiber link design
Final thesis paper Digital Optical fiber link designFinal thesis paper Digital Optical fiber link design
Final thesis paper Digital Optical fiber link design
 
Mobile Communication MDM College
Mobile Communication MDM CollegeMobile Communication MDM College
Mobile Communication MDM College
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical Layer
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
 
An Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSNAn Adaptive Cluster Based Routing Protocol for WSN
An Adaptive Cluster Based Routing Protocol for WSN
 
G010433745
G010433745G010433745
G010433745
 
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
Priority Based Congestion Avoidance Hybrid Scheme published in IEEE
 
Multistage interconnection networks a transition to optical
Multistage interconnection networks     a transition to opticalMultistage interconnection networks     a transition to optical
Multistage interconnection networks a transition to optical
 

More from zahid7578

Operating System Concepts_1.pptx
Operating System Concepts_1.pptxOperating System Concepts_1.pptx
Operating System Concepts_1.pptxzahid7578
 
Unit ii java script and xhtml documents and dynamic documents with javascript
Unit ii java script and xhtml documents and dynamic documents with javascriptUnit ii java script and xhtml documents and dynamic documents with javascript
Unit ii java script and xhtml documents and dynamic documents with javascriptzahid7578
 
Unit 1 introduction to web programming
Unit 1 introduction to web programmingUnit 1 introduction to web programming
Unit 1 introduction to web programmingzahid7578
 
Testing level
Testing levelTesting level
Testing levelzahid7578
 
Unit 2 process Management
Unit 2 process ManagementUnit 2 process Management
Unit 2 process Managementzahid7578
 
Unit 1 introduction to Operating System
Unit 1 introduction to Operating SystemUnit 1 introduction to Operating System
Unit 1 introduction to Operating Systemzahid7578
 

More from zahid7578 (6)

Operating System Concepts_1.pptx
Operating System Concepts_1.pptxOperating System Concepts_1.pptx
Operating System Concepts_1.pptx
 
Unit ii java script and xhtml documents and dynamic documents with javascript
Unit ii java script and xhtml documents and dynamic documents with javascriptUnit ii java script and xhtml documents and dynamic documents with javascript
Unit ii java script and xhtml documents and dynamic documents with javascript
 
Unit 1 introduction to web programming
Unit 1 introduction to web programmingUnit 1 introduction to web programming
Unit 1 introduction to web programming
 
Testing level
Testing levelTesting level
Testing level
 
Unit 2 process Management
Unit 2 process ManagementUnit 2 process Management
Unit 2 process Management
 
Unit 1 introduction to Operating System
Unit 1 introduction to Operating SystemUnit 1 introduction to Operating System
Unit 1 introduction to Operating System
 

Recently uploaded

Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

Computer_Network_Chapter_2.pptx

  • 1. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC, VIJAYAPUR - 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course: Computer Networks (20CS33P) Lect./CSE
  • 2. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. Week 2: CO1: Select an appropriate communication technology for a given network and ensure optimal performance by addressing issues arising from transmission impairments. Content: Transmission Impairment – Attenuation, Distortion and Noise, Performance - Bandwidth, Throughput, Latency, Jitter (Basic concepts only). Transmission Modes – Parallel and Serial Transmission. Asynchronous and Synchronous Transmission. Satellite communication- Introduction, advantages and disadvantages
  • 3. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. TRANSMISSION IMPAIRMENT Transmission impairment occurs when the received signal is different from the transmitted signal. Three causes of impairment are attenuation, distortion, and noise.
  • 4. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. ATTENUATION • Attenuation means a loss of energy. When a signal, travels through a medium, it loses some of its energy in overcoming the resistance of the medium. • To overcome form this loss, amplifiers are used to amplify the signal. • To show that a signal has lost or gained strength, we use the unit of the decibel. The decibel (dB) measures the relative strengths of two signals at two different points.
  • 5. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. DISTORTION • Distortion means that the signal changes its form or shape. Distortion can occur in a composite signal made of different frequencies. • In other words, signal components at the receiver have phases different from what they had at the sender. The shape of the composite signal is therefore not the same.
  • 6. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. NOISE • Noise is another cause of impairment. Several types of noise, such as thermal noise, induced noise, crosstalk, and impulse noise, may corrupt the signal. • Thermal noise is the random motion of electrons in a wire which creates an extra signal not originally sent by the transmitter. Induced noise comes from sources such as motors and appliances.
  • 7. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. PERFORMANCE: The performance can be by checking the following parameters. 1) Bandwidth: The maximum amount of data that can be transmitted over a connection in a given amount of time. It can be represented in terms of hertz as well as bits per second. The bandwidth utilization should be high. 2) Throughput: is a measure of how fast we can actually send data through a network. So we may have a link with a bandwidth of 1 mbps, but we can only send let 300 kbps. So the throughput is 300kbps. The throughput should be high. 3) Latency: it defines how long it takes for an entire message to completely arrive at the destination from the time the 1st bit is sent out from the source. Latency= propagation time + transmission time + queuing time + processing time The latency should be low. 4) Jitter: Jitter is a problem if packets of data encounter different delays.
  • 8. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. TRANSMISSION MODES • When we are considering the transmission of data from one device to another, do we send 1 bit at a time; or do we group bits into larger groups. • The transmission of binary data across a link can be accomplished in either parallel or serial mode. • There are two transmission modes: Parallel & Serial.
  • 9. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. Parallel Transmission • In parallel mode, multiple bits are sent at a time. • Binary data, consisting of 1s and 0s, may be organized into groups of n bits each and sent. This is called parallel transmission. Advantages: • The advantage of parallel transmission is speed. • Parallel transmission can increase the transfer speed by a factor of n over serial transmission. Disadvantage: • Parallel transmission requires n communication lines just to transmit the data stream. Because this is expensive, parallel transmission is usually limited to short distances.
  • 10. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. Serial Transmission In serial mode, 1 bit is sent at a time, one bit follows another, so we need only one communication channel rather than N to transmit data between two communicating devices. Advantages: Serial transmission needs only one communication channel. Serial transmission reduces the cost of transmission over parallel. Disadvantage: Since communication within devices is parallel, conversion devices are required at the interface between the sender and the line (parallel-to-serial) and between the line and the receiver (serial-to-parallel).
  • 11. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. ASYNCHRONOUS TRANSMISSION In asynchronous transmission, we send 1 start bit (0) at the beginning and 1 stop bits (1) at the end of each byte. There may be a gap between each byte.
  • 12. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. SYNCHRONOUS TRANSMISSION In synchronous transmission, we send bits one after another without start or stop bits or gaps. It is the responsibility of the receiver to group the bits.
  • 13. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. Introduction to Satellite communication: Satellite communication is an electronic communication package placed in an orbit. Satellites uses microwave frequencies for communication with each other using inter-satellite links and with earth stations or VSATs. There are different types of satellite based on applications and their orbits. Advantages: • Through satellite transmission, coverage over geographical area is quite large mainly for sparsely populated areas. • High bandwidth. • Wireless and mobile communication applications can be easily established by satellite communication independent of location.
  • 14. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. • It is used in wide variety of applications such as global mobile communication, private business networks, Long distance telephone transmission, weather forecasting, radio/TV signal broadcasting, gathering intelligence in military, navigation of ships and air craft, connecting remote areas, television distribution etc. • Security in satellite transmission is usually provided by the coding and decoding equipment. • Over long distances, it can be cheaper. • The laying and maintenance is easy and cheap in satellite communication therefore it is best alternative.
  • 15. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Course : Computer Networks Course Coordinator : Mr. Disadvantages: Design, development, investment and insurance of satellite require higher cost. To reach the satellite from Earth, time can vary between 270 milliseconds and return again to 320 milliseconds. This propagation delay can cause an echo over telephone connections Satellites are not easy to repair and maintain. Some circumstances like weather or sunspots affect the satellite’s signal and can cause interference and make proper operation of the satellite very difficult. It requires be monitoring and controlling on regular periods so that it remains in the orbit, once it has been launched.
  • 16. B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 MECHANICAL ENGINEERING DEPARTMENT Course : Computer Networks B.L.D.E.Association’s SHREE SANGANABASAVA MAHASWAMIJI POLYTECHNIC VIJAYAPUR – 03 COMPUTER SCIENCE & ENGINEERING DEPARTMENT Thank You For Any Questions / Suggestions please Contact Mr. Sayyedzahidulla . R. InamdarLecturer Computer Science & Engineering Department B.L.D.E.A’s Shree Sanganabasava Mahaswamiji Polytechnic, Ashram road, Vijayapur – 03 Mobile : 9060997578 9060997578 Course Coordinator : Mr.