التسيير Routing هو عملية اختيار مسارات في شبكة يتم عبرها ارسال المرور الشبكي. ويجري التسيير لأنواع عديدة من الشبكات، بما فيها شبكة الهاتف (التحويل عبر دارة Circuit switching) , شبكات البيانات الإلكترونية (مثل الإنترنتوشبكات النقل. هذه المقالة تختص أساساً بالتسيير في شبكات البيانات الإلكترونية باستخدام تقنية تحويل الطرود packet switching .

ففي شبكات تحويل الطرود، يوجه التسيير تقديم الطرود packet forwarding والمرور العابر للطرود المعنونة منطقياً من مصدرها إلى مقصدها النهائي عبر نقاط وسيطة؛ التي عادة ما تكون أجهزة عتاد تسمى مسيـِّرات، جسور، معابر، حوائط نيران، أو موزعات. ويمكن أيضاً للحواسب عامة الغرض أن تقدم forward الطرود وأن تقوم بالتسيير، بالرغم من أنهم ليسوا عتاداً متخصصاً في ذلك ولذلك فقد يعانون من بطء في الأداء. وعادة ما توجه عملية التسيير forwarding على أساس جداول تسيير التي تحتفظ بسجل للطرق إلى مختلف المقاصد على الشبكة. وبذلك، فبناء جداول التسيير، التي يـُحتفظ بها في ذاكرة المسيـِّر، هو أمر في غاية الأهمية من أجل تسيير كفء. معظم خوارزميات التسيير تستعمل فقط مسار شبكي واحد في أي وقت، ولكن تقنيات التسيير متعدد المسارات تمكـِّن من استعمال مسارات بديلة متعددة.

Routing, in a more narrow sense of the term, is often contrasted with bridging in its assumption that network addresses are structured and that similar addresses imply proximity within the network. Because structured addresses allow a single routing table entry to represent the route to a group of devices, structured addressing (routing, in the narrow sense) outperforms unstructured addressing (bridging) in large networks, and has become the dominant form of addressing on the Internet, though bridging is still widely used within localized environments.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

دلالات التوصيل

طرق التسيير

 

anycast

 

broadcast

 

multicast

 

unicast

 

geocast

 

تختلف طرق التسيير من حيث دلالات التوصيل delivery semantics:

  • unicast delivers a message to a single specified node;
  • broadcast delivers a message to all nodes in the network;
  • multicast delivers a message to a group of nodes that have expressed interest in receiving the message;
  • anycast delivers a message to any one out of a group of nodes, typically the one nearest to the source.

Unicast is the dominant form of message delivery on the Internet, and this article focuses on unicast routing algorithms.


انظر أيضاً

خوارزميات وتقنيات التسيير

التسيير في شبكات معينة

بروتوكولات التسيير

طرق بديلة لسريان بيانات الشبكة

برامج وحـِزم المسيـِّرات

منصات المسيـِّرات

الهامش

  • Ash, Gerald (1997). Dynamic Routing in Telecommunication Networks. McGraw-Hill. ISBN 0070064148.
  • Doyle, Jeff and Carroll, Jennifer (2005). Routing TCP/IP, Volume I, Second Ed. Cisco Press. ISBN 1587052024.{{cite book}}: CS1 maint: multiple names: authors list (link)Ciscopress ISBN 1-58705-202-4
  • Doyle, Jeff and Carroll, Jennifer (2001). Routing TCP/IP, Volume II,. Cisco Press. ISBN 1578700892.{{cite book}}: CS1 maint: multiple names: authors list (link)Ciscopress ISBN 1-57870-089-2
  • Huitema, Christian (2000). Routing in the Internet, Second Ed. Prentice-Hall. ISBN 0321227352.
  • Kurose, James E. and Ross, Keith W. (2004). Computer Networking, Third Ed. Benjamin/Cummings. ISBN 0321227352.{{cite book}}: CS1 maint: multiple names: authors list (link)
  • Medhi, Deepankar and Ramasamy, Karthikeyan (2007). Network Routing: Algorithms, Protocols, and Architectures. Morgan Kaufmann. ISBN 0120885883.{{cite book}}: CS1 maint: multiple names: authors list (link)

وصلات خارجية