SlideShare a Scribd company logo
1 of 15
DATA COMMUNICATION
TERMINOLOGIES
THIS PRESENTATION IS MADE
BY BP AKA BADANA PRAVEEN
MEASURING CAPACITY OF COMMUNICATION
MEDIA
• In data communication, the transmission medium is also
known as channel. The capacity of a channel is the
maximum amount of signals or traffic that a channel can
carry.
• It is measured in terms of bandwidth and data transfer
rate , we will be understanding both of these in the next
two slide.
BANDWIDTH
• Bandwidth of a channel is the range of frequencies available for
transmission of data through that channel.
• Higher the bandwidth, higher the data transfer rate.
• Normally, bandwidth is the difference of maximum and
Minimum frequency contained in the composite signals.
• Bandwidth is measured in Hertz (Hz).
• 1 KHz =1000 Hz
• 1 MHz =1000 KHz = 1000000 Hz
DATA TRANSFER RATE
• Data travels in the form of signals over a channel. One signal
carries one or more bits over the channel. Data transfer rate is the
number of bits transmitted between source and destination in one
second. It is also known as bit rate. It is measured in terms of bits
per second (bps). The higher units for data transfer rates are:
• 1 Kbps=1024 bps
• 1 Mbps=1024 Kbps
• 1 Gbps=1024 Mbps
• 1 Tbps=1024 Gbps
IP ADDRESSES
• An IP address is a unique address of each device(computer or any
other network device) connected to a network. It is a series of four
numbers each ranging from 0 to 255 separated by dots or
periods. (e.g 192.168.1.1). This address may change every time the
computer restarts. A computer can have one IP address at one
instance of time and another IP at some different time. IP
addresses are written in dotted decimal form but computer
internally covert them into binary form. For example : an IP
address in dotted decimal form : 216.27.61.137 and same address
in binary form is 11011000.00011011.00111101.10001001
INTERNET PROTOCOL VERSIONS
• IPv4 Address(Internet Protocol Version 4)
• An IPv4 address is a 32 bit addressing scheme and has following format : x.x.x.x, where x is
called an octet and must be a decimal value between 0 to 255. Octets are separated by
periods. An IPv4 address must contain three periods and four octets.
• IPv6 Address(Internet Protocol Version 6)
• The IPv6 format was created to enable the trillions of new IP addresses required to connect
not only an ever-greater number of computing devices but also the rapidly expanding
numbers of items with embedded connectivity. In the Internet of Things (IoT) scenario,
objects, animals and people are provided with unique identifiers and the ability to
automatically transfer data over a network without requiring human-to-human or human-to-
to-computer interaction. IPv6 expands the available address space sufficiently to enable
anything conceivable to have an IP address. An IPv6 address is a 128 bit addressing scheme
and can have either of the following format
SWITCHING TECHNIQUES
• In large networks, there can be multiple paths from sender to
receiver. The switching technique will decide the best route for
data transmission.
• Switching technique is used to connect the systems for making
one-to-one communication.
CLASSIFICATION OF SWITCHING
TECHNIQUES
IRCUIT SWITCHING
• Circuit switching is a switching technique that establishes a dedicated path between
sender and receiver.
• In the Circuit Switching Technique, once the connection is established then the
dedicated path will remain to exist until the connection is terminated.
• Circuit switching in a network operates in a similar way as the telephone works.
• A complete end-to-end path must exist before the communication takes place.
• In case of circuit switching technique, when any user wants to send the data, voice,
video, a request signal is sent to the receiver then the receiver sends back the
acknowledgment to ensure the availability of the dedicated path. After receiving the
acknowledgment, dedicated path transfers the data.
• Circuit switching is used in public telephone network. It is used for voice
transmission.
• Fixed data can be transferred at a time in circuit switching technology.
ADVANTAGES AND DISADVANTAGES OF
CIRCUIT SWITCHING
• Advantages Of Circuit Switching:
• In the case of Circuit Switching technique, the communication channel is dedicated.
• It has fixed bandwidth.
• Disadvantages Of Circuit Switching:
• Once the dedicated path is established, the only delay occurs in the speed of data
transmission.
• It takes a long time to establish a connection approx 10 seconds during which no data can
be transmitted.
• It is more expensive than other switching techniques as a dedicated path is required for each
connection.
• In this case, the connection is dedicated therefore no other data can be transferred even if
the channel is free.
ESSAGE SWITCHING
• Message Switching is a switching technique in which a message is transferred as a
complete unit and routed through intermediate nodes at which it is stored and
forwarded.
• In Message Switching technique, there is no establishment of a dedicated path
between the sender and receiver.
• The destination address is appended to the message. Message Switching provides
a dynamic routing as the message is routed through the intermediate nodes based
on the information available in the message.
• Message switches are programmed in such a way so that they can provide the most
efficient routes.
• Each and every node stores the entire message and then forward it to the next
node. This type of network is known as store and forward network.
ADVANTAGES AND DISADVANTAGES OF
MESSAGE SWITCHING
• Advantages Of Message Switching
• Data channels are shared among the communicating devices that improve the efficiency of
using available bandwidth.
• Traffic congestion can be reduced because the message is temporarily stored in the nodes.
• Message priority can be used to manage the network.
• The size of the message which is sent over the network can be varied. Therefore, it supports
the data of unlimited size.
• Disadvantages Of Message Switching
• The message switches must be equipped with sufficient storage to enable them to store the
messages until the message is forwarded.
• The Long delay can occur due to the storing and forwarding facility provided by the
message switching technique.
PACKET SWITCHING
• The packet switching is a switching technique in which the message is sent in one go, but it
is divided into smaller pieces, and they are sent individually.
• The message splits into smaller pieces known as packets and packets are given a unique
number to identify their order at the receiving end.
• Every packet contains some information in its headers such as source address, destination
address and sequence number.
• Packets will travel across the network, taking the shortest path as possible.
• All the packets are reassembled at the receiving end in correct order.
• If any packet is missing or corrupted, then the message will be sent to resend the message.
• If the correct order of the packets is reached, then the acknowledgment message will be
sent.
ADVANTAGES AND DISADVANTAGES OF
PACKET SWITCHING
• Advantages Of Packet Switching:
• Cost-effective: In packet switching technique, switching devices do not require massive secondary
storage to store the packets, so cost is minimized to some extent. Therefore, we can say that the packet
switching technique is a cost-effective technique.
• Reliable: If any node is busy, then the packets can be rerouted. This ensures that the Packet Switching
technique provides reliable communication.
• Efficient: Packet Switching is an efficient technique. It does not require any established path prior to the
transmission, and many users can use the same communication channel simultaneously, hence makes
use of available bandwidth very efficiently.
• Disadvantages Of Packet Switching:
• Packet Switching technique cannot be implemented in those applications that require low delay and
high-quality services.
• The protocols used in a packet switching technique are very complex and requires high implementation
cost.
• If the network is overloaded or corrupted, then it requires retransmission of lost packets. It can also
lead to the loss of critical information if errors are nor recovered.
THANK YOU

