What are the three ways used to maintain synchronization in synchronous connections??

What will be an ideal response?

Three ways are used to maintain synchronization in synchronous connections:
1. Send a synchronizing clock signal over a separate line that runs parallel to the data stream. As the data arrives on one line, a clock signal arrives on a second line. The receiver can use this clock signal to stay synchronized with the incoming data.2. If transmitting a digital signal, use a Manchester code. Because a Manchester code always has a signal transition in the middle of each bit, the receiver can anticipate this signal transition and read the incoming data stream with no errors. A Manchester-encoded digital signal is an example of a self-clocking signal.
3. If transmitting an analog signal, use the properties of the analog signal itself for self-clocking. For example, an analog signal with a periodic phase change can provide the necessary synchronization.?

Computer Science & Information Technology

You might also like to view...

The operator performs string concatenation.

a. ampersand (&) b. dollar sign ($) c. percent symbol (%) d. pound symbol (#)

Computer Science & Information Technology

A real-time interactive application is one of the most demanding with respect to data transmission rate and network throughput.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology