Data Transmission IGCSE Computer Science
24 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

What is the primary function of the two wires in a USB cable designated for power?

  • Error detection
  • Power supply (correct)
  • Device identification
  • Data transmission

What does USB protocol do when it detects errors in data transmission?

  • It notifies the user of an error
  • It stops communication entirely
  • It ignores the errors and continues
  • It instructs the transmitter to retransmit data (correct)

What is the maximum cable length supported by Standard USB without requiring a hub?

  • 2M
  • 5M (correct)
  • 10M
  • 3M

Which of the following statements about USB connectors is true?

<p>They can only fit one way (C)</p> Signup and view all the answers

What happens when a new device is connected to a computer via USB?

<p>The device is automatically recognized and the appropriate driver is loaded (A)</p> Signup and view all the answers

Which of the following is a known benefit of using USB technology?

<p>Automatic detection of devices (A)</p> Signup and view all the answers

What is a drawback of newer USB standards regarding compatibility?

<p>Older standards may not always be supported by the latest computers (C)</p> Signup and view all the answers

Which of the following is a characteristic of USB data transmission rates?

<p>They vary among different USB versions (B)</p> Signup and view all the answers

Which type of data transmission allows for data to be sent in both directions simultaneously?

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

What is a primary disadvantage of serial data transmission compared to parallel data transmission?

<p>Slower transmission speed (C)</p> Signup and view all the answers

Which of the following best describes Half Duplex transmission?

<p>Data can only be sent in one direction at a time (A)</p> Signup and view all the answers

When is parallel transmission typically preferred?

<p>When data needs to be transmitted quickly (A)</p> Signup and view all the answers

What synchronization method is used to coordinate the bits in parallel transmission?

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

Which transmission method would be most appropriate for sending data from a sensor to a computer?

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

Which of the following is NOT a characteristic of serial data transmission?

<p>Uses multiple channels for transmission (C)</p> Signup and view all the answers

Which type of transmission is likely to face synchronization issues over longer distances?

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

What defines a Local Area Network (LAN)?

<p>A network consisting of few computers linked over a limited distance. (A)</p> Signup and view all the answers

In circuit switching, what is the first step in the process?

<p>Connection establishment. (D)</p> Signup and view all the answers

What occurs during the packet transfer process in packet switching?

<p>Each packet may take a different path to the destination. (B)</p> Signup and view all the answers

Which of the following is a benefit of packet switching?

<p>Ability to re-route packets in case of failure. (D)</p> Signup and view all the answers

What is a potential drawback of using packet switching?

<p>Packets can be lost and require re-sending. (A)</p> Signup and view all the answers

Which part of a data packet is used for error checking?

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

What is the primary function of routers in packet switching?

<p>To determine the optimal path for each packet. (B)</p> Signup and view all the answers

What is the main goal of breaking data into packets?

<p>To facilitate easier and more efficient data transmission. (A)</p> Signup and view all the answers

Flashcards

Network

A group of two or more interconnected computers that share resources, exchange files, or allow communication.

LAN

A local area network connecting computers within a small area, like a building or office.

WAN

A wide area network that connects computers over a large geographical area, like a country or the world.

Circuit Switching

A method of data transmission where a dedicated path is established for communication between two points.

Signup and view all the flashcards

Packet Switching

A method of data transmission where data is broken into packets, each taking its own route to the destination.

Signup and view all the flashcards

Data Packet

A small segment of data containing information like source and destination addresses, data, and error-checking codes.

Signup and view all the flashcards

Packet Header

The part of a data packet containing important information like source and destination addresses, and sequence numbers of the packet.

Signup and view all the flashcards

Packet Trailer

The part of a data packet at the end used to check for errors during transmission.

Signup and view all the flashcards

USB Cable

A four-wire shielded cable used in USB, with two wires for power and ground, and two for data transmission.

Signup and view all the flashcards

Automatic Device Detection

USB automatically recognizes connected devices by detecting voltage changes in the cable.

Signup and view all the flashcards

Device Driver

Software that allows the computer to communicate effectively with a connected device.

Signup and view all the flashcards

USB Hub

A device that extends the USB cable length by providing multiple connection ports.

Signup and view all the flashcards

Backward Compatibility

Newer USB standards can work with older USB standards.

Signup and view all the flashcards

USB Data Transmission Rate

Speed at which data is transferred via USB, slower than Ethernet.

