Explain the challenge in digital communications regarding the transmission of a long string of values and describe how it can be overcome.

What will be an ideal response?


One of the challenges in digital communications is the transmission of a long string of values, given that this requires careful synchronization between systems to keep the bit count on long strings. The alternative is to embed a synchronization point in the bit stream - sort of like using a metronome for a music performance. Ethernet LANs use Manchester encoding, which provides a synchronization point in mid-bit, encodes a 1 bit as a transition between a low and high value and a 0 bit as a shift between a high and low value. Most modern Ethernet implementations use a voltage level of approximately +/- 1 volt, depending on the technology deployed.

Computer Science & Information Technology

You might also like to view...

Which of the following is a PHP function that can be used to delete files?

a. unlink() b. rmdir() c. delete() d. rm()

Computer Science & Information Technology

Which statement is equivalent to the following?

``` (X > 6) ``` a. ``` !(x <= 6) ``` b. ``` ( x <= 6) ``` c. ``` (x < 6 || x == 6 ``` d. ``` (x < 6 && !(x == 6) ```

Computer Science & Information Technology

The ________ view of PowerPoint Online is where a presentation is displayed full-screen, allowing presentation directly from the web browser

Fill in the blank(s) with correct word

Computer Science & Information Technology

The symbol on the Enter button is a(n) ________

A) right arrow B) left arrow C) x D) checkmark

Computer Science & Information Technology