message-oriented sockets & byte stream-style sockets

本文对比了消息导向协议与流导向协议的区别。消息导向协议发送数据时将其划分为独立的数据块,接收方能够明确区分各个消息;而流导向协议则发送连续的数据流。通过手机通讯的例子进一步解释了两种协议的不同:短信作为消息导向协议的一个实例,每条短信都是独立的;电话则是流导向协议的应用场景,通话过程中音频是连续的。互联网中常用的协议包括UDP(消息导向)和TCP(流导向)。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Message Oriented protocols send data in distinct chunks or groups.
The receiver of data can determine where one message ends and another begins.

Stream protocols send a continuous flow of data.

Here is an example with mobile phones.
Text messages would be a message oriented protocol as each text message is distinct from the other messages.
A phone call is stream oriented as there is a continuous flow of audio throughout the call.

Common protocols used on the internet are UDP (message oriented) and TCP (stream oriented).

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值