Types & Methods Of Data Transmission
플레이하며 배우기
이 문제들을 풀어 에너지를 얻은 뒤 낚시하고 탐험하세요. 계정이 필요 없어요.
선생님을 위해: Types & Methods Of Data Transmission(Computer Science, CIE)을(를) 위한 바로 쓸 수 있는 수업 슬라이드, 복습 노트 — 수업에 사용하거나, 학생들이 실시간 게임으로 즐기는 인터랙티브 클래스 활동으로 진행하세요.
수업 노트
Data Packets
- Packets are small 'chunks' of data that make up a larger piece of data broken down by TCP (Transmission Control Protocol).
- Small packets are easier and quicker to route over the internet than large chunks.
- Each packet contains a header (source IP, destination IP, packet number), a payload (actual data), and optionally a trailer (security info, end-of-packet notification).
- Error checks (e.g., parity bits) are added to detect corruption — data being changed, lost, or extra data added.
- If a packet is corrupted or lost, the receiver can request a resend of only that packet, not the whole file.
Packet Switching
- Packet switching is a method of sending packets across a network using routers.
- Data is broken into packets, each assigned a header with source/destination IP and packet number.
- Routers use routing tables to send each packet along the most optimal path, avoiding traffic.
- Packets may take different routes and arrive out of order; they are reassembled using packet numbers.
- Advantages: minimal interference/corruption (individual packets can be resent), quicker than sending one large packet, harder to hack as each packet contains minimal data.
Serial & Parallel Transmission
- Serial transmission: bits sent one at a time along a single wire. Example: USB.
- Parallel transmission: multiple bits sent simultaneously on separate wires. Example: traditional printer cable.
- Serial advantages: reliable over longer distances, cheaper, low interference. Disadvantage: slower.
- Parallel advantages: very fast. Disadvantages: only used over short distances, prone to interference and skew (timing differences).
Simplex, Half-Duplex & Full-Duplex
- Simplex: data travels in one direction only (e.g., computer to monitor).
- Half-duplex: data travels both ways but only one direction at a time (e.g., printer cable sending data then receiving 'low ink' message).
- Full-duplex: data travels both ways simultaneously (e.g., network cables in LAN/WAN).
- Full-duplex is fastest but most expensive; half-duplex is cheaper than full-duplex for two-way communication; simplex is simplest and cheapest.
Combinations of Transmission Methods
- Wires can combine serial/parallel with simplex/half-duplex/full-duplex (e.g., Serial-Simplex, Serial-Half-duplex, Serial-Full-duplex, Parallel-Simplex, Parallel-Half-duplex, Parallel-Full-duplex).
- Serial-Simplex: one bit at a time, one direction, single wire.
- Serial-Half-duplex: one bit at a time, both directions but not simultaneously, typically one shared wire.
- Serial-Full-duplex: one bit at a time, both directions simultaneously, requires two wires.
- Parallel-Simplex: multiple bits simultaneously, one direction, multiple wires.
- Parallel-Half-duplex: multiple bits simultaneously, both directions but one at a time, multiple wires.
- Parallel-Full-duplex: multiple bits simultaneously, both directions at once, multiple wires.
Universal Serial Bus (USB)
- USB is a widely used standard for serial, asynchronous data transmission between devices.
- Common devices: keyboards, mice, printers, disk drives, network adapters, mobile phones.
- Connector types: USB-A (flash drives, mice), USB-B (printers, scanners), USB-C (latest, small, high speed, carries power).
- Speed generations: USB 1.1 (12 Mbps), USB 2.0 (480 Mbps), USB 3.x (5–20 Gbps), USB4 (up to 80 Gbps).
- When connected, the computer automatically detects the device and loads the appropriate driver; if not found, the user must install it manually.
- Advantages: automatic detection, keyed connectors (fit one way), standardised support, backwards compatible, various speeds.
- Disadvantages: maximum cable length ~5 metres, older versions have limited speeds, very old standards may become unsupported.
슬라이드
연습 문제
무료 미리 보기 — 60개 중 8개 문제. 가입하면 전부 볼 수 있어요.
1.What does TCP stand for?
Easy- ATransmission Control Protocol
- BTransfer Control Protocol
- CTransmission Check Protocol
- DTransport Control Protocol
2.Which of the following is a component of a data packet?
Easy- AHeader
- BChecksum
- CRouter
- DSwitch
3.What type of data transmission does USB use?
Easy- ASerial
- BParallel
- CSimplex
- DHalf-duplex
4.In which type of transmission can data travel in both directions simultaneously?
Easy- AFull-duplex
- BHalf-duplex
- CSimplex
- DSerial
5.Which of the following is an advantage of serial transmission over parallel transmission?
Medium- AReliable over longer distances
- BFaster transmission speed
- CTransmits multiple bits at once
- DLess prone to skew
6.A printer cable that waits for data to be received before sending back a 'low ink' message is an example of which type of transmission?
Medium- AHalf-duplex
- BSimplex
- CFull-duplex
- DParallel
7.What is the purpose of the packet number in a data packet header?
Easy- ATo allow packets to be reassembled in the correct order
- BTo identify the source of the packet
- CTo encrypt the payload
- DTo specify the route the packet should take
8.Which USB version has a maximum data transfer rate of 480 Mbps?
Easy- AUSB 2.0
- BUSB 1.1
- CUSB 3.0
- DUSB4
기출 문제
이 주제의 기출 문제 연습이 곧 나와요.
곧 출시