Data Frames and Errors in Networking

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

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

True (A)

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

True (A)

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

False (B)

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

<p>False (B)</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 (A)</p> Signup and view all the answers

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

<p>True (A)</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 (B)</p> Signup and view all the answers

The MAC address usually appears in the transport layer header.

<p>False (B)</p> Signup and view all the answers

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

<p>False (B)</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 (A)</p> Signup and view all the answers

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

<p>True (A)</p> Signup and view all the answers

White noise is dependent on the temperature of the medium.

<p>True (A)</p> Signup and view all the answers

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

<p>False (B)</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 (A)</p> Signup and view all the answers

The CRC method catches almost 100% of errors.

<p>True (A)</p> Signup and view all the answers

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

<p>True (A)</p> Signup and view all the answers

NAK represents a positive acknowledgment.

<p>False (B)</p> Signup and view all the answers

Sliding window protocols have been around since the 1970s.

<p>True (A)</p> Signup and view all the answers

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

<p>False (B)</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 (B)</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 (A)</p> Signup and view all the answers

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

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

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

<p>payload (D)</p> Signup and view all the answers

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

<p>physical (C)</p> Signup and view all the answers

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

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

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

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

White noise is also called thermal noise or _______ noise.

<p>Gaussian (D)</p> Signup and view all the answers

Impulse Noise is also known as _______.

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

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

<p>analog (B)</p> Signup and view all the answers

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

<p>crosstalk (A)</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 (D)</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 (D)</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 (B)</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 (A)</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 (D)</p> Signup and view all the answers

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

<p>Crosstalk (C)</p> Signup and view all the answers

Installing proper shielding on cables prevents _______.

<p>crosstalk (C)</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 (C)</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 (B)</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 (B)</p> Signup and view all the answers

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

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

Error bursts occur _______ percent of the time.

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

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

<p>horizontal (D)</p> Signup and view all the answers

An arithmetic checksum _______ the individual characters to be transmitted.

<p>adds (A)</p> Signup and view all the answers

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

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

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

<p>CRC (C)</p> Signup and view all the answers

_______ cable is the medium least prone to generating errors.

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

_______ is probably the most common form of error control.

<p>Sending a message back to the transmitter (D)</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 (B)</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 (C)</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 (B)</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 (A)</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 (A)</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 (D)</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 (A)</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 (D)</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 (A)</p> Signup and view all the answers

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

<p>transport (A)</p> Signup and view all the answers

The header of the _______ layer follows the Internet Protocol.

<p>network (A)</p> Signup and view all the answers

Flashcards

Physical Layer's Awareness

The physical layer is responsible for transmitting data bits, but it doesn't understand the meaning of these bits.

Data Frame's Function

A data frame acts as a container for the message, like an envelope for a letter.

Data Frame and Transmission Bits

Adding a data frame to a message increases the number of bits transmitted because the frame itself contains additional information.

Data Link Frame Protocol

Both the sender and receiver of a data link frame must use the same protocol to ensure they understand each other.

Signup and view all the flashcards

Data Frame's Payload

The actual data to be transmitted is called the payload, which is contained within the data frame.

Signup and view all the flashcards

Transport Layer Header and Port Number

The transport layer header includes a port number, which is like a specific address within a receiver device.

Signup and view all the flashcards

Header Field Variations

The fields in a header vary depending on the protocol used to create it.

Signup and view all the flashcards

MAC Address Location

The MAC address, a unique identifier for a device on a network, is typically found in the data link layer header, not the transport layer.

Signup and view all the flashcards

Data Link Frame Trailer

The trailer part of a data link frame often contains error detection information to ensure the data has been transmitted correctly.

Signup and view all the flashcards

Packet Routing

Large messages can be split into smaller packets, each with its own route across the network.

Signup and view all the flashcards

White Noise Reduction

White noise, also known as thermal or Gaussian noise, can be reduced but not completely eliminated.

Signup and view all the flashcards

