凹凸雅思

types and methods of data transmission

使用闪卡高效复习COMPUTER-SCIENCE科目知识点

共计闪卡

40

闪卡自测

进度: 1 / 40已掌握: 0 | 需要复习: 0
问题

What are packets?

点击查看答案
请先阅读问题,然后点击卡片查看答案

所有闪卡

闪卡 1

问题

What are packets?

查看答案

答案

Packets are small 'chunks' of data that make up a larger piece of data that has been broken down by the TCP protocol so that it can be transmitted over the internet.

闪卡 2

问题

What does TCP stand for?

查看答案

答案

TCP stands for Transmission Control Protocol.

闪卡 3

问题

What are the three main components of a packet?

查看答案

答案

The three main components of a packet are header, payload, and trailer.

闪卡 4

问题

Payload

查看答案

答案

The actual data being transported in a packet.

闪卡 5

问题

What information is typically included in a packet's header?

查看答案

答案

A packet's header typically includes the source IP address, destination IP address, and packet number.

闪卡 6

问题

What is the purpose of error checking in packets?

查看答案

答案

The purpose of error checking in packets is to ensure that when a packet is received there is minimal or no corruption of the data.

闪卡 7

问题

Parity bit

查看答案

答案

A bit added to a packet to check that no bits have been flipped from 0 to 1 or vice versa.

闪卡 8

问题

Checksum

查看答案

答案

A calculation performed on packet data to detect corruption by comparing the result to a stored checksum value.

闪卡 9

问题

True or False? Packets always arrive at their destination in the correct order.

查看答案

答案

False. ** Packets can arrive at their destination in any order** and need to be reassembled.

闪卡 10

问题

What is corruption in the context of data packets?

查看答案

答案

Corruption is where packet data is changed or lost in some way, or data is gained that originally was not in the packet.

闪卡 11

问题

What is packet switching?

查看答案

答案

Packet switching is a method of sending and receiving data (packets) across a network, the packs of data are sent via different routes.

闪卡 12

问题

How many stages are there in packet switching?

查看答案

答案

There are five stages in packet switching.

闪卡 13

问题

What is the role of routers in packet switching?

查看答案

答案

Routers control the routes taken for each packet and decide which nearby router is closer to the destination device.

闪卡 14

问题

True or False? In packet switching, all packets must take the same route to the destination.

查看答案

答案

False. ** In packet switching, packets can take different routes** to reach the destination.

闪卡 15

问题

What happens if a packet does not reach its destination?

查看答案

答案

If a packet does not reach its destination, the receiver can send a resend request to the sender to resend the packet.

闪卡 16

问题

What is one advantage of packet switching in terms of data security?

查看答案

答案

One advantage of packet switching in terms of data security is that it's harder to hack an individual's data as each packet contains minimal data and travels through the network separately.

闪卡 17

问题

Why is packet switching generally faster than sending a large packet?

查看答案

答案

Packet switching is generally faster because each packet finds the quickest way around the network.

闪卡 18

问题

What happens to packets when they arrive at their destination?

查看答案

答案

When packets arrive at their destination, they are reordered correctly to reconstruct the original data.

闪卡 19

问题

True or False? Packet switching requires the whole file to be resent if corruption occurs.

查看答案

答案

False. ** With packet switching, only corrupted packets need to be resent**, not the whole file.

闪卡 20

问题

What is the benefit of packet switching in terms of network efficiency?

查看答案

答案

Packet switching improves network efficiency by allowing multiple users to share the same data path.

闪卡 21

问题

What is data transmission?

查看答案

答案

Data transmission is the process of transferring data from one device to another using a wired or wireless connection.

闪卡 22

问题

What are the two types of wired data transmission?

查看答案

答案

The two types of wired data transmission are serial and parallel.

闪卡 23

问题

Serial transmission

查看答案

答案

A method where a stream of bits is sent in sequence, one after the other.

闪卡 24

问题

Parallel transmission

查看答案

答案

A method where a stream of bits is sent in sequence, one after the other across multiple wires at the same time.

闪卡 25

问题

What is a skew in parallel transmission?

查看答案

答案

A skew is caused by data arriving out of order in asynchronous parallel transmission.

闪卡 26

问题

True or False? Serial transmission is faster than parallel transmission.

查看答案

答案

False. Parallel transmission is generally faster than serial transmission.

闪卡 27

问题

What is an advantage of serial transmission over parallel transmission?

查看答案

答案

An advantage of serial transmission is that it is more reliable over longer distances.

闪卡 28

问题

What is simplex transmission?

查看答案

答案

Simplex transmission is a method where data travels in only one direction.

闪卡 29

问题

What is half-duplex transmission?

查看答案

答案

Half-duplex transmission is a method where data can travel in both directions, but not simultaneously.

闪卡 30

问题

What is full-duplex transmission?

查看答案

答案

Full-duplex transmission is a method where data can travel in both directions at the same time.

闪卡 31

问题

What does USB stand for?

查看答案

答案

USB stands for Universal Serial Bus.

闪卡 32

问题

What type of data transmission does USB use?

查看答案

答案

USB uses asynchronous and serial data transmission.

闪卡 33

问题

Name three types of USB connectors.

查看答案

答案

Three types of USB connectors are USB-A, USB-B, and USB-C.

闪卡 34

问题

What happens when a device is connected to a USB port?

查看答案

答案

When a device is connected to a USB port, the computer automatically detects the device and loads the appropriate driver.

闪卡 35

问题

What is a device driver?

查看答案

答案

A device driver is software that allows a device to communicate with the computer.

闪卡 36

问题

True or False? ** USB cables can be connected in any orientation**.

查看答案

答案

False. USB cables (except USB-C) can only be connected in one orientation.

闪卡 37

问题

What is the maximum cable length for a standard USB connection?

查看答案

答案

The maximum cable length for a standard USB connection is roughly 5 meters.

闪卡 38

问题

What is backward compatibility in USB?

查看答案

答案

Backward compatibility in USB means that newer USB standards can work with older USB devices and ports.

闪卡 39

问题

What is the newest USB transmission rate as of 2022?

查看答案

答案

The newest USB transmission rate as of 2022 is USB4 2.0 with 80 Gbps.

闪卡 40

问题

True or False? USB can provide power to connected devices.

查看答案

答案

True. USB can provide power to connected devices.