More Related Content

Similar to DATA COMMUNICATION BY BP. pptx

Modes of Transmission
Modes of TransmissionModes of Transmission
Modes of TransmissionAnushiya Ram
 
Switching types-circuit, packet and message
Switching types-circuit, packet and messageSwitching types-circuit, packet and message
Switching types-circuit, packet and messageJebaRaj26
 
Communication and computer networks
Communication and computer networksCommunication and computer networks
Communication and computer networksRabail Khowaja
 
Transmission Modes By Faisal Shahzad
Transmission Modes By Faisal ShahzadTransmission Modes By Faisal Shahzad
Transmission Modes By Faisal ShahzadFaisal Shehzad
 
Transmission Modes By Faisal Shahzad
Transmission Modes By Faisal ShahzadTransmission Modes By Faisal Shahzad
Transmission Modes By Faisal ShahzadFaisal Shehzad
 
unit 2_switchingtechniques.ppt
unit 2_switchingtechniques.pptunit 2_switchingtechniques.ppt
unit 2_switchingtechniques.pptThangamaniR3
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniquesAmit Kumar
 
Chapter 2 Switches in network.ppt
Chapter 2 Switches in network.pptChapter 2 Switches in network.ppt
Chapter 2 Switches in network.pptmonikarawat57
 
CSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptxCSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptxNoraNjepuome3
 
Computer Networks Part 1.pptx
Computer Networks Part 1.pptxComputer Networks Part 1.pptx
Computer Networks Part 1.pptxzjjsjsnn
 
Wan technologies
Wan technologiesWan technologies
Wan technologiesOnline
 
CISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranetsCISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranetsKarthikeyan Dhayalan
 
Transport Layer In Computer Network
Transport Layer In Computer NetworkTransport Layer In Computer Network
Transport Layer In Computer NetworkDestro Destro
 

Similar to DATA COMMUNICATION BY BP. pptx (20)

Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Computer networks
Computer networksComputer networks
Computer networks
 
