bpl开发模式_BPL的完整形式是什么? 什么是电力线宽带

bpl开发模式

BPL:电力线宽带 (BPL: Broadband Over Power Lines)

BPL is an abbreviation of "Broadband Over Power Lines".

BPL是“电力线宽带”的缩写

BPL is also occasionally called as Internet over power line (IPL) or power line telecommunication (PLT). It is a system of the process which enables comparatively high-speed broadband digital internet data transmission over the open electric power distribution wiring through regular electric power lines of power line communication (PLC) technology. In the process of gaining high-speed Internet access, a system of the computer, or any additional device, requires merely a BPL modem to plug it into any electric opening in an operational and equipped structure of the house or any building.

BPL有时也称为电力线上的Internet(IPL)或电力线电信(PLT)。 它是一种过程系统,通过电力线通信(PLC)技术的常规电力线,可以通过开放的配电线路进行相对高速的宽带数字Internet数据传输。 在获得高速Internet访问的过程中,计算机的系统或任何其他设备仅需要BPL调制解调器即可将其插入房屋或任何建筑物的可操作和配备的结构中的任何电气开口中。

宽带技术 (Technologies of Broadband)

The technologies are classified into two segments, which comprise,

这些技术分为两个部分,其中包括:

  • Wireless: These wireless technologies are:

    无线 :这些无线技术是:

    1. Free space optics
    2. LMDS and MMDS
    3. Wi-MAX
    4. 3G Smartphone devices
    5. Wireless Fidelity(Wi-Fi)
    6. Satellite
  • Wire-line: These wire-line technologies are:

    有线 :这些有线技术是:

    1. Broadband over power lines(BPL)
    2. Digital Subscriber line(DSL) cable Modem
    3. Optical Fiber Technologies

BPL的类别 (Categories of BPL)

BPL is classified into two categories:

BPL分为两类:

Access BPL: In this BPL service, electrical transmission lines are used to distribute the services of broadband to the houses. The signals of broadband pass through the medium voltage power lines, eluding transformers, using repeaters which are put down at each mile by the side of the transmission path after the transmission medium gets converted from fiber-optic to medium voltage power lines by BPL coupler. At the end of transmission, the broadband is received either by house-installed BPL wireless receivers through a BPL wireless device or the transmission signal gets transmitted to every single house through low-voltage electrical lines and provided by the use of any BPL wired receiver.

接入BPL :在此BPL服务中,电力传输线用于将宽带服务分配给房屋。 宽带信号通过中继器穿过中压电力线,穿过变压器,这些中继器在BPL耦合器将传输介质从光纤转换为中压电力线之后,在传输路径的每英里处放下。 在传输结束时,宽带将由家庭安装的BPL无线接收器通过BPL无线设备接收,或者传输信号会通过低压电线传输到每个房屋,并通过使用任何BPL有线接收器来提供。

Access BPL is classified into two categories:

Access BPL分为两类:

  • End to End Access BPL

    端到端访问BPL

  • Hybrid Access BPL

    混合访问BPL

In-House BPL: In this BPL service, the transmission of broadband is inside a house or building structure by using the electrical lines of that building to make an available set of connections. The devices which are used in this BPL are associated with the in-house wiring and use sockets as access points. The basis of the design of this network of BPL is to make available short distance communication and to resolve its issues within that in-house network.

室内BPL :在此BPL服务中,宽带传输是通过使用建筑物的电线在房屋或建筑物内部进行的,以建立一组可用的连接。 该BPL中使用的设备与内部布线相关联,并使用插座作为接入点。 BPL网络的设计基础是提供短距离通信并解决其内部网络中的问题。

Reference: Broadband over power lines

参考: 电力线上的宽带



Algo tagged in: Dictionary – 'B'

Algo标签在: 词典 –'B '

翻译自: https://www.includehelp.com/dictionary/bpl-full-form-1.aspx

bpl开发模式

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

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

相关文章

ups一直响是什么原因_UPS的完整形式是什么?

ups一直响是什么原因UPS:不间断电源 (UPS: Uninterruptible Power Supply) UPS is an abbreviation of Uninterruptible Power Supply. It operates with the support of a battery which is used to supply power in the lack of most important source or when th…

语音asr是什么意思_ASR的完整形式是什么?

语音asr是什么意思ASR:自动语音识别 (ASR: Automated Speech Recognition) ASR stands for Automated Speech Recognition. With the help of this technology, spoken words can be easily converted to written text. What actually it does? It gives access to…

数据库缓冲池_块缓冲| 数据库管理系统

数据库缓冲池When several blocks need to be transferred from disk to main memory and all the block addresses are known, several buffers can be reserved in main memory to speed up the transfer. 当需要将几个块从磁盘传输到主存储器并且所有块地址已知时&#xff0…

python公共变量_Python中的公共变量

python公共变量By default all numbers, methods, variables of the class are public in the Python programming language; we can access them outside of the class using the object name. 默认情况下,该类的所有数字,方法和变量在Python编程语言中…

递归如何书写?

目录 第一步:首先你分析问题,要有递归的思路,知道要递归什么来解决问题。 第二步:先按照思路(第一层)写出函数的定义与函数体 第三步:根据函数的定义与函数体进一步确定需要的参数 第四步&a…

kotlin 判断数字_Kotlin程序可以逆转数字

kotlin 判断数字Given an integer number, we have to find reverse number and print it. 给定一个整数,我们必须找到反向数字并打印出来。 Example: 例: Input:Number: 12345Output:Reverse Number: 54321To find a reverse number – we use this f…

Python | 创建员工类别

Python-员工类代码 (Python - employee class code) # employee class code in Python# class definitionclass Employee:__id0__name""__gender""__city""__salary0# function to set data def setData(self,id,name,gender,city,salary):self.…

scala 字段覆盖_Scala中的字段覆盖

scala 字段覆盖Scala字段覆盖 (Scala field overriding) Overriding is the concept in which the child class is allowed to redefine the members of the parent class. Both methods and variables/ fields can be overridden in object-oriented programming. In Scala as…

python 散点图 分类_Python | 分类图

python 散点图 分类Visualizing different variables is also a part of basic plotting. Such variables can have different classes, for example, numerical or a category. Matplotlib has an important feature of Categorical Plotting. We can plot multiple categoric…

python 对角线矩阵_Python | 矩阵的对角线

python 对角线矩阵Some problems in linear algebra are mainly concerned with diagonal elements of the matrix. For this purpose, we have a predefined function numpy.diag(a) in NumPy library package which automatically stores diagonal elements in an array (a V…

二叉树祖先节点_二叉树的祖先

二叉树祖先节点Problem statement: 问题陈述: Given a Binary Tree and a target key, write a function that prints all the ancestors of the key in the given binary tree. 给定二叉树和目标键,编写一个函数,以打印给定二叉树中键的所有…

txt文本变为粗体_如何在PHP中使文本变为粗体?

txt文本变为粗体Sometimes we might want to display text with style. That its font, color, make it bold, italic, underlined and many more. Adding whatever style is all based on the message that we want to pass across or getting someones attention. 有时我们可…

CALayer精讲

CALayer精讲 CALayer包含在QuartzCore框架中,这是一个跨平台的框架,既可以用在iOS中又可以用在Mac OS X中。后面要学Core Animation就应该先学好Layer(层)。 我们看一下UIView与Layer之间的关系图(图片来源于网络&…

VSRE的完整形式是什么?

VSRE:预期回复非常短 (VSRE: Very Short Reply Expected) VSRE is an abbreviation of "Very Short Reply Expected". VSRE是“ Very Short Reply Expected”的缩写。 It is an expression, which is commonly used in the Gmail platform. It is writte…

rofl用什么播放_ROFL的完整形式是什么?

rofl用什么播放ROFL:笑在地板上滚动 (ROFL: Rolling On Floor Laughing) ROFL is an abbreviation of Rolling on Floor Laughing. ROFL is a very trendy internet slang between youngsters and used in text messaging, instant messaging, chatting, and social…

为什么只有根桥发送bpdu_BPDU的完整形式是什么?

为什么只有根桥发送bpduBPDU:网桥协议数据单元 (BPDU: Bridge Protocol Data Unit) BPDU is an abbreviation of the "Bridge Protocol Data Unit". BPDU是“网桥协议数据单元”的缩写 。 It is a data message in the form of a frame that used to exc…

什么叫穷举法?

穷举法的基本思想是根据题目的部分条件确定答案的大致范围,并在此范围内对所有可能的情况逐一验证,直到全部情况验证完毕。若某个情况验证符合题目的全部条件,则为本问题的一个解;若全部情况验证后都不符合题目的全部条件&#xf…

gif 格式 完整 检查_GIF的完整格式是什么?

gif 格式 完整 检查GIF:图形交换格式 (GIF: Graphics Interchange Format) GIF is an abbreviation of Graphics Interchange Format. It is extensively used for animations and still images on the World Wide Web. The image is set out is bitmap image and i…

Java基础_05

2019独角兽企业重金招聘Python工程师标准>>> 1:boolean运算符号 || 与 | && 与 &的区别。 Equals与innstanceof 1:java中的方法。方法的定义,参数、返回值、调用方式。 2:方法调用与参数传递、Static方…

账单cbl_CBL的完整形式是什么?

账单cblCBL:基于计算器的实验室 (CBL: Calculator-Based Laboratory) CBL is an abbreviation of "Calculator-Based Laboratory". CBL是“基于计算器的实验室”的缩写 。 It is a mobile data collection based piece of equipment. The process of col…