in Computer Networks recategorized by
10,785 views
38 votes
38 votes

Assume that each character code consists of $8$ bits. The number of characters that can be transmitted per second through an asynchronous serial line at $2400$ baud rate, and with two stop bits is

  1. $109$
  2. $216$
  3. $218$
  4. $219$
in Computer Networks recategorized by
10.8k views

1 comment

Is “serial-communication” in syllabus ?
5
5

2 Answers

41 votes
41 votes
Best answer
Total bit per character $\text{= 8 bit data + 2 stop bit +1 start bit (#) = 11 bits}$
no of characters $=\dfrac{2400}{11}= 218.18$

Since it is asked for transmitted characters we take floor and answer is $218$.
edited by

4 Comments

edited by

in the @sachin mittal sir comment they mention that 

data bit range from 5 to 9

but in the nptel they given from 5 to 8

https://nptel.ac.in/courses/108107029/module12/lecture66.pdf

which one is right ?

0
0
I think for data bit 5 to8 or 5 to 9 doesn't matter these are very much theoretical concepts
0
0

from where did you got 8+2+1 bits @Digvijay Pandey

0
0
36 votes
36 votes

The baud rate is the rate at which information is transferred in a communication channel. Serial ports use two-level (binary) signaling, so the data rate in bits per second is equal to the symbol rate in bauds. Ref: https://en.wikipedia.org/wiki/Serial_port#Speed.

"2400 baud" means that the serial port is capable of transferring a maximum of 2400 bits per second."

So, transmission rate here = 2400 bps

An eight bit data (which is a char) requires 1 start bit, 2 stop bits = 11 bits.

So, number of characters transmitted per second = 2400 / 11 = 218.18.

Since we can only count the fully transmitted ones, we take floor = 218.

by

4 Comments

Depends on type of signalling as Arjuna sir mentioned
0
0

@Mk Utkarsh @HeadShot in case of asynchronous is Baud rate equal to bit rate..

and for synchronous bud rate =2* bitrate ...is above two statements correct if nothing except synchronous or asynchronous is mentioned in the question?

0
0
in the transmission manchster encoding must be performed so bit rate= 1/2*baudrate=1200bps

we have to add start bit so 1200/11=109.09==109
2
2
Answer:

Related questions