Modes of Transmission
Modes of TransmissionModes of Transmission
Modes of Transmission
 
Switching types-circuit, packet and message
Switching types-circuit, packet and messageSwitching types-circuit, packet and message
Switching types-circuit, packet and message
 
ITFT_Switching
ITFT_Switching ITFT_Switching
ITFT_Switching
 
DCCN S1.ppt
DCCN S1.pptDCCN S1.ppt
DCCN S1.ppt
 
Week 3
Week 3Week 3
Week 3
 
Communication and computer networks
Communication and computer networksCommunication and computer networks
Communication and computer networks
 
Transmission Modes By Faisal Shahzad
Transmission Modes By Faisal ShahzadTransmission Modes By Faisal Shahzad
Transmission Modes By Faisal Shahzad
 
Transmission Modes By Faisal Shahzad
Transmission Modes By Faisal ShahzadTransmission Modes By Faisal Shahzad
Transmission Modes By Faisal Shahzad
 
unit 2_switchingtechniques.ppt
unit 2_switchingtechniques.pptunit 2_switchingtechniques.ppt
unit 2_switchingtechniques.ppt
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniques
 
Lecture set 1
Lecture set 1Lecture set 1
Lecture set 1
 
Chapter 2 Switches in network.ppt
Chapter 2 Switches in network.pptChapter 2 Switches in network.ppt
Chapter 2 Switches in network.ppt
 
CSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptxCSC 424 -Lecture 5n8 2022.pptx
CSC 424 -Lecture 5n8 2022.pptx
 
Computer Networks Part 1.pptx
Computer Networks Part 1.pptxComputer Networks Part 1.pptx
Computer Networks Part 1.pptx
 
Practical_4_cse307_ppt.ppt
Practical_4_cse307_ppt.pptPractical_4_cse307_ppt.ppt
Practical_4_cse307_ppt.ppt
 
Wan technologies
Wan technologiesWan technologies
Wan technologies
 
CISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranetsCISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranets
 
Transport Layer In Computer Network
Transport Layer In Computer NetworkTransport Layer In Computer Network
Transport Layer In Computer Network
 

Recently uploaded

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 

Recently uploaded (20)

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 

