in Computer Networks edited by
877 views
1 vote
1 vote
In synchronous transmission, 5 eight bit characters are included in 30 eight bit information characters. If bit rate of sender is 4200 bits/sec, what is the bit rate of receiver (in bits per sec)?
in Computer Networks edited by
877 views

2 Comments

I think 3500bit/sec .
0
0
how the reciever rate will be 3500bits/sec please explain?

 

"5 eight bit characters are included in 30 eight bit information characters."

WHAT DOES IT MEAN

a) do we add explicitly 40 bits with the 240 bits(i.e. 240+40(sync bits)==280)

b)or do we have a total of 240 bits which in themselves containing 40 syn bits(i.e. 240=sync bits+actual data bits  )

3500 is the answer for the second assumption i guess.please clarify
0
0

1 Answer

2 votes
2 votes

In synchronous transmission

  • Sync characters are added before and after of complete character stream.
  • transmission time and receiving time should be same ie, synchronized.

Transmission time= data size / transmission rate =30*8 /4200 = 240/4200 sec

But extra 5 eight bit sync characters also will be added for synchronization, and receiver has to receive whole message within same time.

Receiver bit rate = (data size+ sync character size)/receiving time

= (30*8+5*8)/(240/4200)    //****bcz receiving time= transmission time

= 4900 bits per sec

by

3 Comments

If sender is sending @4200 then how could receiver receiver receive at 4900 bps?
0
0
@rahul

your point is clear. This question is little ambiguous.

but what do you mean (senders transmission time = receiver's transmission time).

I think they are expecting an answer like how shiva interpreted.
0
0
Yes seems to be ambiguous question
0
0

Related questions