Sequential (17) binding
https://johnchihau.blogspot.com/2026/05/httpschihaukam.html?m=1
.
Ref: https://johnchihau.blogspot.com/2026/04/john-is-example.html?m=1
.
.
John : Take a look. https://chihaukam.blogspot.com/2025/09/blog-post.html?m=1 . It mention about binding and logical node.
Me: Ok.
John : See the Pictures above. There're 2 Network of Cache . One is Cache binding Telephone number. One is Cache binding IP. In fact, in the Logical Node, there's a code like this,
.
Int (the caller); <-- telephone number or IP of the caller.
Int (the receiver) ; <-- The telephone numbers or IP of the receiver.
.
If (the packet = Telephone)
if (The caller & the receiver!= null)
{
To the network of the Cache of Telephone
Bind ( Telephone, physical address);
}
Else if (packet = Ip)
{
If (the caller and the receiver!= null)
{
To the network of the Cache of IP
Bind ( Ip, Physical address);
}
}
.
John : At this stage, Fax, Desktop phone, SMS message are using the network of the Cache of the Telephone.
.
Me: Ok.
.
John: At the same time, teller machine, bourse machine and government database are using the network of the Cache of IP.
.
Me: Both of them have plenty users.
.
John: Yes, .

Comments
Post a Comment