There will be “7“ later: Interpretation of next-generation Wi-Fi technology

With the Wi-Fi Alliance announcing the launch of Wi-Fi 7-related certifications, we can also start talking about the new successor to Wi-Fi 6 three years after its launch. What is Wi-Fi 7? What benefits does it bring? These questions about Wi-Fi 7 will be answered in this article.

A quick look at Wi-Fi 7 highlights

Literally, Wi-Fi 7 is a new generation of Wi-Fi technology, the successor to Wi-Fi 6, based on the latest revision of the IEEE 802.11 standard, 802.11be. Compared with Wi-Fi 6, which focuses on stability, Wi-Fi 7 introduces many new technologies. Simply put, it mainly includes greater bandwidth and lower latency.

Accelerate to the ultimate speed

Every time a new Wi-Fi technology is released, "speed improvement" is always a topic that cannot be avoided. Wi-Fi 7 can reach a maximum link speed of 46Gbps under theoretical conditions, which is an increase of approximately 380% compared to the 9.6Gbps limit speed of Wi-Fi 6.

The reason why Wi-Fi 7 can achieve this is due to its major breakthroughs in channel width, number of spatial streams and QAM modulation technology.

Channel

Since the launch of Wi-Fi 6E, an improved version of Wi-Fi 6, many countries have approved Wi-Fi to use the 6GHz unlicensed frequency band. Compared with the 2.4GHz and 5GHz commonly used by Wi-Fi before, the frequency is significantly higher. Higher frequency radio waves can complete more cycle changes per unit of time, thereby carrying more information in the same time, which means faster Wi-Fi speeds.

In addition to speed, high frequency bands also mean greater bandwidth. Theoretically, the 6GHz band can provide 5925-7125 MHz, which is a full 1200MHz continuous bandwidth.

We can think of bandwidth as road width. The wider the road (the greater the bandwidth), not only can the router choose more lanes (passages), but each lane (the bandwidth that the router can occupy) can also be expanded. In the past, 2.4GHz only supported three non-overlapping 20MHz and one non-overlapping 40MHz bandwidth, while 5GHz can additionally support a larger three non-overlapping 80MHz and one non-overlapping 160MHz.

Wi-Fi 7 can easily divide into 6 non-overlapping 80MHz and 3 non-overlapping 160MHz, and the "lane" is also doubled to 320MHz. Wi-Fi 7 also allows the combination of non-contiguous spectrum, such as combining the 5GHz low-frequency 200MHz and the high-frequency 125MHz into a larger 320MHz bandwidth, further increasing the use range of the 320MHz bandwidth.

It should be admitted that higher frequency is not always better. The higher the frequency, the shorter the wavelength, and the lower the ability to penetrate walls. In addition, setting a narrower channel bandwidth in daily life can also help avoid neighbor Wi-Fi interference. Even so, changes in channel frequency are the basis for speed improvement. You can choose appropriately according to the scenario. One is better than the other.

Spatial Streaming and MU-MIMO

In layman's terms, spatial flow refers to "how many real antennas the router has." Therefore, supporting more spatial streams means more antennas, which can support higher speeds.

WIFI 7 PRODUCT --DR9274-DB QCN9274 CHIP

Features

■ Qualcomm Atheros QCN6274;

■ Qualcomm Atheros QCN9274 for Industrial Grade;

■ Maxim Tx power 20dBm per chain;

■ 2×2 2.4GHz MU-MIMO, up to 1376Mbps physical data rate;

■ 2×2 5GHz MU-MIMO, up to 5765Mbps physical data rate;

■ Support up to 4096-QAM;

■ M.2 connector;

■ PCI Express 3 .0 Interface

Applications

■ Security Surveillance

■ Commercial radio coverage

■ Hotel Wireless application

■ Forest fire protection engineering

■ Country coverage

■ Some special scene application

Attach:sales4@wallystech.com

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/691489.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Active Directory 的密码管理策略

员工使用的密码可以决定或破坏组织中的数据安全性,但是,知道员工通常不遵循良好的密码卫生习惯也就不足为奇了。从在本机工具(如 Windows Active Directory 组策略)中设置弱密码和通用密码到宽松的密码策略规则,有几个…

面试指南:C++之STL知识点

相关系列文章 面试指南:C之STL知识点 C内存分配策略 深入理解STL空间分配器(一): new_allocator 深入理解STL空间分配器(二):mt_allocator 深入理解STL空间分配器(三):pool_allocator深入理解STL空间分配器(四):bitmap_allocator …

钉钉小程序 没有调用该接口的权限