White Noise and Temperature

White noise is affected by the temperature of the transmission medium.

Signup and view all the flashcards

Impulse Noise and Analog Signals

Impulse noise, also known as noise spikes, can be difficult to remove from analog signals without affecting the original signal.

Signup and view all the flashcards

Impulse Noise and Digital Signals

Impulse noise in digital signals can often be corrected, allowing the original signal to be recovered.

Signup and view all the flashcards

Noise and Signal Types

Both analog and digital signals can be affected by noise.

Signup and view all the flashcards

Telephone Crosstalk

Telephone crosstalk was a more common problem before fiber-optic cables and shielded wires became widely used.

Signup and view all the flashcards

Echo Error Locations

Echo errors commonly occur at junctions where wires are connected.

Signup and view all the flashcards

Jitter Correction

Excessive jitter can't be corrected by speeding up transmission rates; instead, it requires addressing the underlying causes of timing irregularities.

Signup and view all the flashcards

Attenuation Elimination

Attenuation, the weakening of a signal over distance, can't be eliminated by using repeaters alone; repeaters only amplify existing signals.

Signup and view all the flashcards

Noise and Transmission Rate

Noise during transmission can slow down the transmission rate due to the need for error detection and correction.

Signup and view all the flashcards

Preventing White Noise

Special filters for analog signals and digital signal regeneration can help in preventing white noise.

Signup and view all the flashcards

TCP Error Detection

TCP, the transport layer protocol, performs error detection at the beginning and end of a connection.

Signup and view all the flashcards

Simple Parity's Limitation

Simple parity can only detect an even number of errors, not an odd number.

Signup and view all the flashcards

CRC and Polynomials

The CRC error-detection method treats the data packet as a large polynomial.

Signup and view all the flashcards

CRC's Accuracy

CRC catches nearly all errors, making it a highly reliable error-detection method.

Signup and view all the flashcards

Early Error Control

Sending a message back to the transmitter was an early error-control technique.

Signup and view all the flashcards

NAK Meaning

NAK represents a negative acknowledgment, indicating that the data received was incorrect.

Signup and view all the flashcards

Sliding Window Protocols

Sliding window protocols, which allow the transmission of multiple packets before waiting for acknowledgment, have been in use since the 1970s.

Signup and view all the flashcards

Parity and Hamming Distance

Adding a parity bit to ASCII data results in a Hamming distance of 3, not 4.

Signup and view all the flashcards

Stop-and-Wait Acknowledgment

In a stop-and-wait error control system, a receiver can only acknowledge one packet at a time.

Signup and view all the flashcards

Sliding Window Acknowledgment

A sliding-window error control system allows a receiver to acknowledge multiple packets with a single ACK.

Signup and view all the flashcards

Packet Sniffer

A packet sniffer is a tool used to capture network packets.

Signup and view all the flashcards

Data Link Package Contents

The data contained within a data link package is called the payload.

Signup and view all the flashcards

Physical Layer's Role

The physical layer of the OSI model is responsible for transmitting data bits, but it doesn't understand the meaning of those bits.

Signup and view all the flashcards

Ethernet Header Destination

In the Ethernet header, the destination address is a MAC address, which is a unique identifier for a device on a network.

Signup and view all the flashcards

Transport Layer Header Destination

In the transport layer header, the destination address is a port number, which is a specific address within a receiver device.

Signup and view all the flashcards

White Noise Synonyms

White noise is also called thermal noise or Gaussian noise.

Signup and view all the flashcards

Impulse Noise Synonyms

Impulse noise is also known as noise spikes.

Signup and view all the flashcards

Impulse Noise Type

Impulse noise is typically a burst of analog energy.

Signup and view all the flashcards

Crosstalk and Weather

High humidity and wet weather can increase electrical crosstalk over a telephone system.

Signup and view all the flashcards

Echo Suppressor

An echo suppressor is a device used to minimize the effect of echo.

Signup and view all the flashcards

