edited by
21,359 views
32 32 votes

A serial transmission $T1$ uses $8$ information bits, $2$ start bits, $1$ stop bit and $1$ parity bit for each character. A synchronous transmission $T2$ uses $3$ eight-bit sync characters followed by $30$ eight-bit information characters. If the bit rate is $1200$ bits/second in both cases, what are the transfer rates of  $T1$ and $T2$?

  1. $100$ characters/sec, $153$ characters/sec
  2. $80$ characters/sec, $136$ characters/sec
  3. $100$ characters/sec, $136$ characters/sec
  4. $80$ characters/sec, $153$ characters/sec

4 Answers

Best answer
71 71 votes
  1. T1: 1 char.$= ( 8 + 2 + 1 + 1) = 12\ bit$

          Transfer Rate $=\dfrac{1200}{12}=100\ char/sec$.
     
  2. T2: Transfer character in bits $= 24 + 240=264\ bits$

                 In  $264 = 30$ character

       Then  $1200 = ?$

       $\dfrac{264}{30}=\dfrac{1200}{X}$

       $X =136.3\ char/sec.$

  So, correct option is (C).

edited by
24 24 votes

Prerequisite

Bit rate is a specific case of baud rate.

Baud rate means the rate at which symbols(or elements or characters) get sent across a channel.

$\text{Baud rate} = \text{Number of symbols being sent per unit time} / \text{Size of a symbol}$

Very clearly, baud rate is nothing but the transfer rate.

 

When we say bit rate, we mean that 1 symbol = 1 bit.


Now, coming to the question

The bit rate given in the question is 1200 bits/second.

We have to get the data transfer rates.

 

For serial transmission, as per the question, Size of a character = $12\ bits$.

Baud rate/Transfer rate = $\frac{1200\ bits/sec}{1 \ character}$

=> $\frac{1200\ bits/sec}{12 \ bits}=100\ characters/sec$

 

For synchronous transmission, as per the question, Size of 30 characters = $30(8)+3(8)$.

Hence, size of a character = $8.8\ bits$

Baud rate/Transfer rate = $\frac{1200\ bits/sec}{1 \ character}$

=> $\frac{1200\ bits/sec}{8.8 \ bits}\approx136\ characters/sec$

 

Option C

edited by
9 9 votes
Serial communication :

Total number of bits transmitted = 8 + 2 + 1 + 1 = 12 bits
Bit rate = 1200 / second
Transfer Rate = 1200 * (8/12) = 800 bits/sec = 100 bytes/sec = 100 characters/sec

Synchronous transmission :

Total number of bits transmitted = 3 + 30 = 33 bits
Transfer Rate = 1200 * (30/33) =1090.90 bits/sec= 136.36 bytes/sec=136.36 characters/sec

 
Thus, option (C) is correct.
edited by
Answer:
Position:
Show:

Related questions

30 30 votes
5 answers 5 answers
22.8k
22.8k views
Kathleen asked Sep 18, 2014
22,775 views
How many $8-bi$t characters can be transmitted per second over a $9600$ baud serial communication link using asynchronous mode of transmission with one start bit, eight d...
49 49 votes
8 answers 8 answers
29.1k
29.1k views
Ishrat Jahan asked Nov 2, 2014
29,119 views
Consider a parity check code with three data bits and four parity check bits. Three of the Code Words are $0101011, 1001101$ and $1110001.$ Which of the following are als...
5 5 votes
4 answers 4 answers
10.9k
10.9k views
Ishrat Jahan asked Nov 2, 2014
10,942 views
Consider a 10 Mbps token ring LAN with a ring latency of 400 µs. A host that needs to transmit seizes the token. Then it sends a frame of 1000 bytes, removes the frame af...
29 29 votes
6 answers 6 answers
17.1k
17.1k views
Ishrat Jahan asked Nov 2, 2014
17,108 views
A sender is employing public key cryptography to send a secret message to a receiver. Which one of the following statements is TRUE?Sender encrypts using receiver's publi...