Packet Switching

From CompSciWiki
Revision as of 12:32, 3 December 2009 by MikiA (Talk | contribs)

Jump to: navigation, search

COMP1260 > Understanding the Internet



Introduction

Have you ever think how Internet sends information to other users?
Packet switching is a way of sending and receiving informations from the Internet. There exists other ways of sending informations 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 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.


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.

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.

 

...by students

title
comment


Previous Page: Understanding the Internet

Next Page: FTP