Data Transmission Fundamentals

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

Which statement accurately describes the key difference between half-duplex and full-duplex data transmission?

  • Half-duplex allows data transmission in one direction only, while full-duplex allows it in both directions, but not simultaneously.
  • Half-duplex is primarily used for short-distance communication, while full-duplex is used for long-distance communication.
  • Half-duplex allows data transmission in both directions, but not simultaneously, whereas full-duplex allows simultaneous transmission in both directions. (correct)
  • Half-duplex typically uses serial communication, while full-duplex exclusively uses parallel communication.

In parallel data transmission, the absence of precise synchronization mechanisms inherently prevents data skewing from occurring.

False (B)

Explain how a combined 'Serial-Half-Duplex' wire setup manages data transmission, detailing the constraints and directionality involved.

Serial-Half-Duplex transmits data one bit at a time, and can send or receive, but not simultaneously.

In ______ data transmission, multiple bits are sent simultaneously across several wires, but the arrival times may vary, leading to potential skewing.

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

Match the data transmission modes with their appropriate descriptions:

<p>Simplex = Unidirectional data transmission. Half-duplex = Bidirectional data transmission, but not simultaneously. Full-duplex = Bidirectional data transmission simultaneously. Parallel = Multiple bits sent at the same time.</p> Signup and view all the answers

Which of the following is the most significant reason for breaking down information into packets for internet transmission?

<p>To facilitate easier and faster routing of data across networks. (D)</p> Signup and view all the answers

The primary role of TCP is to encrypt data packets before they are transmitted across the internet.

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

In the context of data packets, what term is used to describe the actual information or data being transmitted?

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

Data packets are analogous to postage letters, each containing a 'delivery address' which corresponds to the ______ address in the context of internet communication.

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

A network engineer is troubleshooting a slow internet connection. After analyzing network traffic, they notice a high volume of retransmitted packets between the server and client. What would be the MOST likely cause?

<p>Network Congestion, causing packet loss. (C)</p> Signup and view all the answers

What is the fundamental difference between ASCII and Unicode in the context of character encoding?

<p>ASCII assigns a unique 7-bit binary code to each character, while Unicode uses a variable-length encoding scheme allowing for a greater range of characters. (B)</p> Signup and view all the answers

A character set is simply a collection of characters, without any associated binary codes for computer representation.

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

Explain the significance of variable-length encoding in Unicode compared to the fixed-length encoding in ASCII, particularly regarding the representation of diverse characters.

<p>Variable-length encoding in Unicode allows it to represent a vastly greater number of characters and symbols compared to ASCII. Fixed-length encoding, like in ASCII, limits the number of unique characters that can be represented.</p> Signup and view all the answers

In the context of character encoding, the _______ character set assigns a unique 7-bit binary code to each character, including uppercase and lowercase letters, digits, punctuation marks, and control characters.

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

Match each character set with its corresponding characteristic:

<p>ASCII = Uses a 7-bit binary code for each character Unicode = Employs a variable-length encoding scheme Character Set = Collection of characters and their binary codes Binary = Language used by computers to process information</p> Signup and view all the answers

What is the primary effect of increasing the sample resolution in digital sound?

<p>Increases the accuracy of the sound wave representation and increases file size. (A)</p> Signup and view all the answers

A sample rate of 44.1 kHz in digital sound means that 44,100 samples are taken every millisecond.

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

What two key factors determine the quality of digital sound?

<p>sample rate and sample resolution</p> Signup and view all the answers

CD-quality digital sound typically uses a sample rate of 44.1 ______ and a sample resolution of 16 bits.

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

What considerations are most important when choosing the sample rate and resolution for the digital sound application?

<p>Both the specific requirements of the application and the desired level of detail. (D)</p> Signup and view all the answers

Which of the following statements accurately contrasts MIDI and MP3 files?

<p>MIDI files store instructions for how sound should be played, whereas MP3 files contain actual sound recordings. (A)</p> Signup and view all the answers

MIDI files contain complete digital audio recordings captured using a microphone.

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

Describe three parameters specified in a typical MIDI file that influence how a musical note is played.

<p>Note pitch/frequency, start/stop time, duration/length, volume/loudness, instrument type.</p> Signup and view all the answers

An MP3 file uses a ______ compression format, which results in some loss of audio quality.

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

