النتائج 1 إلى 2 من 2

الموضوع: ارجو المساعدة flow control

  1. #1
    عضو
    تاريخ التسجيل
    Aug 2003
    المشاركات
    224
    معدل تقييم المستوى
    0

    ارجو المساعدة flow control

    اخوانى الاعزاء ارجو المساعدة لشرح مفصل يفضل لو بالعربى لل
    Connection-Oriented Communication )flow control)
    جزاكم الله خيرا

  2. #2
    عضو
    تاريخ التسجيل
    Nov 2005
    المشاركات
    10
    معدل تقييم المستوى
    0

    مشاركة: ارجو المساعدة flow control

    Salamoo Alikom,

    1. Tcp is an example of OSI Transport layer Connection-Oriented and reliable-delivery Communication protocol
    2. TCP features:
    • Sequencing & acknowledgment of Data. (Seq-Ack=numbering packets)
    • Defined State Machine protocol (step1: open connection, step2: data flow step3: retransmit, step4: close connection)
    • Congestion Detection and Avoidance mechanisms (means flow Control).
    During Transmitting host (Tx) and Receiving host (Rx) TCP communication they feel/sense (TCP uses counters and timers based on the arrival of Seq-Ack packets) traffic slowness due to high network latency or low bandwidth or trouble with either one of Tx/Rx hosts…etc. Then, they will try “flow Control” trick. Communication will slow down when network is busy and it will change to fast when network is not-busy. In case some TCP packets got dropped during comm.. because the network is busy, hosts will Re-transmit dropped/missed packets. Remember, that in TCP each packet has a unique number. For example, Packet1 number is xxx811, packet2 is xxx812 packet3 is xxx813. Under TCP, Transmitting host will not send packet2 xxx812 until he hears (receive Ack packet) from his remote host that packet1 xxx811 was received successfully. And in the same time if remote host received packet3 xxx813 after packet1 xxx811 (packet2 xxx812 dropped because heavy network traffic). Remote host will send Re-transmit packet requesting packet2 xxx812 (He knows packet numbers are not in order)
    So, the story you just heard above is called in the TCP/IP world “traffic flow control”

    Wa jazaka allahu khairan,

    AbuAbdullah :frnd"

المواضيع المتشابهه

  1. مشاركات: 1
    آخر مشاركة: 27-05-2013, 17:11
  2. ابي شرح دقيق عن الـ TCP - Flow Control
    بواسطة FunctionSys في المنتدى الأرشيف
    مشاركات: 3
    آخر مشاركة: 19-05-2013, 21:22
  3. مشاركات: 15
    آخر مشاركة: 31-12-2009, 15:45
  4. مشاركات: 0
    آخر مشاركة: 10-01-2006, 18:06
  5. مشاركات: 10
    آخر مشاركة: 04-07-2005, 14:51

الكلمات الدلالية لهذا الموضوع

المفضلات

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •