Data Frames and Errors in Networking
59 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

The physical layer has no awareness of the meaning of the data bits being transmitted.

True

The function of a data frame is to wrap the message, just like an envelope wraps a letter in regular mail.

True

Creating a data frame does not increase the number of bits to be transmitted.

False

The sender and receiver of a data link frame do not need to be using the same protocol.

<p>False</p> Signup and view all the answers

The part of a frame that holds the actual data that needs to be transmitted is called a payload.

<p>True</p> Signup and view all the answers

The transport layer header contains as receiver address a port number.

<p>True</p> Signup and view all the answers

The fields of each header do not vary depending on the protocol that creates the header.

<p>False</p> Signup and view all the answers

The MAC address usually appears in the transport layer header.

<p>False</p> Signup and view all the answers

The trailer part of a data link frame never holds error detection information.

<p>False</p> Signup and view all the answers

Long messages can be broken into smaller ones that are sent in distinct packets that each have its own route across a network.

<p>True</p> Signup and view all the answers

Because white noise is relatively continuous, it can be reduced significantly but never completely eliminated.

<p>True</p> Signup and view all the answers

White noise is dependent on the temperature of the medium.

<p>True</p> Signup and view all the answers

Simple parity can detect only an even number of erroneous bits per character.

<p>False</p> Signup and view all the answers

The CRC error-detection method treats the packet of data to be transmitted as a large polynomial.

<p>True</p> Signup and view all the answers

The CRC method catches almost 100% of errors.

<p>True</p> Signup and view all the answers

Returning a message was one of the first error-control techniques developed.

<p>True</p> Signup and view all the answers

NAK represents a positive acknowledgment.

<p>False</p> Signup and view all the answers

Sliding window protocols have been around since the 1970s.

<p>True</p> Signup and view all the answers

When a parity bit is assigned to ASCII, the Hamming distance becomes 4.

<p>False</p> Signup and view all the answers

In a stop-and-wait error control system, a receiver may acknowledge multiple packets with a single ACK.

<p>False</p> Signup and view all the answers

In a sliding-window error control system, a receiver may acknowledge multiple packets with a single ACK.

<p>True</p> Signup and view all the answers

A tool called _______ can capture packets as they traverse a network.

<p>packet sniffer</p> Signup and view all the answers

The data contained within a data link package is called _______.

<p>payload</p> Signup and view all the answers

_______ layer has no awareness of the meaning of the data bits being transmitted.

<p>physical</p> Signup and view all the answers

In the Ethernet header, the destination address is a _______.

<p>MAC address</p> Signup and view all the answers

In the Transport header, the destination address is a _______.

<p>port number</p> Signup and view all the answers

White noise is also called thermal noise or _______ noise.

<p>Gaussian</p> Signup and view all the answers

Impulse Noise is also known as _______.

<p>noise spike</p> Signup and view all the answers

Typically, impulse noise is a(n) _______ burst of energy.

<p>analog</p> Signup and view all the answers

High humidity and wet weather can cause an increase in electrical _______ over a telephone system.

<p>crosstalk</p> Signup and view all the answers

To minimize the effect of echo, a device called a(n) _______ can be attached to a line.

<p>echo suppressor</p> Signup and view all the answers

_______ is the result of small timing irregularities that become magnified during the transmission of digital signals as the signals are passed from one device to another.

<p>jitter</p> Signup and view all the answers

Causes of jitter can include electromagnetic interference, _______ passing the signal through too many repeaters, and the use of lower-quality equipment.

<p>crosstalk</p> Signup and view all the answers

_______ is not necessarily a form of error, but can indirectly lead to an increase in errors affecting the transmitted signal.

<p>Attenuation</p> Signup and view all the answers

_______ means that if the transmitting modem sends data and the data arrives garbled, the receiving modem may ask the transmitting modem to fall back to a slower transmission speed.

<p>Fallback negotiation</p> Signup and view all the answers

_______ noise that happens with twisted pair wires, such as an Ethernet cable, can be electrical.

<p>Crosstalk</p> Signup and view all the answers

Installing proper shielding on cables prevents _______.

<p>crosstalk</p> Signup and view all the answers

Error detection can be performed in several places within a communications model. One of the most common places is the TCP/IP _______ layer.

<p>network access/data link</p> Signup and view all the answers

The most basic error-detection techniques are parity checks, which are also used for _______ systems.

<p>data storage</p> Signup and view all the answers

With _______ parity, the 0 or 1 added to the string produces an even number of binary 1s.

<p>even</p> Signup and view all the answers

Isolated single-bit errors occur _______ percent of the time.

<p>50 to 60</p> Signup and view all the answers

Error bursts occur _______ percent of the time.

<p>10 to 20</p> Signup and view all the answers

Longitudinal parity is sometimes called longitudinal redundancy check or _______ parity.

<p>horizontal</p> Signup and view all the answers

An arithmetic checksum _______ the individual characters to be transmitted.

<p>adds</p> Signup and view all the answers

A _______ is an industry-approved bit string used to create the CRC remainder.

<p>generator polynomial</p> Signup and view all the answers

Many wide area network protocols use _______ for error-detection.

<p>CRC</p> Signup and view all the answers

_______ cable is the medium least prone to generating errors.

<p>Fiber-optic</p> Signup and view all the answers

_______ is probably the most common form of error control.

<p>Sending a message back to the transmitter</p> Signup and view all the answers

_______ error control is a technique usually associated with the Stop-and-wait flow control protocol.

<p>Stop-and-wait</p> Signup and view all the answers

When working with stop-and-wait error control, the amount of time a station waits before retransmitting a packet is called _______.

<p>timeout</p> Signup and view all the answers

_______ is a flow-control scheme that allows a station to transmit a number of data packets at one time before receiving some form of acknowledgment.

<p>Sliding window</p> Signup and view all the answers

With the sliding window protocol, a station that had a maximum window size of 7 could transmit only _______ data packets at one time before it had to stop and wait for an acknowledgment.

<p>7</p> Signup and view all the answers

A _______ protocol's function is simply to inform the transmitter what piece of data is expected next.

<p>sliding window</p> Signup and view all the answers

For a receiver to be able to fix an error in a process called _______ -redundant information must be present so that the receiver knows which bit or bits are in error and what their original values were.

<p>forward error correction</p> Signup and view all the answers

If a receiver correctly receives packets 2, 3, and 4, it will respond with a(an) _______.

<p>ACK 5</p> Signup and view all the answers

If a receiver has just received one packet of data with bytes numbered 600 to 700, it will respond immediately with _______.

<p>an ACK of 701</p> Signup and view all the answers

Bits at the beginning and end of the data signal serve as a package for the data as it traverses a network connection. This package is called a(n) _______.

<p>frame</p> Signup and view all the answers

The header of the _______ layer has port addresses for both the sender and receiver devices.

<p>transport</p> Signup and view all the answers

The header of the _______ layer follows the Internet Protocol.

<p>network</p> Signup and view all the answers

Study Notes

Data Frames and Errors

  • The physical layer isn't concerned with the meaning of transmitted data bits.

  • A data frame wraps a message, similar to an envelope around a letter.

  • Creating a data frame increases the number of bits to be transmitted.

  • The sender and receiver of a data link frame need to use the same protocol.

  • The payload section of a frame holds the actual data to be transmitted.

  • The transport layer header includes a port number as the receiver address.

  • Protocol header fields change depending on the protocol that created them.

  • The MAC address does not reside in the transport layer header.

  • The trailer part of a data link frame contains error detection information.

  • Long messages are broken down into smaller packets, each with its own route through a network.

  • White noise can be reduced but not entirely eliminated.

  • White noise depends on the temperature of the medium.

  • Impulse spikes and noise can make analog signals hard to recover.

  • Problems with impulse noise impacting digital signals can render them irrecoverable.

  • Noise affects both analog and digital signals and is a problem for both kinds.

  • Telephone signal crosstalk was more prevalent before fiber optic cable use due to less shielding.

  • Echo errors commonly occur at wire junctions.

  • Jitter in data transmission can cause transmission rates to increase.

  • Repeater use helps remove attenuation from analog signals.

  • Noise during transmission often requires the sender to slow down its transmission rate.

  • Data link, physical, and network layer connections handle different types of error detection.

  • TCP performs error detection at communication endpoints.

  • Simple parity detects an even number of erroneous bits.

  • CRC error detection treats data as a polynomial.

  • CRC is highly effective in catching transmission errors.

  • Returning a message was one of the first error-control methods.

  • NAK, when encountered, is not a positive acknowledgment of data transmission.

  • Sliding window protocols have had long use in data transmission.

  • Properly shielding wires prevents crosstalk.

  • The Hamming distance is affected when parity bits are assigned to ASCII data.

  • Error detection of data packets requires specific actions for optimal reliability.

  • Many protocols have their own schemes for error data detection.

  • Parity bit use is directly tied to the Hamming distance (even errors).

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

MIS430 Final Testbank PDF

Description

This quiz covers the essential concepts of data frames and error handling within networking protocols. It includes details about the structure of data frames, the importance of the transport layer, and the effects of noise on signal transmission. Test your understanding of these fundamental networking concepts.

More Like This

Wireless Frame Rates Quiz
5 questions

Wireless Frame Rates Quiz

BeneficialDifferential avatar
BeneficialDifferential
CIT 104 OSI Model and Ethernet Frames
5 questions
Data Transmission and Error Handling
48 questions
Use Quizgecko on...
Browser
Browser