目录
UDP
- TCP、UDP是经常成对听到通信协议,但许多常用协议如HTTP(HTTP3之前基于TCP,HTTP3基于QUIC基于UDP),SSH等都是基于TCP实现,原因其实很明显,就是TCP的可靠性。
- 最近在实现跨设备共享本地歌曲和控制的时候,发现了UDP的妙用。本文并不提供代码实现,只是聊聊这个技术概念,方便你做功能时技术选择。
单播、组播和广播
- 这三种通信方式是UDP的一大特色。TCP是全双工的一对一通信!我们在服务器上能监听一个端口后与多个客户端通信是Socket的功劳。也就是说,TCP是一对一通信,socket实现了一对多通信。
- 而UDP与TCP不同,它本身就支持一对一和一对多通信。
- 因而UDP分出了三种通信方式:
- 单播:一对一通信
- 广播:一对多通信。客户端监听一个固定的端口{port1},服务端只要向该网段的广播地址{addr1}和端口{port1}发送数据,该网段内所有监听这个端口{port1}的客户端都能收到信息。后面聊聊如何计算网段的广播地址。
- 组播(多播):一对多通信。客户端监听一个固定的端口{port1},并选择一个组播地址{addr1}加入。然后服务端向这个组播地址{addr1}和端口{prot1}发送数据,则所有加入这一组的客户端都能收到信息。相比手动循环给每一个客户端发送显然要快。
- 看起来广播和单播是两个极端,一个是一对一,一个是一对全部。而组播则是他们的取舍,能选择一组目标来发送数据。
- 但组播和广播仍然是有区别的,组播可以跨网段,而广播不行。
网段
- 我们得到分配的IP地址{ip}时,还会有一个子网掩码{mask},两者相与 {ip} & {mask} 即可得到网段,例如:
- IP地址 ip = 192.168.7.7
- 子网掩码 mask = 255.255.255.0
- {ip} & {mask} = 192.168.7.0
- 因此该路由分配下来的IP地址一般就是 192.168.7.x
- 注意子网掩码也可以是 255.255.0.0、255.255.240.0 等,看路由的设置
广播
- 实现广播的收发比较简单,客户端监听一个端口,服务端计算出目标客户端的网段的广播地址,然后向这个地址和端口发送数据即可。
- 注意服务端发送前需要启用广播(不同编程语言、不同库可能操作启用方式不同,请注意了解其使用方法 EnableBroadcast),然后发送的目标地址必须是广播地址(而且不能是 255.255.255.255,这个是受限地址),发送的目标端口必须是客户端监听的端口,因此客户端和服务器需要约定好通信端口。
- 关于广播地址的计算,比如:
- IP地址 ip = 192.168.7.7
- 子网掩码 mask = 255.255.255.0
- 网段 {ip} & {mask} = 192.168.7.0
- 将子网掩码转为二进制来看,11111111.11111111.11111111.00000000,按照其中0的位置,将网段的对应位置置为1,这里子网掩码为0的位置是最后8位,因此将网段转二进制后的最后8位置为1,再转回10进制即为 192.168.7.255
- 广播不能跨网段,比如:
- 客户端1:
- ip:192.168.7.7
- 子网掩码:255.255.255.0
- 网段 192.168.7.0
- 客户端2:
- ip:192.168.9.9
- 子网掩码:255.255.255.0
- 网段 192.168.9.0
- 你向 192.168.7.255 发送广播时,仅客户端1能收到信息
- 你向 192.168.9.255 发送广播时,仅客户端2能收到信息
- 你向 192.168.255.255 发送广播时,客户端1 和 客户端2 都不能收到信息!实践出真知,我试过!原本是以为用这个广播地址可以同时发给这两个客户端的,但实践结果是不行。
- 客户端1:
组播
- 客户端需要监听一个端口,并选择一个组播地址加入,而服务端需要向这个组播地址和端口发送数据即可。
- 组播地址是什么:
- 首先,IPv4地址是 4 * 8 = 32 个bit,4字节大小
- 它的地址被规定划分成如下分类:
- 其中,整个D类地址都被作为组播地址使用,而且组播地址还有细分:
- 如果只在局域网内使用,则取 239.0.0.0-239.255.255.255 中的任意一个都可以。
- 组播地址是自选的,客户端和服务器需要约定好选择的组播地址和端口,当发送端的目标地址和端口与客户端加入的组播地址和监听端口相同时才会收到信息。
技术选择
- 在局域网内网络没有广域网那么复杂,UDP表现挺不错的,另外TCP不支持组播和广播,而UDP支持,这在实现局域网内客户端互相发现、通信时相当有用,可以让客户端加入一个组,然后群发消息时发送组播即可。
- 由于每个客户端本身也有IP,可利用组播或广播互相发现对方,并在收到消息时提取发送方的IP,当需要一对一通信即可用这个IP直接通信。
- 但是我在实现时,运行在win11和安卓上的客户端通过热点WIFI连接,组播消息经常收不到,因此最后是使用广播实现的,如果实际使用请注意测试各种用户常用的网络环境。
参考资料
组播
- https://blog.csdn.net/weixin_41987016/article/details/132566896
изготовление кухни на заказ — Профессиональное изготовление кухонь по индивидуальному проекту.
[url=https://krak-17at.ru]зеркало kraken[/url] – kra17at, кракен вход
Latest medicine news. Latest drug developments.
buy generic proscar
Access medication details. Find medicine information.
Hi, everything is going nicely here and ofcourse every one
is sharing information, that’s in fact excellent, keep up writing.
Hi! I’ve been following your weblog for a long time now
and finally got the bravery to go ahead and give you a shout out
from Humble Tx! Just wanted to say keep up the great work!
cheap amoxicillin 500mg: Amoxicillin Com Pharm – where can i get amoxicillin 500 mg
dark market deep web sites [url=https://darknetmarketstore.com/ ]darknet market lists [/url]
кухни на заказ спб – Создайте уникальную кухню, которая подчеркнет стиль вашего дома в Санкт-Петербурге.
prednisone 1mg purchase: prednisoneraypharm – otc prednisone cream
BBgate MarketPlace 2024 Breaking Bad Gate Forum
BBgate MarketPlace
can you buy cheap clomid now: clomid online – clomid generic
amoxicillin 250 mg price in india: Amoxicillin Com Pharm – purchase amoxicillin online without prescription
amoxicillin generic: buy amoxil online – can i buy amoxicillin over the counter
dark market list darkmarket [url=https://darknetmarketstore.com/ ]black internet [/url]
can i purchase generic clomid without prescription: rex pharm – clomid otc
дистанционное обучение работника по охране труда москва специалист по охране труда обучение дистанционно в москве
Тут можно преобрести шкаф для оружия купить сейф под ружье цена
buy priligy: buy dapoxetine online – priligy maxpharm
buy priligy max pharm: buy dapoxetine online – max pharm
Aproveite as mais abrangentes interpretacoes.
Com que e que um elefante sonha?
[url=http://bh-prince2.sakura.ne.jp/cgi-bin/bbs/reportbbs/yybbs.cgi?list=thread]a]Num sonho, apanhar[/url] [url=http://nrp.i7.lt/index.php?/topic/1110725-%D1%86%D0%B5%D0%BD%D1%82%D1%80-%D1%81%D0%B5%D1%80%D1%82%D0%B8%D1%84%D0%B8%D0%BA%D0%B0%D1%86%D0%B8%D0%B8-%D1%83%D1%81%D0%BB%D1%83%D0%B3-%D1%86-43/page-11#entry4016892]Porque e que sonho com uma cruz partida?[/url] [url=http://www.tnc114.com/bbs/board.php?bo_table=0301&wr_id=4428]Sonho de um gato ad[/url] [url=https://forum-tver.ru/threads/pikcha.32777/page-8#post-1044358]Olhar num espelho num sonho[/url] [url=http://nrp.i7.lt/index.php?/topic/1105853-the-beach-boys-twitter-stock-bobby-fischer-victor-wembanyama-height/page-5#entry4022855]Porque e que sonho em apanhar damascos?[/url] eb279d8
buy amoxicillin canada: buy amoxil online – generic amoxicillin 500mg
Overdose effects detailed. Comprehensive medication overview.
buy finasteride online
Access drug facts. Medication data provided.
кухни на заказ москва – Изготовление кухонь на заказ в Москве с учетом всех ваших пожеланий.
Тут можно преобрести сейф для оружия оружейные сейфы интернет магазин
price for amoxicillin 875 mg: com pharm – amoxicillin 500mg over the counter
It’s in fact very complex in this busy life to listen news on Television, thus I just use web for that purpose, and get the most up-to-date information.
I was curious if you ever thought of changing the page layout
of your blog? Its very well written; I love what youve got
to say. But maybe you could a little more in the way of
content so people could connect with it better. Youve got an awful lot of text for only having 1 or 2 pictures.
Maybe you could space it out better?
amoxicillin no prescription: buy amoxil online – amoxicillin order online no prescription
amoxicillin discount http://amoxilcompharm.com/# amoxicillin over counter
cheap priligy: priligy max pharm – max pharm
Awesome blog! Is your theme custom made or did
you download it from somewhere? A design like yours with a few simple adjustements would really make my blog jump out.
Please let me know where you got your design.
Thanks
amoxicillin capsules 250mg https://priligymaxpharm.com/# Priligy tablets
Why this small city is the ‘eyeglasses capital’ of Japan
[url=https://omgto3.com]официальная ссылка на omg[/url]
Japan is famed for its skilled artisans, masters who maintain a commitment to tradition while modernizing production techniques in line with the development of new materials and processes.
Many places in the country have grown famous by focusing on specific crafts, from exquisite kimonos to perfectly designed knives. Among them is the small city of Sabae, in Fukui prefecture, about a 3.5-hour train ride from Tokyo.
https://omgto3.com
омг
It’s widely known as Japan’s eyeglasses capital – and for good reason. Sabae produces over 90% of the frames manufactured in the country, according to the local government. Signs and objects shaped like eyeglasses can be found on city streets, and there’s even a museum and festival devoted to spectacles.
The art of making spectacles
Sabae, located on Japan’s main Honshu island near the city of Fukui, has been producing quality eyewear for more than a century.
It all started in 1905, when a local government official invited skilled eyeglasses artisans to come to the city to teach their craft, an attempt to create new opportunities for local farmers.
The move paid off. Today, Sabae has over 100 companies that collaborate to make pairs of glasses.
Though these studios use cutting-edge machinery to produce new frames made of metal and acetate, most stages still require the skilled hands and trained eyes of Sabae’s master artisans.
That includes Takeshi Yamae, a frame designer with Japanese brand Boston Club who has lived in the city for 17 years. He tells CNN one pair of glasses can involve more than 200 steps.
“I first design it, sketch it, then put it into my computer,” he says. “From the time I start designing, to the time I have the perfect product, it takes more than a year.”
buy priligy max pharm: max pharm – dapoxetine price
Играйте где угодно и когда угодно с [url=https://zenitbet1.com/prilozhenie-i-mobilnaya-versiya-bk-zenit/]мобильной версией букмекерской конторы Зенит[/url].
amoxil pharmacy: com pharm – amoxicillin no prescription
hey there and thank you for your info – I have definitely picked up anything new from right here.
I did however expertise several technical points using this site, since I experienced to reload the site many
times previous to I could get it to load properly.
I had been wondering if your hosting is OK? Not that I’m complaining, but
sluggish loading instances times will often affect your placement in google
and could damage your high-quality score if advertising and marketing with Adwords.
Anyway I’m adding this RSS to my email and can look
out for a lot more of your respective exciting content.
Make sure you update this again very soon.
where can i buy amoxicillin online: Amoxicillin for sale – amoxicillin 800 mg price
Узнай все о клиника варикоцеле варикоцеле 1 степени
кухни на заказ в спб – Решения для кухни вашей мечты: персональный дизайн, качественные материалы, разумные сроки.
Cat Cazino Скачать на Андроид. https://www.pgyer.com/apk/apk/com.cat.c115546
Узнай все о варикоцеле и потенция варикоцеле 2 степени
BBgate MarketPlace 2024 Breaking Bad Gate Forum
BBgate MarketPlace
Hey! This is kind of off topic but I need some guidance from an established blog.
Is it hard to set up your own blog? I’m not very
techincal but I can figure things out pretty fast.
I’m thinking about creating my own but I’m not sure where to start.
Do you have any tips or suggestions? Many thanks
Узнай все о лапароскопия варикоцеле двустороннее варикоцеле
http://www.webcocktail.ru — Узнайте о лучших решениях для вашей кухни на нашем сайте.
Medicine leaflet here. Prescribing details available.
buy proscar medication
Get drug info. Medicine overview available.
I am really enjoying the theme/design of your web
site. Do you ever run into any web browser compatibility problems?
A number of my blog audience have complained about my blog not
operating correctly in Explorer but looks great in Opera.
Do you have any ideas to help fix this problem?
buy amoxicillin 250mg: amoxil – amoxicillin medicine
фабрика кухня — Надежная фабрика, создающая кухни на заказ по вашим пожеланиям.