Match the characteristic with the corresponding file:

<p>Stores instructions = MIDI Compression format = MP3 Recorded through a microphone = MP3 Specifies note duration = MIDI</p> Signup and view all the answers

What is the most significant trade-off when using a higher sampling rate to represent sound digitally?

<p>Larger file size of the digital sound. (A)</p> Signup and view all the answers

Unicode employs a fixed-length encoding scheme to ensure consistent file sizes across different character sets.

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

Briefly explain why converting sound into digital form involves both sampling and quantization.

<p>Sampling captures sound wave measurements. Quantization converts these measurements into binary data.</p> Signup and view all the answers

Which of the following statements accurately describes the role of a checksum in data transmission?

<p>It verifies data integrity by comparing a calculated value against a transmitted value, indicating corruption if they differ. (C)</p> Signup and view all the answers

The Unicode code for the heart symbol, U+2665, is represented in binary form as 11100110 10011000 ______

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

In data transmission, the packet header exclusively contains information necessary for routing, such as source and destination IP addresses, with all error checking data located in the trailer.

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

Match the following characteristics with either 'Higher Sampling Rate' or 'Lower Sampling Rate'.

<p>Higher Quality = Higher Sampling Rate Smaller File Size = Lower Sampling Rate Less Accurate Representation = Lower Sampling Rate Bigger File Size = Higher Sampling Rate</p> Signup and view all the answers

Explain how the fragmentation of data into packets, as illustrated with the message 'This is a message :)', contributes to the efficiency and reliability of internet communication.

<p>The fragmentation of data into smaller packets enables efficient data transmission by allowing multiple packets to be routed independently and concurrently, enhancing network utilization and speed. It also improves reliability, as the loss of a single packet does not necessitate the retransmission of the entire message, but only the affected packet.</p> Signup and view all the answers

In the context of data transmission, the primary function of a parity bit is to detect whether bits have been ______ during transmission.

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

Match the following packet components with their primary functions:

<p>Packet Header = Contains source and destination IP addresses, packet number, and error checking information. Payload = Carries the actual data being transmitted. Trailer = Includes additional error checks and end-of-packet notification.</p> Signup and view all the answers

Considering the message 'This is a message :)' is divided into packets, what is the most significant reason for including a packet number in each packet?

<p>To enable the reconstruction of the message in the correct order at the destination. (C)</p> Signup and view all the answers

Which of the following scenarios best illustrates the core advantage of packet switching over circuit switching in a high-traffic network?

<p>An email with a large attachment is divided into smaller segments that are dynamically routed to bypass congested pathways, optimizing delivery time. (B)</p> Signup and view all the answers

What is a crucial role of error checking mechanisms, such as checksums and parity bits, in data transmission?

<p>To detect and correct errors that occur during transmission, ensuring data integrity. (C)</p> Signup and view all the answers

Evaluate the impact of data corruption on network communication and identify the most effective strategy for mitigating its effects.

<p>Data corruption can lead to inaccurate or incomplete information, necessitating retransmission; robust error checking and correction mechanisms provide the most effective mitigation. (B)</p> Signup and view all the answers

In packet switching, if a router's routing table incorrectly identifies the path to the destination, the receiving computer will reassemble the packets based on the incorrect route, resulting in a corrupted message.

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

In a scenario where cost is a primary constraint and data volume is not exceedingly high, which data transmission method would be most appropriate for short-range communication?

<p>Serial-Full-duplex (D)</p> Signup and view all the answers

Explain how the ability to resend individual packets, rather than the entire file, contributes to the overall efficiency and resilience of data transmission in packet switching networks.

<p>Resending individual packets reduces bandwidth and time wasted on retransmitting the whole file, thus ensuring efficient and reliable transfer of data.</p> Signup and view all the answers

Given two bitmap images of the same physical dimensions, what is the effect of quadrupling the number of pixels in both the horizontal and vertical directions of one image, assuming colour depth remains constant?

<p>The file size increases by a factor of sixteen, and the image quality improves significantly. (A)</p> Signup and view all the answers

Serial-Half-duplex data transmission allows for simultaneous transmission of data in both directions.

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

In packet switching, data is divided into smaller units, each labeled with a sequence identifier. These identifiers facilitate the proper ______ of the original message at the destination.

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