钉钉小程序 没有调用该接口的权限 problem 钉钉官方自带免登陆小程序 后端接口报错 {"errcode":60011,"errmsg":"没有调用该接口的权限,接口权限申请参考:https://open.dingtalk.com/document/orgapp-server/add-api-permiss…

【C++】---static成员(附OJ题)

一、静态成员变量 1.概念: 声明为static的类成员称为类的静态成员,静态成员分为两种: (1)static修饰的成员变量:静态成员变量 (2)static修饰的成员函数:静态成员函数 …

【云原生系列之kubernetes】--Ingress使用

service的缺点: 不支持基于URL等机制对HTTP/HTTPS协议进行高级路由、超时、重试、基于流量的灰度等高级流量治理机制难以将多个service流量统一管理 1.1ingress的概念 ingress是k8s中的一个对象,作用是如何将请求转发到service的规则ingress controlle…

如何构建自己的Docker镜像?

Docker镜像是由一系列只读层叠加而成的,这些层表示了Dockerfile中的每条指令。构建自己的Docker镜像主要涉及编写Dockerfile文件、使用docker build命令进行构建,以及可选地将镜像推送到Docker镜像仓库。下面将详细阐述构建Docker镜像的整个过程。 一、…

博客摘录「 Python面试宝典」2024年2月20日

Python 中的可变对象和不可变对象? 可变对象是指在创建后可以被修改的对象,主要包括列表(list)、字典(dict)和集合(set)。可变对象可以通过方法或运算符改变其内部的值或结构。 不…

关于TypeReference的使用

关于TypeReference的使用 在项目中,有遇到TypeReference的使用,其主要在字符串转对象过程中,对于序列化和反序列化中也有效果,将字符串转换成自定义对象. 1 说明 以常见为例,在com.alibaba.fastjson包下面的TypeReference类,是指Type的Reference,表示某类型的一个指…

Code Composer Studio (CCS) - 文件比较

Code Composer Studio [CCS] - 文件比较 References 鼠标单击选中一个文件,再同时按住 Ctrl 鼠标左键来选中第二个文件,在其中一个文件上鼠标右击选择 Compare With -> Each Other. References [1] Yongqiang Cheng, https://yongqiang.blog.csdn.n…

UE5 C++ 静态加载资源和类

一.上篇文章创建组件并绑定之后 在Actor中加载初始化了组件&#xff0c;现在在组件中赋值。使用static ConstructorHelpers::FObjectFinder<T>TempName(TEXT("Copy Reference"))&#xff1b;再用TempName.Object //静态加载资源static ConstructorHelpers::FOb…

戴尔Dell R740服务器开机冒烟亮黄灯故障维修

今天分享的是一台过保修期的DELL PowerEdge R740服务器开机冒烟的维修案例。先上图&#xff1a; 接到用户报修后工程师立即响应&#xff0c;由于用户也是刚开工第一天服务器开机就出现了这种祥龙吐雾的祥兆&#xff0c;导致工厂业务流程无法正常使用&#xff0c;这台机器在东莞…

【plt.hist绘制直方图】:从入门到精通,只需一篇文章!【Matplotlib可视化】

【&#x1f4ca;plt.pie绘制直方图】&#xff1a;从入门到精通&#xff0c;只需一篇文章&#xff01;【Matplotlib可视化】&#xff01; 利用Matplotlib进行数据可视化示例 &#x1f335;文章目录&#x1f335; &#x1f4c8; 一、引言&#x1f50d; 二、plt.hist()函数基础&am…

flink state原理,TTL,状态后端,数据倾斜一文全

flink state原理 1. 状态、状态后端、Checkpoint 三者之间的区别及关系&#xff1f;2 算子状态与键控状态的区别2.1 算子状态2.2 键控状态2.3 算子状态api2.4 键控状态api 3 HashMapStateBackend 状态后端4 EmBeddedRocksDbStateBackend 状态后端5 状态数据结构介绍5.1 算子状态…

辽宁博学优晨教育科技有限公司视频剪辑培训专业之选

随着数字时代的到来&#xff0c;视频剪辑技术已成为各行各业不可或缺的一项技能。为了满足市场需求&#xff0c;辽宁博学优晨教育科技有限公司&#xff08;以下简称“博学优晨”&#xff09;推出了专业的视频剪辑培训课程&#xff0c;旨在为广大学员提供系统、高效的学习机会。…

Docker vs VM

关于应用程序的托管和开发&#xff0c;市场中的技术和产品琳琅满目。对比 Docker 和 VM&#xff0c;如何取舍&#xff1f;这主要由自身团队的因素决定&#xff0c;在选择 Docker 的情况下&#xff0c;你需要保证程序可在容器和虚拟机中运行。另外&#xff0c;成本和易用性也是重…

C/C++ MACOS、Windows、Linux、HarmonyOS 平台宏判断

本文提供经过三个平台一份代码编译无故障 C/C 工程移植通过&#xff0c;所以无需担心宏在这些平台上面无法使用。 #include <stdio.h> #include <stddef.h>#if !defined(NULL) #define NULL 0 #endif#if defined(_DEBUG) #if !defined(DEBUG) #define DEBUG 1 #end…

【视频编解码】M-JPEG压缩、H.264压缩 对比

简介 参考这篇文章&#xff1a;https://blog.csdn.net/qq_41248872/article/details/83590337 写的比较好&#xff0c;这里就不赘述了。 我们在视频传输的时候&#xff0c;需要压缩&#xff0c;常见的压缩包括: jpeg 压缩h264 压缩 当然使用最多的还是 264, 毕竟他的压缩比…

第二件事 在Java 虚拟机 (JVM)跑一个程序

上篇文章写了 在 WINDOWS上 创建了一个 JVM&#xff0c; 好&#xff01; 现在在这个 Java 虚拟计算机系统上跑一个Java语言编写的小程序&#xff1b; 题目&#xff1a; 用Java语言 编写一个小程序 在Console界面 打印 整数 1-10 (回头了一下源程序&#xff0c;靠&#xff0c;应…

vue3中,ref()、reactive()、computed()、watch() 和 watchEffect()的区别

ref()、reactive()、computed()、watch() 和 watchEffect() 是 Vue 3 中常用的响应式处理函数&#xff0c;它们的主要区别如下&#xff1a; ref()&#xff1a;ref() 函数用于将一个普通的 JavaScript 值转化为响应式对象。它返回一个具有 value 属性的对象&#xff0c;我们可以…

【力扣每日一题】力扣105从前序与中序遍历序列构造二叉树

题目来源 力扣105从前序与中序遍历序列构造二叉树 题目概述 给定两个整数数组 preorder 和 inorder &#xff0c;其中 preorder 是二叉树的先序遍历&#xff0c; inorder 是同一棵树的中序遍历&#xff0c;请构造二叉树并返回其根节点。 思路分析 前序遍历的顺序是&#x…