返回卡包市场

4.9 communication and networking

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

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

卡片预览 (24 张)

#1
正面 (问题)

protocol

背面 (解答)

**a set of rules **defining how devices will communicate

#2
正面 (问题)

what does the protocol need to define

背面 (解答)

• standards for physical connections and cabling • bit rate or baud rate • data format • transmission a/synchronous • error checking procedures

#3
正面 (问题)

serial data transmission

背面 (解答)

data is sent one bit at a time over one communication line

#4
正面 (问题)

serial data cables include?

背面 (解答)

the usb (universal serial bus)

#5
正面 (问题)

parallel cables are?

背面 (解答)

a ribbon of several smaller cables used primarily for connecting internal components

#6
正面 (问题)

parallel data transmission

背面 (解答)

several bits are sent simultaneously along separate lines, only reliable over short distances

#7
正面 (问题)

serial vs parallel connectors

背面 (解答)

• serial connectors (USB) much smaller + cheaper than parallel connectors • a PC has several USB ports for connecting peripherals

#8
正面 (问题)

advantages of serial transmission over parallel transmission

背面 (解答)

requires less wires: lower cost, less difficult to manage when setting up the system no risk of crosstalk/skew over long distances, as only one bit is transmitted at a time — less chance of errors, no limiting factor on transmission speed, no limiting factor on cable length (for skew)

#9
正面 (问题)

skew

背面 (解答)

• bits transmitted across parallel links travel at diff speeds • in synchronous data transmission, results in data falling out of sync with clock signal, data not read correctly

#10
正面 (问题)

when is skew worst

背面 (解答)

• over long distances • higher transmission speeds • in extreme cases can lead to bits from different pulses overlapping, causing data corruption

#11
正面 (问题)

crosstalk

背面 (解答)

• when comm lines tightly packed, signals from one line can ‘leak’ into another, causing data corruption • worse with higher transmission speeds

#12
正面 (问题)

synchronous transmission

背面 (解答)

• clock signal times when signals are sent • signals, sent at regular intervals, received in same order that they were sent • suitable for transmitting info in real-time systems

#13
正面 (问题)

asynchronous transmission

背面 (解答)

• no clock signal • start and stop bits used to indicate duration of byte transmission • each byte sent separately the moment it is available, doesn’t wait for clock signal • also has a parity bit

#14
正面 (问题)

purpose of start bit in asynchronous data transfer

背面 (解答)

start the receiver clock; synchronise the clock in the transmitter to the receiver clock;

#15
正面 (问题)

purpose of stop bit in asynchronous data transfer

背面 (解答)

allows next bit to be recognised; provides time for receiver to process the received data;

#16
正面 (问题)

benefits/issues with asynchronous transmission

背面 (解答)

• relatively slow owing to the increased num of bits being sent • cheap and effective form of serial transmission well suited to low-speed connections

#17
正面 (问题)

bit rate equation

背面 (解答)

baud rate x no. of bits per signal

#18
正面 (问题)

difference between physical and logical topology

背面 (解答)

physical: the architecture of the connections (between devices on the network); logical: how the packets flow around a network;

#19
正面 (问题)

physical bus topology

背面 (解答)

• connects clients to a single cable called a backbone • terminator placed at either end of the backbone • no need for a central hub, server connected to back bone like a client

#20
正面 (问题)

operation of logical bus network topology

背面 (解答)

a node broadcasts data (to the entire network); all nodes on the network receive the data; a node examines the received data to check if it is the intended recipient; only one node can transmit data at a time;

#21
正面 (问题)

advantages of physical bus topology

背面 (解答)

• no central hub, reducing chance of network failure + decreasing cost of installation • inexpensive to install as min length of cable is required

#22
正面 (问题)

disadvantages of physical bus topology

背面 (解答)

• packets sent through shared backbone, every client on network can see packets not intended for them • backbone used for communication by multiple clients, risk of collisions • backbone failure = entire network failure

#23
正面 (问题)

advantages of physical star network topology

背面 (解答)

• packets sent directly to recipient, over a cable connected only to the recipient. other clients can’t see • easy to add/remove clients • each cable has just one device comming over it, eliminating collisions • failure of one cable does not affect entire network performance

#24
正面 (问题)

disadvantages of physical star network topology

背面 (解答)

• central hub failure = all comms over the network are stopped • expensive to install due to amount of cables