Jump to content

Packet switching

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by The Anome (talk | contribs) at 08:31, 1 April 2002 (merging with packet). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Often used in computer networks. A communications paradigm in which packets (messages or fragments of messages) are individually routed between nodes, with no previously established communication path.

A packet is a block of user data together with necessary address and administration information attached, to allow the network to deliver the data to the correct destination. One data connection will usually carry a stream of packets of data that will not necessarily be all routed the same way over the physical network.

Analogous to a physical packet sent through the post with the address written on the outside. This provides the information the network (the postal service) needs to get the packet to the correct destination.

Packets are routed to their destination through the most expedient route (as determined by some routing algorithm). Not all packets travelling between the same two hosts, even those from a single message, will necessarily follow the same route.

The destination computer reassembles the packets into their appropriate sequence. Packet switching is used to optimise the use of the bandwidth available in a network and to minimise the latency. X.25 and Frame relay are international standard packet switching networks.

Also called connectionless. Opposite of circuit switched or connection-oriented networking.

based on FOLDOC