Reducing the colour depth of a bitmap image from 32-bit to 16-bit will always halve the file size, regardless of the image content or resolution.

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

What synchronization challenges are inherent to parallel data transmission, especially over extended distances, and why do they arise?

<p>Asynchronous Arrival</p> Signup and view all the answers

Match each element of packet switching with its corresponding function:

<p>Routers = Determine optimal paths for packets. Packet Numbers = Enable reassembly of the message. Routing Tables = Keep track of nearby routers. Resend Requests = Ensure complete data delivery.</p> Signup and view all the answers

In __________ data transmission, data can be transmitted in both directions at the same time on a single wire, one bit at a time.

<p>Serial-Full-duplex</p> Signup and view all the answers

Explain how both resolution and colour depth contribute to the perceived realism and storage requirements of a digital image. Briefly explain the trade-offs involved in maximizing both.

<p>Higher resolution provides greater detail, and higher color depth allows for more subtle color variations, both enhancing realism. However, increasing these factors exponentially increases the file size, requiring more storage. The trade-off involves balancing desired image quality with available storage and processing capabilities.</p> Signup and view all the answers

Match each data transmission method with its corresponding description:

<p>Serial-Simplex = Data transmitted one bit at a time in a single direction. Parallel-Full-duplex = Multiple wires send multiple bits of data in both directions at the same time. Serial-Half-duplex = Data transmitted in both directions on a single wire, but only one direction at a time. Parallel-Half-duplex = Multiple wires send multiple bits of data in both directions, but only one direction at a time.</p> Signup and view all the answers

An image with a _____ colour depth can represent more colours, resulting in a more realistic image, but also requiring more storage space

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

Which data transmission method is most susceptible to timing delays, especially over greater distances?

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

Match the following image characteristics with their effects:

<p>High Resolution = More detailed image, larger file size Low Resolution = Less detailed image, smaller file size High Colour Depth = More colours, more realistic, larger file size Low Colour Depth = Fewer colours, less realistic, smaller file size</p> Signup and view all the answers

Data transmitted via the Serial method typically experiences more errors than that of Parallel due to the data being sent over a singular cable one bit at a time.

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

Explain how the advantages and disadvantages of serial data transmission methods shift as the communication distance increases.

<p>Cost Increases</p> Signup and view all the answers

__________ transmission is fast as large quantities of data can be transmitted at any one time.

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

In a scenario with a high demand for data transmission and a limited budget, which would be the least suitable option?

<p>Parallel-Full-duplex (C)</p> Signup and view all the answers

Flashcards

Serial Transmission

Data transmission where one bit is sent at a time over a single wire.

Parallel Transmission

Data transmission where multiple bits are sent at the same time across several wires.

Simplex Transmission

Unidirectional data transmission; data travels in only one direction.

Half-Duplex Transmission

Bidirectional data transmission, but data can only travel in one direction at a time.

Signup and view all the flashcards

Full-Duplex Transmission

Bidirectional data transmission where data can travel in both directions simultaneously.

Signup and view all the flashcards

What are packets?

Small chunks of data used for transmitting information over the Internet.

Signup and view all the flashcards

What is TCP?

Transmission Control Protocol; organizes data transmission over networks.

Signup and view all the flashcards

What is routing?

Finding the best path for data to travel across a network.

Signup and view all the flashcards

What is a payload?

The actual data being carried within a packet.

Signup and view all the flashcards

Packet contents

Packets contain the data (payload) and a destination IP address.

Signup and view all the flashcards

Packet Switching

A method of sending data over a network where data is divided into small units, each sent independently and reassembled at the destination.

Signup and view all the flashcards

Routers

Network devices that forward packets towards their destination, using routing tables to determine the best path.

Signup and view all the flashcards

Routing Tables

Tables stored in routers that contain information about the best paths to nearby routers or networks.

Signup and view all the flashcards

Packet Re-assembly

Packets from one message can travel different routes and arrive out of order, requiring reassembly at the destination.

Signup and view all the flashcards

Packet Resend Request

If a packet is lost during transmission, the receiver can request the sender to resend only that specific packet.

Signup and view all the flashcards

What is a character?

A symbol represented in binary code that a computer can process.

Signup and view all the flashcards

What is a character set?

A collection of characters and their corresponding binary codes.

Signup and view all the flashcards

What is ASCII?

A common character set assigning 7-bit codes to English characters, digits, and symbols.

Signup and view all the flashcards

What is Unicode?

A character encoding standard that uses variable-length encoding to support of a wide range of characters and symbols (including different languages and emojis).

Signup and view all the flashcards

How do computers store text?

Represent text as binary code.

Signup and view all the flashcards

Source IP Address

The return address of the sender, included in data packets.

Signup and view all the flashcards

Data Payload

The actual data being transmitted in a packet.

Signup and view all the flashcards

Packet Parts

The three main parts are: header, payload, and trailer.

Signup and view all the flashcards

Packet Header

Contains source IP, destination IP, packet number, and error checker.

Signup and view all the flashcards

Packet Trailer

Contains additional error checks and end-of-packet notification.

Signup and view all the flashcards

Error Checks

Ensures minimal or no corruption of data during transmission.

Signup and view all the flashcards

Data Corruption

When packet data is changed, lost, or gained during transmission.

Signup and view all the flashcards

Parity Bit

Checks that bits haven't been flipped (0 to 1 or vice versa).

Signup and view all the flashcards

What is sound sampling?

The process of converting analog sound waves into digital data that a computer can process.

Signup and view all the flashcards

What is an analog signal?

A type of signal that is continuous and can have an infinite number of values.

Signup and view all the flashcards

What is sample rate?

The number of samples taken per second when converting sound to digital. Higher rate = better quality, larger file size.

Signup and view all the flashcards

What is sound sampling process?

Measuring a sound wave at regular intervals to convert it into binary data.

Signup and view all the flashcards

What is MIDI?

Musical Instrument Digital Interface; a file format storing instructions for how sound should be played, not the actual sounds.

Signup and view all the flashcards

What does a MIDI file specify?

Specifies the note, when to play/stop, duration, volume, tempo and instrument type for digital music.

Signup and view all the flashcards

What is MP3?

A digital audio format that stores an actual recording of sound; uses lossy compression.

Signup and view all the flashcards

What does 'lossy' mean in MP3 context?

A 'lossy' format reduces file size by discarding some audio data.

Signup and view all the flashcards

How is MP3 recorded?

MP3 is recorded using a microphone.

Signup and view all the flashcards

Serial-Simplex

Data transmitted one bit at a time in a single direction, using one wire.

Signup and view all the flashcards

Serial-Half-duplex

Data transmitted in both directions on a single wire, but only one direction at a time.

Signup and view all the flashcards

Serial-Full-duplex

Data transmitted in both directions at the same time on a single wire, one bit at a time.

Signup and view all the flashcards

Parallel-Simplex

Multiple wires transmit one bit at a time, but only in one direction.

Signup and view all the flashcards

Parallel-Half-duplex

Multiple wires send multiple bits of data in both directions, but only one direction at a time.

Signup and view all the flashcards

Parallel-Full-duplex

Multiple wires send multiple bits of data in both directions at the same time.

Signup and view all the flashcards

Serial Advantage

Data arrives in the order it was sent.

Signup and view all the flashcards

Serial Drawback

Slower data transmission, especially over long distances.

Signup and view all the flashcards

Parallel Advantage

Faster transfer of large quantities of data.

Signup and view all the flashcards

Parallel Drawback

Possible delays if data arrives asynchronously; receiver must synchronize.

Signup and view all the flashcards

Bitmap Image

An image composed of pixels arranged in a grid.

Signup and view all the flashcards

Pixels

Small dots of color that make up a bitmap image.

Signup and view all the flashcards

Image Resolution

The number of pixels in an image.

Signup and view all the flashcards

Color Depth

The number of bits used to represent each color in an image.

Signup and view all the flashcards

File Size vs. Image Quality

Image file size increases with higher resolution and color depth.

Signup and view all the flashcards

CD-quality sample rate

44,100 samples per second is the sample rate for CD-quality digital sound.

Signup and view all the flashcards

Sample resolution

The number of bits per sample, which determines the accuracy of each sample.

Signup and view all the flashcards

Higher sample resolution

It will lead to a more accurate sound but increases the file size.

Signup and view all the flashcards

CD-quality bit depth

Each sample is represented by a 16-bit binary number.

Signup and view all the flashcards

Choosing sample settings

Choose the appropriate sample rate and resolution based on the specific requirements of the digital sound application.

Signup and view all the flashcards

Study Notes