Signup and view all the flashcards

Simplex Transmission

Data transmission in one direction only. Two-way communication is not possible.

Signup and view all the flashcards

USB Error Handling

The USB protocol automatically re-transmits data if errors are detected.

Signup and view all the flashcards

Half-Duplex Transmission

Data transmission possible in both directions, but not simultaneously.

Signup and view all the flashcards

Full-Duplex Transmission

Data transmission possible in both directions simultaneously.

Signup and view all the flashcards

Serial Transmission

Bits sent sequentially (one after another) down a single wire.

Signup and view all the flashcards

Parallel Transmission

Multiple bits sent simultaneously down different wires.

Signup and view all the flashcards

Data Transmission Method: Simplex

One-way data transmission.

Signup and view all the flashcards

Data Transmission Method: Half-Duplex

Data transmission in both directions, but not at the same time.

Signup and view all the flashcards

Data Transmission Method: Full-Duplex

Simultaneous data transmission in both directions.

Signup and view all the flashcards

Study Notes

Data Transmission (IGCSE Computer Science)

  • Data transmission involves moving data from one location (e.g., computer) to another.
  • Networks connect two or more computers to share resources, exchange files, and enable communication.
  • Network connections use various methods, including cables, phone lines, radio waves, satellites, and infrared light beams.

Network Types

  • Local Area Network (LAN): Connects computers within a limited geographical area like a home or office.
  • Wide Area Network (WAN): Connects computers over a large geographical area, potentially spanning countries or continents.

Network Connection

  • Direct connection is suitable for small LAN with few computers.
  • This method is impractical for large WAN systems where millions of computers connect randomly and need to exchange data.

Circuit Switching

  • A dedicated communication path is established for the duration of data transmission.
  • Steps involved: connection establishment, data transfer, and disconnection.
  • This method is inefficient for random communication needs.

Packet Switching

  • Data is broken into smaller units called packets.
  • Each packet takes its own route to the destination.
  • Routers determine the shortest possible path for each packet in the network.
  • Packets may arrive at the destination in a different order than sent.

Packet Format

  • Packets consist of a header, payload, and trailer.
  • Header includes source and destination addresses, sequence number, packet size.
  • Payload contains the actual data being transmitted.
  • Trailer includes error-checking information.

Packet Switching Benefits

  • Overcomes failed/busy lines and re-routes packets.
  • Scalable for large networks.
  • Efficient data transmission over long distances.

Packet Switching Drawbacks

  • Packets can be lost and need retransmission.
  • Susceptible to errors, especially in real-time scenarios.
  • Can introduce delays due to packet reordering.

Transmission Factors

  • Direction: Simplex (one way), half-duplex (both ways, but not simultaneously), and full-duplex (both ways simultaneously).
  • Method: Serial (bits sent one by one) and parallel (bits sent simultaneously). Serial is suitable for longer distances; parallel is faster but requires more wires.
  • Synchronization: Asynchronous (no timing mechanism between devices) and Synchronous (devices share a common timing mechanism).

Transmission Modes

  • Simplex: Data transmission in one direction only (e.g., sending data from the keyboard to the CPU).
  • Half-duplex: Data transmission in both directions, but not simultaneously (e.g., walkie-talkies).
  • Full-duplex: Data transmission in both directions simultaneously (e.g., internet cables).

UNIVERSAL SERIAL BUS (USB)

  • A serial data transmission method.
  • Supports both half-duplex and full-duplex transmission.
  • Uses a four-wire shielded cable.
  • Two wires for power/earth, two for data transmission.
  • USB devices are automatically detected and configured (driver loaded).
  • New devices require drivers for effective communication. May require manual download if the driver's not available.

USB Benefits and Drawbacks

  • Benefits: Automatic device detection, simple connection, wide availability.
  • Drawbacks: Limited data transfer speed compared to other methods, particularly newer Ethernet lines. Length limitations; extension hubs are necessary. Early USB versions might only be supported by older devices.

Studying That Suits You

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

Quiz Team

Related Documents

Description

This quiz covers the fundamentals of data transmission and network types as outlined in IGCSE Computer Science. Explore key concepts such as Local Area Networks (LAN) and Wide Area Networks (WAN), and understand the methods of connecting computers for effective communication. Test your knowledge on circuit switching and the various technologies used for data transmission.

More Like This

Use Quizgecko on...
Browser
Browser