DATA COMMUNICATION BY BP. pptx

  • 1. DATA COMMUNICATION TERMINOLOGIES THIS PRESENTATION IS MADE BY BP AKA BADANA PRAVEEN
  • 2. MEASURING CAPACITY OF COMMUNICATION MEDIA • In data communication, the transmission medium is also known as channel. The capacity of a channel is the maximum amount of signals or traffic that a channel can carry. • It is measured in terms of bandwidth and data transfer rate , we will be understanding both of these in the next two slide.
  • 3. BANDWIDTH • Bandwidth of a channel is the range of frequencies available for transmission of data through that channel. • Higher the bandwidth, higher the data transfer rate. • Normally, bandwidth is the difference of maximum and Minimum frequency contained in the composite signals. • Bandwidth is measured in Hertz (Hz). • 1 KHz =1000 Hz • 1 MHz =1000 KHz = 1000000 Hz
  • 4. DATA TRANSFER RATE • Data travels in the form of signals over a channel. One signal carries one or more bits over the channel. Data transfer rate is the number of bits transmitted between source and destination in one second. It is also known as bit rate. It is measured in terms of bits per second (bps). The higher units for data transfer rates are: • 1 Kbps=1024 bps • 1 Mbps=1024 Kbps • 1 Gbps=1024 Mbps • 1 Tbps=1024 Gbps
  • 5. IP ADDRESSES • An IP address is a unique address of each device(computer or any other network device) connected to a network. It is a series of four numbers each ranging from 0 to 255 separated by dots or periods. (e.g 192.168.1.1). This address may change every time the computer restarts. A computer can have one IP address at one instance of time and another IP at some different time. IP addresses are written in dotted decimal form but computer internally covert them into binary form. For example : an IP address in dotted decimal form : 216.27.61.137 and same address in binary form is 11011000.00011011.00111101.10001001
  • 6. INTERNET PROTOCOL VERSIONS • IPv4 Address(Internet Protocol Version 4) • An IPv4 address is a 32 bit addressing scheme and has following format : x.x.x.x, where x is called an octet and must be a decimal value between 0 to 255. Octets are separated by periods. An IPv4 address must contain three periods and four octets. • IPv6 Address(Internet Protocol Version 6) • The IPv6 format was created to enable the trillions of new IP addresses required to connect not only an ever-greater number of computing devices but also the rapidly expanding numbers of items with embedded connectivity. In the Internet of Things (IoT) scenario, objects, animals and people are provided with unique identifiers and the ability to automatically transfer data over a network without requiring human-to-human or human-to- to-computer interaction. IPv6 expands the available address space sufficiently to enable anything conceivable to have an IP address. An IPv6 address is a 128 bit addressing scheme and can have either of the following format
  • 7. SWITCHING TECHNIQUES • In large networks, there can be multiple paths from sender to receiver. The switching technique will decide the best route for data transmission. • Switching technique is used to connect the systems for making one-to-one communication.
  • 9. IRCUIT SWITCHING • Circuit switching is a switching technique that establishes a dedicated path between sender and receiver. • In the Circuit Switching Technique, once the connection is established then the dedicated path will remain to exist until the connection is terminated. • Circuit switching in a network operates in a similar way as the telephone works. • A complete end-to-end path must exist before the communication takes place. • In case of circuit switching technique, when any user wants to send the data, voice, video, a request signal is sent to the receiver then the receiver sends back the acknowledgment to ensure the availability of the dedicated path. After receiving the acknowledgment, dedicated path transfers the data. • Circuit switching is used in public telephone network. It is used for voice transmission. • Fixed data can be transferred at a time in circuit switching technology.
  • 10. ADVANTAGES AND DISADVANTAGES OF CIRCUIT SWITCHING • Advantages Of Circuit Switching: • In the case of Circuit Switching technique, the communication channel is dedicated. • It has fixed bandwidth. • Disadvantages Of Circuit Switching: • Once the dedicated path is established, the only delay occurs in the speed of data transmission. • It takes a long time to establish a connection approx 10 seconds during which no data can be transmitted. • It is more expensive than other switching techniques as a dedicated path is required for each connection. • In this case, the connection is dedicated therefore no other data can be transferred even if the channel is free.
  • 11. ESSAGE SWITCHING • Message Switching is a switching technique in which a message is transferred as a complete unit and routed through intermediate nodes at which it is stored and forwarded. • In Message Switching technique, there is no establishment of a dedicated path between the sender and receiver. • The destination address is appended to the message. Message Switching provides a dynamic routing as the message is routed through the intermediate nodes based on the information available in the message. • Message switches are programmed in such a way so that they can provide the most efficient routes. • Each and every node stores the entire message and then forward it to the next node. This type of network is known as store and forward network.
  • 12. ADVANTAGES AND DISADVANTAGES OF MESSAGE SWITCHING • Advantages Of Message Switching • Data channels are shared among the communicating devices that improve the efficiency of using available bandwidth. • Traffic congestion can be reduced because the message is temporarily stored in the nodes. • Message priority can be used to manage the network. • The size of the message which is sent over the network can be varied. Therefore, it supports the data of unlimited size. • Disadvantages Of Message Switching • The message switches must be equipped with sufficient storage to enable them to store the messages until the message is forwarded. • The Long delay can occur due to the storing and forwarding facility provided by the message switching technique.
  • 13. PACKET SWITCHING • The packet switching is a switching technique in which the message is sent in one go, but it is divided into smaller pieces, and they are sent individually. • The message splits into smaller pieces known as packets and packets are given a unique number to identify their order at the receiving end. • Every packet contains some information in its headers such as source address, destination address and sequence number. • Packets will travel across the network, taking the shortest path as possible. • All the packets are reassembled at the receiving end in correct order. • If any packet is missing or corrupted, then the message will be sent to resend the message. • If the correct order of the packets is reached, then the acknowledgment message will be sent.
  • 14. ADVANTAGES AND DISADVANTAGES OF PACKET SWITCHING • Advantages Of Packet Switching: • Cost-effective: In packet switching technique, switching devices do not require massive secondary storage to store the packets, so cost is minimized to some extent. Therefore, we can say that the packet switching technique is a cost-effective technique. • Reliable: If any node is busy, then the packets can be rerouted. This ensures that the Packet Switching technique provides reliable communication. • Efficient: Packet Switching is an efficient technique. It does not require any established path prior to the transmission, and many users can use the same communication channel simultaneously, hence makes use of available bandwidth very efficiently. • Disadvantages Of Packet Switching: • Packet Switching technique cannot be implemented in those applications that require low delay and high-quality services. • The protocols used in a packet switching technique are very complex and requires high implementation cost. • If the network is overloaded or corrupted, then it requires retransmission of lost packets. It can also lead to the loss of critical information if errors are nor recovered.