返回卡包市场

Network Protocols

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

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

卡片预览 (15 张)

#1
正面 (问题)

Name 5 transmission protocols

背面 (解答)

• TCP • IP • WiFi • Ethernet • UDP

#2
正面 (问题)

TCP

背面 (解答)

TCP splits data from applications into small pieces called ‘packets’

#3
正面 (问题)

What does each packet have?

背面 (解答)

A header A payload

#4
正面 (问题)

Header

背面 (解答)

Data about how packet should reach its destination

#5
正面 (问题)

Payload

背面 (解答)

Actual data that needs to be sent

#6
正面 (问题)

IP

背面 (解答)

IP defines how data packets should be sent between networks

#7
正面 (问题)

What is added regarding each IP to each packet?

背面 (解答)

An IP header is added to each packet with the source and destination IP address

#8
正面 (问题)

What do routers use source and IPa for?

背面 (解答)

Routers use info to deliver the packet to the correct network

#9
正面 (问题)

WiFi

背面 (解答)

Set of protocols defining how data should be transmitted using radio waves

#10
正面 (问题)

Where is WiFi used?

背面 (解答)

In wireless networks

#11
正面 (问题)

Ethernet

背面 (解答)

Protocol that defines how data should be physically transmitted between network hardware

#12
正面 (问题)

Where is ethernet used?

背面 (解答)

In wired networks

#13
正面 (问题)

UDP

背面 (解答)

Alternative to TCP Skips stages which ensure that a packet has arrived Checks that the packet is correct

#14
正面 (问题)

UDP vs TCP

背面 (解答)

UDP is faster than TCP UDP is less reliable than TCP

#15
正面 (问题)

When is UDP useful?

背面 (解答)

When reliability of data is less important than achieving fast transfer Such as in online gaming