当前位置:网站首页>All-round interpretation of POE switches (middle)
All-round interpretation of POE switches (middle)
2022-08-03 06:20:00 【nginx】
only for complianceIEEE802.3af/at 标准PoE设备
① The influence of the network cable on the power supply distance
First let's look at the table belowIEEE802.af和IEEE802.3at标准中对Cat5eNetwork cable requirements:

说明:Type 1 value和Type 2 value 分别指IEEE802.3af和IEEE802.3at的要求.
从表中可以看出:100米cat5eEquivalent impedance of network cableIEEE802.3at须小于12.5欧姆,而IEEE802.3afneeds to be less than20欧姆.
结论一:PoEPower distance is closely linked with Ethernet cable,The lower the impedance of the network cable, the longer the transmission distance,Let's talk about the internetPoEPower distance are all play rascal!To power far enough,Network cable must first buy genuine.
② IEEE 802.3af/at标准对PoESupply Voltage Requirements
PoE输出电压范围44-57V,PDPower receiving voltage range36-57V,802.3af/at标准;参考如下:

结论二:PoEThe power supply far distance requirements,The output voltage must be high.
总结:要想PoEThe power supply distance is far enough,The network cable must meet the standard,PoEThe output voltage of the power supply product is within the standard(44-57V)尽量高.
例如:Hailing OptoelectronicsPoEThe product uses an output voltage that is55V, in the standardCat5e 200The equivalent impedance of the meter network cable is25欧姆,AFStandard current is300mA,U=0.3*25=7.5V, 55V(PoE输出)-7.5V(Attenuation voltage)=47.5V(200M line voltage of the load),根据P=UI, 最终得出200Meter network cable load end powerP=负载端电压U*AF标准电流I=47V*0.3A= 14.1W,enough bolt or wirelessAP工作了.
Of course, a robust network does not just look at long enoughPoE供电距离,Network transmission quality must be guaranteed.根据IEEEIt is stipulated that the network cable transmission exceeds100米,Transmission quality is not guaranteed,但是在有的情况下(成本压力下),For example, when installing a camera,We will be more than a dozen meters,Here's a little trick for you:For more than not too many cases,Manually set the connection rate of the camera to10M,对于1个200megapixel gun,10Menough speed,Very high chance to solve the problem.
POEswitch power
PoEThe total power of the switch is a very important indicator,It's directly related to how many cameras you can bring.The mains power is400W的、24端口的PoE交换机来说,After removing the lossPoEThe total power of the switch is approximately370W.
在IEEE802.3af标准下,it can fill24个端口(370/15.4=24),that can be given at the same time24A camera power supply,That is, full power supply.但如果是按照IEEE802.3at标准的单口最大供电功率30W计算,同时最多就只能给12个端口供电了(370/30=12).
实际使用中,Many common webcams have lower maximum power consumption,基本不超过15W,如果这时每个PoEPort according to the maximum power(比如30W)To reserve power,就会出现有的端口PoE功率用不完,而有的端口却分不到功率的情况.比如,有些PoEAll switches support dynamic power allocation,可以避免这种情况.在选购PoE交换机时,Depends on whether the switch supports dynamic power allocation,This way each port only allocates the power actually used,这样就能更高效地利用PoE交换机的供电功率.




Network Monitoring Project,Different from ordinary network cabling,Very large amount of data transfer,功率高,and require 24/7 non-stop work,quality assuredPoEEquipment and wire is the assurance of the whole system stable.
边栏推荐
猜你喜欢

POE交换机全方位解读(中)

ue4学习日记4(植被,光照,光束遮挡,天空球)

自监督论文阅读笔记 Self-Supervised Visual Representation Learning with Semantic Grouping

自监督论文阅读笔记SELF-SUPERVISED SPECTRAL MATCHING NETWORK FOR HYPERSPECTRAL TARGET DETECTION

数组与字符串9-翻转字符串里的单词

NIO知识汇总 收藏这一篇就够了!!!

自监督论文阅读笔记 DenseCL:Dense Contrastive Learning for Self-Supervised Visual Pre-Training

【C语言】二分查找

【第二周】卷积神经网络

A.1#【内存管理】——1.1.3 page: struct page
随机推荐
各种cms getshell技巧
八、抽象类的接口的区别
自监督论文阅读笔记Reading and Writing: Discriminative and Generative Modelingfor Self-Supervised Text Recogn
PCB设计经验之模拟电路和数字电路区别为何那么大
A.1#【内存管理】——1.1.3 page: struct page
关于芯片你了解吗?
ZEMAX | 探索 OpticStudio中的序列模式
Difference between @JsonProperty and JSONField?
ZEMAX | 在OpticStudio中建立扩增实境(VR)头戴式显示器
全球一流医疗技术公司如何最大程度提高设计工作效率 | SOLIDWORKS 产品探索
借助ginput函数在figure窗口实时读取、展示多条曲线的坐标值
MCU接收串口字符型数据转换成数据型数据
ucos任务调度原理
@JsonProperty和JSONField的区别?
学习C的第一天,尝试一下写博客
classpath: comparison with classpath*
【C语言】输出100~200之间的素数/质数(3种方法)
影响PoE供电传输距离的除了网线还有啥?
MMU 介绍-[TBL/page table work]
六、对比Vector、ArrayList、LinkedList有何区别?(设计、性能、安全)