Computer Science : S2 : L2 : Transmission Methods

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:36 AM on 2/6/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Data transmission

The process of sending data from one component to another, either over short distances within a local computer or over long distances between computers.

2
New cards

Simplex data transmission

One-directional data transmission, where data flows from a sender to a receiver, such as sending data from a computer to a monitor.

3
New cards

Half duplex transmission

Two-directional data transmission using a single cable, but not simultaneously. For example, when using parallel printer cables, the printer can send back error codes but needs to wait for the computer to finish before transmitting.

4
New cards

Full duplex transmission

Two-directional data transmission at the same time using two communication channels.

5
New cards

Serial data transmission

Sending individual bits of data one at a time via a single cable. It is slower than parallel transmission but can transmit data over long distances. USB is an example of serial transmission.

6
New cards

Parallel data transmission

Sending multiple bits of data simultaneously through separate wires or channels. It is faster than serial transmission but can be prone to interference and synchronization issues over long distances.

7
New cards

Universal Serial Bus (USB)

A serial method of transmitting data that allows for both half and full duplex transmission. It is an industry standard with automatic device detection and driver loading.

8
New cards

USB cable

A four-wire shielded cable consisting of two wires for power and two wires for data transmission.

9
New cards

Benefits of USB

Automatic device detection, industry standard with widespread support, ability to support different transmission rates, error detection and retransmission, easy addition of more ports, compatibility with older standards.

10
New cards

Drawbacks of USB

Connections only fit one way, limited distance of around 5m, slower transmission rate compared to Ethernet, older standards may not be supported by the latest computers.