Representing Images

  • A bitmap image consists of pixels arranged in a grid
  • Each pixel is represented by a binary code
  • The resolution refers to the number of pixels in the image.
  • A higher resolution results in a sharper, more detailed image
  • Higher resolutions require more storage space.
  • Colour depth is the number of bits used to represent each colour.
  • A higher colour depth means that more colours can be represented
  • Higher colour depths result in more realistic images.
  • Higher colour depths also require more storage space.
  • An 8-bit colour depth allows for 256 different colours to be represented.
  • A 24-bit colour depth allows for over 16 million different colours to be represented.
  • The file size of an image increases as the resolution and colour depth increase
  • More pixels and colours require more binary data to represent them.
  • The quality of an image increases as the resolution and colour depth increase
  • It is important to balance the desired quality with the practical limitations of storage space.

Representing Sound

  • Sound is a type of analog signal that is captured and converted into digital form for processing
  • Converting sound into digital form requires using a process called sampling
  • Sampling involves taking measurements of the sound wave at regular intervals
  • Sampling also means converting these measurements into binary data
  • The quality of digital sound depends on the sample rate
  • Sample rate refers to the number of samples taken per second
  • A higher sample rate results in a more accurate representation of the original sound wave
  • A higher sample rate increases the file size of the digital sound

Sample Rate

  • A typical CD-quality digital sound has a sample rate of 44.1 kHz, meaning 44,100 samples are taken per second.
  • Sample resolution affects the quality of digital sound
  • Sample resolution refers to the number of bits per sample, determining the level of detail and accuracy.
  • A higher sample resolution results in a more accurate representation of the sound wave
  • A higher sample resolution increases the file size of the digital sound.
  • A CD-quality digital sound typically has a sample resolution of 16 bits
  • Each sample is represented by a 16-bit binary number with 16 bit resolution

Choosing Sample Rate

  • It's important to choose the appropriate sample rate and resolution
  • Sample rate and resolution are chosen based on the specific requirements of the digital sound application.
  • High-quality music recordings need higher sample rate and resolution
  • Voice recordings for podcasts need a lower sample rate and resolution

Sound Files

  • MIDI and MP3 are two examples of sound files

MIDI

  • MIDI stands for Musical Instrument Digital Interface file
  • MIDI files store a set of instructions for how the sound should be played.
  • MIDI files do not store the actual sounds
  • The data in MIDI files has been recorded using digital instruments.
  • MIDI files specify the note to be played.
  • MIDI files specify when each note starts and stops playing
  • MIDI files specify the duration of the note.
  • MIDI files specify the volume of the note.
  • MIDI files specify the tempo of the note.
  • MIDI files specify the type of instrument.
  • Individual notes in MIDI files can be edited.

MP3 Format

  • MP3 is a format for digital audio
  • MP3 is an actual recording of the sound
  • MP3 is a lossy compression format.
  • MP3s are recorded using a microphone

Character Sets

  • Text is a collection of characters that can be represented in binary.
  • Binary is the language that computers use to process information
  • To represent text in binary, a computer uses a character set
  • A character set is a collection of characters and the corresponding binary codes that represent them
  • ASCII stands for American Standard Code for Information Interchange
  • ASCII is one of the most commonly used character sets
  • ASCII assigns a unique 7-bit binary code to each character, including uppercase and lowercase letters, digits, punctuation marks, and control characters.
  • The ASCII code for the uppercase letter "A" is 01000001
  • The ASCII code for the character "?" is 00111111
  • ASCII has limitations in terms of the number of characters it can represent
  • ASCII does not support characters from languages other than English
  • Unicode was developed to address the limitations of ASCII.
  • Unicode allows for a greater range of characters and symbols than ASCII, including different languages and emojis.
  • Unicode uses a variable-length encoding scheme
  • Unicode assigns a unique code to each character, which can be represented in binary form using multiple bytes
  • The Unicode code for the heart symbol is U+2665, represented in binary as 11100110 10011000 10100101.
  • Unicode requires more bits per character than ASCII
  • Unicode results in larger file sizes and slower processing times when working with text-based data.

Packet Switching

  • Sending packets over the internet is referred to as packer switching
  • Packet switching is more efficient than circuit switching

