edited by
16,523 views
29 votes
29 votes

How many bytes of data can be sent in $15$ seconds over a serial link with baud rate of $9600$ in asynchronous mode with odd parity and two stop bits in the frame?

  1. $10,000$ bytes
  2. $12,000$ bytes
  3. $15,000$ bytes
  4. $27,000$ bytes
edited by

7 Answers

1 votes
1 votes
As given 9600 baud rate .

Generally relation between baud rate and bit rate , baud rate = N*bit rate

But here Nothing given , so baud rate = bit rate . 9600 bits / sec

and now we send 1 bytes with others bits parity bit , synchronize bit  etc

For 1 byte send  we will send 12 bits =1 bit for start bit, 8 bits for data, 1 bit for parity, 2 bits for stop bits.

As Here to send 1 byte takes 12 bits . Let replace byte will character word .

So total character sent 9600 bits/sec * 12 bit/character =800 character/sec

In 15 sec it will send 800 character/sec*15 sec = 12000 character .

Now again replace character with byte = 12000 byte .
0 votes
0 votes
for 8 bit of data → 12 bit is transmitted

means, for 8 bit → 4 extra bits transmitted

for x bits of data → x/2 extra bits will be transmitted

so, (x+x/2) bits = 15*9600 bits

=> 3x/2= 15*9600

=> x= 96000 bits

=> x= 9600/8 bytes

=> x=12000 bytes
–1 votes
–1 votes
it should be 13090 bytes= 9600x15/11
Answer:

Related questions

19 votes
19 votes
2 answers
1
Kathleen asked Sep 25, 2014
8,887 views
In serial communication employing $8$ data bits, a parity bit and $2$ stop bits, the minimum band rate required to sustain a transfer rate of $300$ characters per second ...