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. The header informs the [[nodes]] 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 [[nodes]], 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 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]].
  
 
==See Also==
 
==See Also==

Revision as of 13:09, 26 December 2009