Difference between revisions of "Data Packet"

From Internet User Guide
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
A Data Packet is a formatted block of data sent across a [[Computer Network]].
+
A Data Packet is a formatted block of data sent across a [[computer network]].
  
 
==Packet Header==
 
==Packet Header==
Each individual Data Packet includes a Packet Header, containing information on the packet's destination, thereby informing the [[Nodes]] where to send the data packet. The header includes the following information about the packet's destination:
+
Each individual data packet includes a packet header, containing information on the packet's destination, thereby informing the [[node]]s where to send the data packet. The header includes the following information about the packet's destination:
*The [[IP Address]] number, which identifies the [[Computer]] the data is to be sent to
+
*The [[IP address]] number, which identifies the [[computer]] the data is to be sent to
*The [[Port]] number, which identifies a particular [[Process]] running on the destination Computer
+
*The [[port]] number, which identifies a particular [[process]] running on the destination Computer
  
The computer's [[IP Address]] is like the street address of an apartment building, while the [[Port]] number is like the number of a particular apartment within the building.
+
The computer's [[IP address]] is like the street address of an apartment building, while the [[port]] number is like the number of a particular apartment within the building.
  
The [[IP Address]] and the [[Port]] number together make up an [[Internet Socket]], which is one of the end-points of a two-way communication flow between specific application processes running on two different devices connected to the Internet.  
+
The [[IP address]] and the [[port]] number together make up an internet socket, which is one of the end-points of a two-way communication flow between specific application processes running on two different devices connected to the Internet.  
  
 
==Packet Forwarding and Packet Routing==
 
==Packet Forwarding and Packet Routing==
Data Packets are [[Packet Forwarding|forwarded]] from one [[Network Segment]] to another by [[Nodes]], and [[Packet Routing|routed]] to their final destinations.
+
Data Packets are [[Packet forwarding|forwarded]] from one [[network segment]] to another by [[node]]s, and [[Packet routing|routed]] to their final destinations.
  
[[Packet Forwarding]] takes place just from one [[Node]] to the next, while [[Packet Routing]] selects the path of links over which to send the packet towards its final destination.
+
[[Packet forwarding]] takes place just from one [[Node]] to the next, while [[Packet routing]] selects the path of links over which to send the packet towards its final destination.
  
[[Packet Forwarding]] is handled at lower [[Network Layer]]s, while Packet Routing involves higher Network Layers. Forwarding and routing are generally described in terms of one or the other of the two standard [[Network protocol]]s: the [[Internet Protocol]] or the older [[OSI Protocols]].
+
Packet forwarding is handled at lower network layers, while packet routing involves higher network layers. Forwarding and routing are generally described in terms of one or the other of the two standard [[Network protocol]]s: the [[Internet Protocol]] or the older [[OSI protocols]].
  
 
==See Also==
 
==See Also==
*[[IP Address]]
+
*[[IP address]]
 
*[[Port]]
 
*[[Port]]
*[[Internet Socket]]
+
*[[Packet forwarding]]
*[[Packet Forwarding]]
+
 
*[[Network protocol]]
 
*[[Network protocol]]
  
Line 31: Line 30:
 
*Wikipedia article about Internet Socket: http://en.wikipedia.org/wiki/Internet_socket
 
*Wikipedia article about Internet Socket: http://en.wikipedia.org/wiki/Internet_socket
  
[[Category:Network Protocols]]
+
==See also==
 +
The new version of this file: [[Data packet]]
 +
 
 +
 
 +
[[Category:Dustbin]]

Latest revision as of 01:10, 2 January 2010