返回卡包市场

Topic 2 -Data transmission

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 21内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (21 张)

#1
正面 (问题)

how is data sent over long distances

背面 (解答)

broken uop into smaller parts, data packets,

#2
正面 (问题)

what does the data packet contain

背面 (解答)

header payload trialer

#3
正面 (问题)

header

背面 (解答)

IP address of sending , receiving device and sequernce number of packet

#4
正面 (问题)

payload

背面 (解答)

actual data

#5
正面 (问题)

trailer

背面 (解答)

method of identifying end of packet + some form of error checking

#6
正面 (问题)

what is packet switching and how it works

背面 (解答)

way of transmitting data. message broken up into number of packets that can be sent indipendently, at the destination they will be reassambled in correct order each packet will follow its own pathj based on traffic

#7
正面 (问题)

what routers do and why

背面 (解答)

determine which routye the packet needs to take, depends on n. of packets waiting to be processed at each node, shortes route always chosen

#8
正面 (问题)

advantages of packet switching

背面 (解答)

fast, efficient high data transmission rate is possible emails and text will work in a crisis or disaster different speeds devices can communicate

#9
正面 (问题)

disadvantages

背面 (解答)

packets can be lost this method only good for some type of data there is a delay at destination (re-order)

#10
正面 (问题)

DATA TRANSMISSION

背面 (解答)

transmitting bits from one device to another

#11
正面 (问题)

serial transmission

背面 (解答)

less likely to do errors slower, less efficient6 long distance

#12
正面 (问题)

parallel transmission

背面 (解答)

quicker, very effiecient high error rate short distance

#13
正面 (问题)

transmission mode

背面 (解答)

simplex= one direction half duplex= both directions but one at the time full duplex= both directions at the same time

#14
正面 (问题)

USB features

背面 (解答)

universal serial bus, serial data transmission form (half and full duplex) 4 wires,2 for power, 2 for data transmission

#15
正面 (问题)

USB advantages

背面 (解答)

standard in industry error-free data transmission easy to add more USB ports devicesplugged in automatically detected

#16
正面 (问题)

USB disadvantages

背面 (解答)

max 5 metres may not be supported by older computers

#17
正面 (问题)

when do errors occur in data transmission

背面 (解答)

interface problems data switching skewing of data power surges

#18
正面 (问题)

what is parity check

背面 (解答)

extra bit added to ensure that n of bits is even or odd

#19
正面 (问题)

what is check digits

背面 (解答)

additional digit at the end of a string to check for mistakes, can be calculated using modulo 10 system

#20
正面 (问题)

checksum

背面 (解答)

block of data is sent alongside a calculated checksum value, receiving compoter calculates this value and the 2 values are compared to check fo error

#21
正面 (问题)

Automatic repeat requests(ARQ)

背面 (解答)

message sent to the sender indacating if data has been received correctly tuime out= time allowed to elapse before an ackowlegmebnt is received