Packet Switching Involves:

  • Routers know which nearby router is closer to the destination device
  • Like normal car traffic, data traffic may build up on the internet
  • Routers may decide to send a packet down a different route that avoids traffic.
  • Packets from the same message can take different routes
  • Packets from the same message may arrive in different orders
  • The receiver's computer reassembles the message by reordering the packets using the packet numbers
  • Breaking down a file into packets and sending these packets down different routes over the internet (via routers) from a source to a destination will allow reassembling them at the end
  • Packet numbers allow for the original message to be re-assembled in the correct order
  • Routers contain routing tables which keep track of nearby routers like a map or contacts list
  • If a packet does not reach its destination the receiver can send a resend request to the sender to resend the packet

Packet Advantages

  • Interference and corruption are minimal where individual packets can be resent if they are lost or damaged
  • The whole file doesn't need to be resent if a corruption occurs, only the individual packets that were corrupted need to be resent
  • Internet bandwidth is saved by resending the entire information
  • Packet switching is quicker than sending a large packet as each packet finds the quickest way around the network
  • It's harder to hack an individual's data since each packet contains minimal data, and travels through the network separately

Data Transmission

  • Compression is necessary to reduce the size of large files for storage, transmission, and faster processing
  • The choice between lossy and lossless compression methods depends on the type of file and its intended use.
  • Lossy compression is generally used for media files where minor data loss is acceptable, while lossless compression is used for text, code, and archival purposes.

Data Packets

  • Information on the internet is broken down into packets and are created by TCP
  • Transmitted over the internet
  • Packets are small chunks of information/data
  • TCP stands for Transmission Control Protocol which is used to organise data transmission over networks
  • Small chunks of data are easier and quicker to route over the internet than big chunks of data
  • Routing involves finding the most optimal path over a network
  • Data in packets includes anything from text, images, audio, video, animations, etc, or any combination of these
  • Packets contain chunks of information referred to as the "payload."
  • Packets act like postage letters, having a delivery address, known as the destination IP address.

Packet Components

  • Packets are split into three parts:
  • Packet header
  • Payload (the actual data)
  • Trailer
  • The header contains:
    • A return address (source IP address)
    • Source IP
    • Destination IP
    • Packet number
    • Error checker like a checksum or parity bit
  • The trailer contains:
    • Additional error checks
    • End of packet notification
  • A sample message "This is a message :)" is broken into 4 data packets for transmission, each representing a fragment of the message.
  • Each packet figure contains a source IP address, destination IP address, payload (the data), and a packet number
  • Individual packet structure depends on the protocol used to create them variations exist.
  • Error checks ensure that a packet is received with minimal or no data corruption
  • Corruption occurs when packet data is changed, lost, or added
  • Parity bits check for bit flips from 0 to 1 or vice versa
  • Checksums calculate and compare results to identify data corruption

Wired Connections

  • Wires can be serial: where one bit is sent at a time across a single wire
  • Wires can be parallel: where Multiple bits are sent at a time across several wires
  • Transmission is asynchronous as some bits may arrive quicker than others
  • Asynchronous transmission = skewing or skewed data that does not always arrive at the same time

Data Transmission Types

  • Simplex Transmissions are a unidirectional transmission that only travels one direction
  • Half-duplex transmissions are Bi-directional transmissions that travels in both directions but they can not transmit at the same time
  • Full-duplex Transmission are bidirectional transmission that transmit signals in both direction at the same time
  • Wires can be combination of serial, parallel, simplex, half-duplex, full-duplex

Advantage & Disadvantages: Serial

  • Advantage: Data will arrive in the order it is sent, less likely to have errors and is cheaper over short and long distances where wire cost is fairly cheap
  • Disadvantage: Data transmission is slow, especially over long distances with small quantities of data transmitted at a time
  • Disadvantage: Serial transmission is expensive over very long distance as wire cost increases over distance

Advantage & Disadvantages: Parallel

  • Advantage: Parallel transmission is fast, large quantities of data sent at one time
  • Disadvantage: Parallel transmission is expensive over short distances as multiple wires need to be purchased
  • Disadvantage: Parallel transmission is very expensive where long distances are incurred as wire costs increases with distance
  • Disadvantage: Delays caused if data arrives asynchronously as receiver waits for all bits before accepting new data where this is true over longer distances

Studying That Suits You

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

Quiz Team

More Like This

Use Quizgecko on...
Browser
Browser