什么是分层通信协议?
什么是分层通信协议?
我遇到了很多关于分层路由、分层协议的主题,这种分层结构的基本思想是通过网络提供匿名性。它与“分层通信网络”有什么关系吗?
任何地方都没有分层通信协议的参考! 在另一个地方,我看到整个网络被划分为多个区域,就像集群一样,集群内部和外部使用不同的协议。这也叫等级啊!
那么,回到问题上来,“分层通信协议”到底是什么? [我有一篇论文,名为“具有基站移动性的无线传感器网络的基于节能分层集群的通信协议”。这就是为什么这个问题。
What is a hierarchical communication protocol?
I came across so many topics on hierarchical routing, hierarchical protocol and the basic idea of this hierarchical structure is to provide anonymity over a network. Does it have anything to do with "Hierarchical communication networks"?
There is no reference of hierarchical communication protocol anywhere!
At another place, I saw that the entire network is divided into zones, like clusters and different protocols are used inside and outside the clusters. That was called something hierarchical as well!
So, coming back to the question, what exactly is a "hierarchical communication protocol"?
[ I have a paper with me named "Energy Efficient Hierarchical Cluster Based Communication Protocol for Wireless Sensor Networks with Base Station Mobility". That is why the question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
分层协议只是节点形成分层结构的协议,即不同的节点具有不同的角色(参见对等协议)。客户端-服务器协议是一个简单的例子。正如您提到的,“层次结构”可能与节点的不同行为有关,也可能与具有自己协议的完全不同的网络层有关。
A hierarchical protocol is just a protocol where nodes form a hierarchy, i.e. different nodes have different roles (cf. peer-to-peer protocol). A client-server protocol is a trivial example. The 'hierarchy' could be about different behaviour of the nodes, or it could be about altogether different network layers with their own protocols, as you mentioned.