/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 8 Suppose you want to send some da... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Suppose you want to send some data using the BISYNC framing protocol, and the last 2 bytes of your data are DLE and ETX. What sequence of bytes would be transmitted immediately prior to the CRC?

Short Answer

Expert verified
DLE, DLE, ETX

Step by step solution

01

- Understand BISYNC Protocol

The BISYNC (Binary Synchronous) protocol uses special characters for communication control. The DLE (Data Link Escape) character is used to indicate that the following character is a control character rather than data.
02

- Identify Control Characters Sequence

When DLE is used in a data frame, it indicates that the next character should be interpreted differently. In the BISYNC protocol, if DLE is followed by ETX, it signifies the end of the text frame.
03

- Apply BISYNC Framing Rules

According to BISYNC rules, if DLE itself appears in the data, it must be doubled to distinguish it from a DLE used to indicate control sequences. Therefore, if the last two bytes of the data are DLE and ETX, we need to encode DLE by doubling it.
04

- Determine the Transmitted Sequence

Given that our last bytes are DLE and ETX, the transmitted sequence immediately prior to the CRC will have DLE doubled to indicate a data DLE. Thus, the sequence will be DLE, DLE, ETX.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Data Link Escape (DLE) character
The Data Link Escape (DLE) character is vital in communication protocols like BISYNC. It signals that the next character holds special importance and should be treated differently from regular data characters.
DLE is primarily used to signify that the subsequent character is a control character. This way, the receiving end can appropriately interpret the sequence.
For example, if you have a data sequence where DLE appears followed by another character, you should anticipate a specific control sequence rather than typical data. This ensures that the transmitted data maintains integrity and follows the protocol's rules.

Here are some key points to remember about DLE:
  • DLE indicates that the following character is a control character.
  • It helps differentiate between control sequences and regular data.
  • In BISYNC, DLE, when followed by specific characters, holds special meanings.
End of Text (ETX) character
The End of Text (ETX) character is another significant control character in framing protocols. It denotes the end of a text or data frame.
In the context of BISYNC, when DLE is followed by ETX, it indicates the conclusion of the data sequence or frame. This helps the receiver understand where the data ends, making the communication more structured and error-free.
Understanding ETX is crucial in ensuring proper data interpretation and transmission. When sending data, especially using BISYNC, recognizing ETX helps in identifying the end of meaningful data.

Important aspects of ETX include:
  • Often used to signify the end of a text frame.
  • Interpreted specially when preceded by DLE.
  • Ensures proper framing and termination of data sequences.
CRC (Cyclic Redundancy Check)
The Cyclic Redundancy Check (CRC) is a powerful error-detecting mechanism used to ensure data integrity. In BISYNC and other communication protocols, CRC is appended at the end of data frames.
CRC works by performing polynomial division on the data to create a remainder. This remainder, or CRC code, is then transmitted with the data. The receiver performs the same CRC calculation and checks if the remainder matches the sent CRC. If they match, it means the data likely arrived without errors.
CRC is crucial in identifying and correcting errors that might occur during data transmission due to noise, interference, or other issues.

Key points about CRC include:
  • Used for error detection.
  • Calculates a remainder using polynomial division of data.
  • Ensures data integrity by verifying if transmitted and received data match.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Consider a token ring with a ring latency of \(200 \mu\). Assuming that the delayed token release strategy is used, what is the effective throughput rate that can be achieved if the ring has a bandwidth of \(4 \mathrm{Mbps}\) ? What is the effective throughput rate that can be achieved if the ring has a bandwidth of \(100 \mathrm{Mbps}\) ? Answer for both a single active host and for "many" hosts; for the latter, assume there are sufficiently many hosts transmitting that the time spent advancing the token can be ignored. Assume a packet size of \(1 \mathrm{~KB}\).

Suppose the round-trip propagation delay for Ethernet is \(46.4 \mu \mathrm{s}\). This yields a minimum packet size of 512 bits ( 464 bits corresponding to propagation delay \(+\) 48 bits of jam signal). (a) What happens to the minimum packet size if the delay time is held constant, and the signalling rate rises to \(100 \mathrm{Mbps}\) ? (b) What are the drawbacks to so large a minimum packet size? (c) If compatibility were not an issue, how might the specifications be written so as to permit a smaller minimum packet size?

Suppose you are designing a sliding window protocol for a 1-Mbps point-to- point link to a stationary satellite revolving around the earth at \(3 \times 10^{4} \mathrm{~km}\) altitude. Assuming that each frame carries \(1 \mathrm{~KB}\) of data, what is the minimum number of bits you need for the sequence number in the following cases? Assume the speed of light is \(3 \times 10^{8} \mathrm{~m} / \mathrm{s}\). (a) \(\mathrm{RWS}=1\) (b) RWS = SWS

Show that two-dimensional parity provides the receiver enough information to correct any 1-bit error (assuming the receiver knows only 1 bit is bad), but not any 2 -bit error.

Suppose we want to transmit the message 1011001001001011 and protect it from errors using the CRC-8 polynomial \(x^{8}+x^{2}+x^{1}+1\). (a) Use polynomial long division to determine the message that should be transmitted. (b) Suppose the leftmost bit of the message is inverted due to noise on the transmission link. What is the result of the receiver's CRC calculation? How does the receiver know that an error has occurred?

See all solutions

Recommended explanations on Computer Science Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.