Difference between revisions of "Packet Switching"

From CompSciWiki
Jump to: navigation, search
m (Fixed some grammer issues.)
Line 3: Line 3:
  
 
|Introduction=
 
|Introduction=
Have you ever think how Internet sends information to other users?<br />
+
Have you ever thought about how the Internet sends information to other users?<br />
Packet switching is a way of sending and receiving informations from the Internet. There exists other ways of sending informations as [http://en.wikipedia.org/wiki/Circuit_switching Circuit Switching].  
+
Packet switching is a way of sending and receiving information to and from the Internet. There exists other ways of sending information as [http://en.wikipedia.org/wiki/Circuit_switching Circuit Switching].  
  
<br /> Packet switching refers to protocols in which information or message are broken up into small packets before sending off. Each packet would be send individually across the net, not necessary in the same routine. Packet has a maximum length to prevent delays. Once all the packets forming a messages arrives, they are recompiled and build up to the original message.
+
<br /> Packet switching refers to protocols in which information or message are broken up into small packets before sending off. Each packet would be sent individually across the net, not necessary in the same routine. A packet has a maximum length to prevent delays. Once all the packets forming a messages arrive, they are recompiled and make up the original message.
  
  
Line 29: Line 29:
  
 
==Circuit-switching vs Package-switching==
 
==Circuit-switching vs Package-switching==
Circuit-switching is another form of protocol which sends message to others. It is normally used in telephone communications. Circuit-switching is quicker then package-switching, but circuit-switching needs data to be send in order and in the same time.
+
Circuit-switching is another protocol which sends message to others. It is normally used in telephone communications. Circuit-switching is quicker then package-switching, but circuit-switching needs data to be send in order and in the same time.
 
Package-switching is more efficient and robust, and can withdraw some days in transmitting. For that, package-switching is better used in e-mails and website, where circuit-switching is more based for real-time data transmition.
 
Package-switching is more efficient and robust, and can withdraw some days in transmitting. For that, package-switching is better used in e-mails and website, where circuit-switching is more based for real-time data transmition.
  

Revision as of 19:12, 8 December 2009

COMP1260 > Understanding the Internet



Introduction

Have you ever thought about how the Internet sends information to other users?
Packet switching is a way of sending and receiving information to and from the Internet. There exists other ways of sending information as Circuit Switching.


Packet switching refers to protocols in which information or message are broken up into small packets before sending off. Each packet would be sent individually across the net, not necessary in the same routine. A packet has a maximum length to prevent delays. Once all the packets forming a messages arrive, they are recompiled and make up the original message.

 

...by students

When traffic stops
Have you experienced when a picture or background or icon/buttons from a web-page would not show-up?
Thinking that each package is a car, in a circuit-switching, if one car crashes, then all other cars would need to wait for that car to recuperate.
But, what about side-roads? One car could crash but other do not need to wait. They can use other roads.
Package-switching is like that. There is no specific road that a package need to go.

How does it work?

Think you have made a jigsaw puzzle. You are sending each piece of puzzle to all your classmates you had in early childhood with a message that has the date, time and place to meet. Your goal is to gather all your classmates and construct the puzzle with everyone.

puzzle sending

Package Switching works in the same way.
The message would be packaged and send to the destination. This packages doesn't need to go through the same roads. As all the packets necessary to construct the message arrives to its destination, packets are reassembled into original message.


Circuit-switching vs Package-switching

Circuit-switching is another protocol which sends message to others. It is normally used in telephone communications. Circuit-switching is quicker then package-switching, but circuit-switching needs data to be send in order and in the same time. Package-switching is more efficient and robust, and can withdraw some days in transmitting. For that, package-switching is better used in e-mails and website, where circuit-switching is more based for real-time data transmition.


Image of Package Switching
Image of Circuit Switching


References

Example?

This is a flash demonstration.

Previous Page: Domain Names, IP Addresses and URLs

Next Page: FTP