Jitter's Cause

Jitter is caused by small timing inconsistencies that become magnified during signal transmission.

Signup and view all the flashcards

Jitter's Causes

Causes of jitter include electromagnetic interference, crosstalk, too many repeaters, and low-quality equipment.

Signup and view all the flashcards

Attenuation and Errors

Attenuation is not necessarily an error, but it can indirectly lead to more errors by weakening the transmitted signal.

Signup and view all the flashcards

Fallback Negotiation

Fallback negotiation allows the transmitting modem to slow down its transmission speed if data arrives garbled.

Signup and view all the flashcards

Crosstalk in Twisted Pair

Crosstalk noise in twisted pair wires, such as Ethernet cables, can be electrical.

Signup and view all the flashcards

Shielding and Crosstalk

Proper shielding helps prevent crosstalk by isolating signals from each other.

Signup and view all the flashcards

Error Detection in TCP/IP

Error detection can be performed in the network access/data link layer of the TCP/IP model.

Signup and view all the flashcards

Parity Checks in Data Storage

Parity checks, a basic error-detection technique, are also used in data storage systems.

Signup and view all the flashcards

Even Parity

Even parity adds a bit to ensure an even number of binary 1s in a character.

Signup and view all the flashcards

Single-Bit Error Frequency

Isolated single-bit errors occur 50 to 60 percent of the time.

Signup and view all the flashcards

Error Burst Frequency

Error bursts, where multiple bits are affected, occur 10 to 20 percent of the time.

Signup and view all the flashcards

Longitudinal Parity

Longitudinal parity, also called horizontal parity, is a technique that checks errors across multiple characters.

Signup and view all the flashcards

Arithmetic Checksum

An arithmetic checksum adds the values of individual characters to be transmitted.

Signup and view all the flashcards

Generator Polynomial

A generator polynomial is an industry-standard bit string used to create the CRC remainder.

Signup and view all the flashcards

CRC in WAN Protocols

Many wide area network protocols use CRC for error detection.

Signup and view all the flashcards

Fiber-Optic Cable and Errors

Fiber-optic cable is the medium least prone to errors due to its resistance to interference and attenuation.

Signup and view all the flashcards

Common Error Control

Sending a message back to the transmitter is probably the most common form of error control.

Signup and view all the flashcards

Stop-and-Wait Error Control

Stop-and-wait error control is commonly associated with the Stop-and-wait flow control protocol.

Signup and view all the flashcards

Timeout in Stop-and-Wait

Timeout refers to the amount of time a station waits before retransmitting a packet in Stop-and-wait error control.

Signup and view all the flashcards

Sliding Window Protocol

A sliding window protocol allows the transmission of multiple packets before receiving acknowledgments.

Signup and view all the flashcards

Sliding Window Size

In a sliding window protocol with a maximum window size of 7, the station can transmit 7 data packets before waiting for acknowledgment.

Signup and view all the flashcards

Sliding Window Protocol Function

A sliding window protocol informs the transmitter what piece of data is expected next.

Signup and view all the flashcards

Forward Error Correction

Forward error correction is the process where a receiver can fix errors using redundant information.

Signup and view all the flashcards

ACK 5

If a receiver correctly receives packets 2, 3, and 4, it will respond with an ACK for packet 5, indicating that it's ready for the next packet in the sequence.

Signup and view all the flashcards

ACK 701

If a receiver has just received a packet with bytes numbered 600 to 700, it will respond immediately with an ACK of 701, indicating that it's ready for the next packet starting at byte 701.

Signup and view all the flashcards

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

More Like This

Wireless Frame Rates Quiz
5 questions

Wireless Frame Rates Quiz

BeneficialDifferential avatar
BeneficialDifferential
Slotted ALOHA Network Efficiency Quiz
9 questions
CIT 104 OSI Model and Ethernet Frames
5 questions
Data Transmission and Error Handling
48 questions
Use Quizgecko on...
Browser
Browser