Networks
文章平均质量分 79
raphello
这个作者很懒,什么都没留下…
展开
-
The Procedures of Ping
Host A Ping through Host B as FIG.1. FIG.1 HOST A -->ROUTER1. 在host A 中ICMP 将创建一个回应请求数据包.2. ICMP将这有效负荷递交给因特网协议(IP),IP用它创建分组(packet).3. 分组被创建后,协议就判断目标IP地址的位置(local or other networks).原创 2016-11-03 14:52:35 · 218 阅读 · 0 评论 -
How to Realize RPC?
If we want to realize RPC (Remote Procedure Call), we have to build the RPC server & RPC client. So in this blog, I will show you the main functions in code that could be used according to our project.原创 2017-03-18 17:30:39 · 357 阅读 · 0 评论 -
The basic concepts of OFDM
In this blog, I will show you some basic concepts of OFDM In DOCSIS3.1. To make it more intelligible, the graph i drawn is showing as follows (some of these concept named by myself, so as to make it原创 2017-06-12 16:27:05 · 264 阅读 · 0 评论 -
The basics of OFDM ——Fourier Transform
In this blog, I would like to introduce some basic OFDM concepts(in DOCSIS 3.1), which are concluded by myself or referred to the internet. And the main point is the technology of transformation between frequency and time domain.原创 2017-04-29 19:01:39 · 536 阅读 · 0 评论 -
RPC communication--portmapper
In this blog, I'll show you the process of finding the reason of RPC failed for the effectiveness of portmapper.原创 2017-09-30 10:57:48 · 2333 阅读 · 0 评论