c program for selective repeat protocol
#1

[b] [/b]Hi , i would like to get a c program for selective repeat protocol ..and i also wpould like to have a detail description on its working.....hope you will help me....
Reply
#2

Selective repetition is a connection-oriented protocol in which both the transmitter and the receiver have a sequence number window. The protocol simulation shows a time sequence diagram with users A and B, the protocol entities A and B that support them, and a communication medium that carries messages. Users request data transmissions with DatReq (DATAn) and receive data transmissions such as DatInd (DATAn). The data messages are simply numbered DATA0, DATA1, etc. without explicit content. The transmission protocol sends the DT (n) protocol message which provides only the sequence number, not the data. Once the sequence numbers reach a maximum number (such as 7), they are wrapped back to 0. An acknowledgment AK (n) means that the DT message numbered n is the next expected message (ie all messages up to but not include this number have been received). Since the sequence numbers are wrapped, an acknowledgment with the sequence number 1 refers to messages 0, 1, 7, 6, and so on. Note that if a DT message is received again due to retransmission, it is acknowledged but discarded.The protocol has a maximum number of messages that can be sent without confirmation. If this window is full, the protocol is blocked until an acknowledgment is received for the first pending message. At this point, the transmitter is free to send more messages.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: go back n arq selective repeat arq, selective repeat protocal in c, implement protocol using selective repeat program algorithm, selective repeat c, selective reject arq in c program, selective repeat arq program in c, selective repeat coding in c,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  program for ticket reservation using multithreading in java 0 1,067 08-10-2018, 10:00 AM
Last Post: Guest
  reservation program using queue in c 0 598 04-10-2018, 07:58 PM
Last Post: Guest
  can protocol interview questions and answers pdf 0 5,307 24-09-2018, 11:16 PM
Last Post: Guest
  c graphics program for moving train with output 0 532 03-08-2018, 02:20 PM
Last Post: Guest
  code using opengl for selective repeat arq 0 662 12-05-2018, 11:00 PM
Last Post: Guest
  opengl program for simulation of a water dam 0 516 06-05-2018, 11:48 AM
Last Post: Guest
  attendance management program unsupported frf format 0 1,312 26-04-2018, 12:57 PM
Last Post: Guest
  bank management in c using linked list program 2 1,031 28-03-2018, 08:19 PM
Last Post: Guest
  8 candidate quiz buzzer program code in assembly language 0 365 14-03-2018, 02:22 PM
Last Post: Guest
  electronics stability program seminar report 0 586 04-03-2018, 06:22 PM
Last Post: Guest

Forum Jump: