CN114629956A - Method and blockchain network for implementing edge computing network acceleration - Google Patents

Method and blockchain network for implementing edge computing network acceleration Download PDF

Info

Publication number
CN114629956A
CN114629956A CN202111422239.4A CN202111422239A CN114629956A CN 114629956 A CN114629956 A CN 114629956A CN 202111422239 A CN202111422239 A CN 202111422239A CN 114629956 A CN114629956 A CN 114629956A
Authority
CN
China
Prior art keywords
website
router
content
router node
access
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202111422239.4A
Other languages
Chinese (zh)
Other versions
CN114629956B (en
Inventor
张高磊
王琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Unionpay Co Ltd
Original Assignee
China Unionpay Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Unionpay Co Ltd filed Critical China Unionpay Co Ltd
Priority to CN202111422239.4A priority Critical patent/CN114629956B/en
Publication of CN114629956A publication Critical patent/CN114629956A/en
Application granted granted Critical
Publication of CN114629956B publication Critical patent/CN114629956B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The present application relates to network technology, and more particularly, to a method, a blockchain network, and a computer-readable storage medium for implementing edge computing network acceleration. A method for implementing edge computing network acceleration according to one aspect of the present application comprises the steps of: A. constructing a block chain network comprising routers as nodes; B. when website contents are accessed through one router node, synchronously caching the corresponding website contents at the router node; C. automatically distributing associated access data for the cached website content; and D, adding the access data into the block chain network.

Description

Method and blockchain network for implementing edge computing network acceleration
Technical Field
The present application relates to network technologies, and in particular, to a method, a blockchain network, and a computer-readable storage medium for implementing edge computing network acceleration.
Background
The popularity of 5G networks has proliferated the network bandwidth demand of data centers, and in order to alleviate bandwidth pressure and improve user experience, enterprises often choose a Content Delivery Network (CDN) to accelerate data transmission.
The content distribution network adds a new network architecture in the existing internet to distribute the content of the website to the network edge nearest to the user, so that the user can obtain the required content nearby, and the response speed of the user for accessing the website is improved. CDN service providers typically deploy servers and carry CDN application requirements by leasing a data center.
The CDN can obviously improve the information flow efficiency in the Internet network, comprehensively solve the problems of small network bandwidth, large user access amount, uneven distribution of network points and the like, and improve the response speed of the user for accessing the website. However, there are many disadvantages in CDN, such as high service cost, the website is susceptible to being down due to CDN network architecture abnormality, the flexible scaling on demand cannot be realized because of excessive dependence on local CDN node data, and the billing is not transparent enough and the billing cannot be traced back.
Disclosure of Invention
A method for implementing edge computing network acceleration according to one aspect of the present application comprises the steps of:
A. constructing a block chain network comprising routers as nodes;
B. when website contents are accessed through one router node, synchronously caching the corresponding website contents at the router node;
C. automatically distributing associated access data for the cached website content; and
D. adding the access data to the blockchain network.
Optionally, in the above method, the router is an intelligent router.
Optionally, in the above method, the access data includes an access address configured for accessing website contents cached on the router node.
Optionally, in the above method, the access data further includes a version number of the cached website content and a geographic location of the router node.
Optionally, in the above method, the access address is an IP address and a port number based on Upnp protocol or Ipv6 protocol.
Optionally, in the above method, further comprising:
E. receiving an access request from a terminal device at one of the router nodes, the access request including an indication of a website to be accessed;
F. determining whether a router node caches the content of the website to be accessed in the blockchain network based on data stored in the router node receiving the access request;
G. if the content of the website to be accessed is cached by the router node, returning the access address allocated for the content to the terminal equipment, otherwise, redirecting the access request to a public domain name resolution server.
Optionally, in the above method, in step G, when there are multiple router nodes caching contents of the website to be accessed, one router node is selected from the multiple router nodes based on one or more of the following items: i) the matching degree of the IP address of the router node and the IP address of the terminal equipment; ii) a distance of a geographical location of a router node from a geographical location of the terminal device; and iii) a version number of the content of the website to be visited cached at the router node.
Optionally, in the above method, further comprising:
H. and when the access address configured for the cached website content changes, adding access data reflecting the change into the blockchain network.
Optionally, in the above method, further comprising:
I. and responding to the event that a new node is added in the block chain network, and updating the data in the block chain network.
Optionally, in the above method, further comprising:
J. in response to a query request from a terminal device, a history of its access to the internet via router nodes in the blockchain network is returned to the terminal device.
A blockchain network for implementing edge computing network acceleration according to another aspect of the present application includes a plurality of routers as nodes, wherein each node is configured to perform the following operations:
A. when the website content is accessed through the router node, synchronously caching the corresponding website content;
B. distributing associated access data for the cached website content; and
C. adding the access data to the blockchain network.
A method for implementing edge computing network acceleration according to another aspect of the present application comprises the steps of:
A. sending an access request containing an indication of a website to be accessed to one of router nodes of a blockchain network containing a plurality of routers as nodes, wherein each router node synchronously caches website content accessed via the router node and allocates associated access data to the cached website content, and the access data is added into the blockchain network; and
B. and acquiring the content of the website to be accessed based on an access address returned by one of the router nodes, wherein when the router nodes cache the content of the website to be accessed in the block chain network, the access address points to the router node caching the content of the website to be accessed.
Optionally, in the above method, when no router node in the blockchain network caches content of a website to be accessed, the access address is an access address provided by a public domain name resolution server.
Optionally, in the above method, further comprising:
C. and sending a query request to one router node of the block chain network containing a plurality of routers as nodes to acquire the history of the terminal equipment accessing the Internet through the router nodes in the block chain network.
Optionally, in the above method, the website content is cached in a mirror manner.
A terminal device according to another aspect of the present application includes:
a memory;
a processor; and
a computer program stored on the memory and executable on the processor, the execution of the computer program resulting in the following operations:
A. sending an access request containing an indication of a website to be accessed to one of router nodes of a blockchain network containing a plurality of routers as nodes, wherein each router node synchronously caches website content accessed via the router node and allocates associated access data to the cached website content, and the access data is added into the blockchain network; and
B. and acquiring the content of the website to be accessed based on an access address returned by one of the router nodes, wherein when the router node caches the content of the website to be accessed in the block chain network, the access address points to the router node caching the content of the website to be accessed.
A computer-readable storage medium according to another aspect of the application, on which a computer program is stored which, when being executed by a processor, carries out the method as described above.
Drawings
The foregoing and/or other aspects and advantages of the present application will become more apparent and more readily appreciated from the following description of the various aspects, taken in conjunction with the accompanying drawings, wherein like or similar elements are designated by like reference numerals. The drawings comprise:
fig. 1 is a block chain network architecture diagram for implementing edge computing network acceleration according to some embodiments of the present application.
FIG. 2 is a flow diagram of a method for implementing edge computing network acceleration according to further embodiments of the present application.
Fig. 3 is a flow chart of a method for updating a data block according to some other embodiments of the present application.
Fig. 4 is a flow diagram of a method for processing an access request according to some other embodiments of the present application.
FIG. 5 is a flow diagram of a method for processing a query request according to some further embodiments of the present application.
FIG. 6 is a flow diagram of a method for implementing edge computing network acceleration according to some further embodiments of the present application.
Fig. 7 is a schematic block diagram of a typical terminal device.
Detailed Description
The present application will now be described more fully hereinafter with reference to the accompanying drawings, in which exemplary embodiments of the application are shown. This application may, however, be embodied in different forms and should not be construed as limited to the embodiments set forth herein. The embodiments described above are intended to be a complete and complete disclosure of the disclosure, so as to more fully convey the scope of the disclosure to those skilled in the art.
In the present specification, words such as "comprise" and "comprising" mean that in addition to elements and steps directly and unequivocally stated in the specification and claims, the technical solutions of the present application do not exclude other elements and steps not directly or unequivocally stated.
Terms such as "first" and "second" do not denote an order of the elements in time, space, size, etc., but rather are used to distinguish one element from another.
In this specification, a router refers to a hardware device that connects two or more networks, acts as a gateway between the networks, and is a dedicated intelligent network device that reads the address in each packet and then decides how to transmit. In the following description, the terms "router" and "gateway device" may be used interchangeably unless otherwise specified.
In this specification, a blockchain refers to a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm, etc., and may be understood as a decentralized database in nature, including generating data blocks using cryptography, where each data block includes information related to an application scenario, and may be used to verify the validity of the information and generate a next data block.
In some embodiments of the present application, a blockchain network is constructed with routers or gateway devices as nodes and the website access content is cached (e.g., in a mirror-image backup manner) using the nodes or router nodes (in this specification, the terms "node" and "router node" are used interchangeably unless otherwise specified); meanwhile, access data associated with the cached website access content is added to the data blocks of the respective blockchain nodes or to the blockchain network (in this specification, unless otherwise specified, the operation of adding the access data to the data blocks is equivalent to the operation of adding the access data to the blockchain network). When a node receives a website access request of a terminal device, whether the content of the website to be accessed is cached in a block chain network (namely whether a node caches the content of the website to be accessed) is judged based on access data or data blocks, and if the node exists, the access request is redirected to the corresponding node, so that CDN acceleration is realized. Optionally, if no such node exists, the access request is redirected to the public domain name resolution server. Due to traceability, openness, independence and security of the blockchain data, the CDN service based on the blockchain network has higher reliability and expansibility, and the charging mechanism is more transparent.
In some embodiments of the present application, optionally, when there are multiple nodes caching content of a website to be accessed, one node is selected from the multiple nodes based on one or more of the following items: selecting a node from among the following based on one or more of: i) the matching degree of the IP address of the node and the IP address of the terminal equipment; ii) a distance of a geographical location of a node from a geographical location of the terminal device; and iii) a version number of the content of the website to be accessed cached at the node. Illustratively, an IP address with a higher matching degree with the IP address of the terminal device may be used as the access address, or a node closer to the geographic location of the terminal device may be used as the redirected node, or a node or an address corresponding to the website content with a higher version number may be used as the redirected node or the access address. Alternatively, a composite score may be obtained by giving corresponding weighting factors to the degree of matching of IP addresses, the distance between geographical locations, and the version number of cache contents, and the higher of the composite scores is determined as a node or access address to be redirected.
In some embodiments of the present application, in order to enable the external device to access the website content cached by the node, a corresponding access address is configured as the access data. Alternatively, the router may automatically allocate a public network IP and a port of an external service to the cached content as an access address for IPv4 using the UPnp protocol, and the external device may directly access the cached content based on the access address. In order to solve the problem of lack of IPv4 address resources, the IPv6 protocol is popularized in many countries in the world at present. Alternatively, the access address assigned to the cache contents may be based on the IPv6 protocol, in which case the IP address and port number of the cache contents may be fixed. Alternatively, the access data may also contain the version number of the cached website content and the geographic location of the node.
In some embodiments of the present application, optionally, when a router public network IP address discovers a change (e.g., due to a device reboot, a DHCP lease expire, etc.), access data reflecting the change is added to the data blocks of the respective nodes.
In some embodiments of the present application, optionally, when a new node joins the blockchain network, the data blocks of the nodes in the blockchain network are updated.
Fig. 1 is a block chain network architecture diagram for implementing edge computing network acceleration according to some embodiments of the present application.
The block chain network 10 shown in fig. 1 includes a plurality of nodes 101-110, which may be directly connected together or indirectly connected together through other nodes. It should be noted that the number of nodes shown here is merely exemplary and should not be construed as any limitation to the described embodiments.
Each of the nodes 101-110 in fig. 1 has a block function by which data for accessing website contents via the local node or access data can be added to a data block of the local node. On the other hand, each of the nodes 101 and 110 further has a routing function, so that information such as access data transmitted by other nodes can be transmitted to more nodes to realize updating of the data blocks in the whole block chain network. A data block as described herein is a data structure for recording access data. Illustratively, each data block is composed of a block header and a block body, the block body records all access data in the block chain network in the previous period, and the function of the block chain is mainly realized by the block header.
In the embodiment shown in fig. 1, the nodes 101-110 are routers or gateway devices configured to store and forward packets between different networks (e.g., between a local area network and the internet). In network communication, the router has the functions of judging network addresses and selecting IP paths, a flexible link system can be constructed in a plurality of network environments, and various subnets are linked through different data packets and medium access modes.
Optionally, nodes 101-110 in fig. 1 are broadband routers. Illustratively, the broadband router may integrate functions of router, firewall, bandwidth control and management, etc., with fast forwarding capability. Most broadband operators bind the MAC address with the ID and IP address of the user so as to perform user internet authentication. The broadband router with the MAC address function can write the MAC address on the network card into the broadband router, and the server can obtain broadband access authentication through MAC address verification during access. Broadband routers typically provide NAT functionality to translate the IP address assigned to each end device within the lan to a legally registered actual IP address of the Internet, so that end devices on the intranet can communicate directly with other hosts on the Internet. When the home broadband router is adopted as a node of the block chain network, the cost can be reduced and the bandwidth utilization rate can be improved by sharing the home broadband. Furthermore, home broadband routers are typically the edge nodes closest to the user equipment and are therefore well suited for building content distribution networks.
FIG. 2 is a flow diagram of a method for implementing edge computing network acceleration according to further embodiments of the present application.
The process flow shown in fig. 2 comprises the following steps:
step S201: a blockchain network is constructed that includes routers as nodes. For example, the constructed blockchain network may have the network structure and features shown in fig. 1, which are not described herein again.
The following steps S202-S204 may be performed in parallel after step S201.
Step S202: when an event triggering updating of a data block occurs, a data block update operation is performed in a blockchain network. The events triggering the update of the data block include, but are not limited to, the joining of a new node in the blockchain network, the change of the cache content at the node, the change of the address of the node, and the like. For the update operation, it will be further described with the aid of fig. 3.
Step S203: when an access request from a terminal device is received, a processing operation for the access request is performed in the blockchain network. The processing operation will be further described below with the aid of fig. 4.
Step S204: when receiving a query request from a terminal device, querying data blocks of the blockchain network for historical data of the mobile terminal accessing the Internet via the blockchain network. The operation of processing the query request is further described below with reference to fig. 5.
Fig. 3 is a flow chart of a method for updating a data block according to some other embodiments of the present application.
The process flow shown in fig. 3 includes the following steps:
step S301: when the content of website a is accessed via one of the nodes in the blockchain network (hereinafter node 108 is taken as an example), node 108 will cache the content of website a synchronously. Optionally, the contents of website a are stored at node 108 in a mirror backup.
Step S302: node 108 generates access data associated with the cached content. Optionally, the access data includes an access address configured for accessing the contents of website a cached on node 108. Illustratively, the access address may be an IP address and port number based on the Upnp protocol, or an IP address and port number based on the IPv6 protocol. Additionally optionally, the access data further includes a version number of the cached website content and a geographic location of the node 108.
Step S303: the node 108 writes the access data into the data blocks of the node and other nodes.
Step S304: when the access address configured for the cached content of website a changes at node 108, node 108 will generate corresponding access data.
Step S305: the node 108 adds the access data reflecting the change to the data blocks of the node and other nodes.
Step S306: when a new node (e.g., node 111) is added to the block chain network, nodes 101 and 110 will update the respective data blocks.
Fig. 4 is a flow diagram of a method for processing an access request according to some further embodiments of the present application.
The process flow shown in fig. 4 includes the following steps:
step S401: one of the nodes (hereinafter, node 106) in the blockchain network receives an access request from the terminal device, where the access request includes an indication of the website a to be accessed.
Step S402: node 106 determines whether any node in the blockchain network caches the contents of site a based on the data blocks stored thereon. If the content of the website A is cached by the node, the step S403 is proceeded, otherwise, the step S404 is proceeded.
Step S403: the access address assigned for the content is returned to the terminal device or the access request is redirected to the corresponding node (e.g., node 108).
In this step, when there are multiple nodes caching the content of the website a to be accessed, as described above, the redirected node or the access address may be determined based on one or more of the following items: the matching degree with the IP address of the terminal equipment, the distance with the geographical position of the terminal equipment and the version number of the content of the website A.
Step S404: node 106 redirects the access request to the public domain name resolution server.
FIG. 5 is a flow diagram of a method for processing a query request according to some further embodiments of the present application.
The process flow shown in fig. 5 includes the following steps:
step S501: one of the nodes of the blockchain network (hereinafter, node 106 is taken as an example) receives an inquiry request from the terminal device, where the inquiry request includes an identification ID of the terminal device.
Step S502: the node 106 queries the data chunks stored thereon for historical data for access to the internet via the blockchain network with the terminal device specified by the identification ID.
Step S503: the node 106 returns the query result to the mobile terminal.
In the embodiment shown in fig. 5, the mobile terminal may access the internet via a plurality of nodes in the blockchain network, or the mobile terminal does not access the internet via the node (e.g., node 106) that sent the query request, but since the data block of each node records all the history data of the terminal device accessing the internet via the blockchain network, the mobile terminal may still query the history of its access to the internet via the blockchain network through any one node.
FIG. 6 is a flow diagram of a method for implementing edge computing network acceleration according to further embodiments of the present application.
The method flow shown in fig. 6 is executed by the terminal device and includes the following steps:
step S601: an access request is sent to one of the nodes (e.g., node 106) of a blockchain network that includes a plurality of routers as nodes (which may have, for example, the network structure and characteristics shown in fig. 1), including an indication that website a is to be accessed.
Alternatively, the application of the terminal device may have built-in access policies that designate nodes in the blockchain network as nodes that are preferentially accessed when accessing the internet.
Step S602: and acquiring the content of the website to be accessed based on the access address returned by the node 106. In the example, assume that the contents of website A are cached on node 108, so the access address returned by node 106 will point to node 108. Alternatively, the access address may be an IP address and port number based on the Upnp protocol, or an IP address and port number based on the IPv6 protocol.
Step S603: an inquiry request is sent to one of the nodes (e.g., node 103) of the blockchain network, the inquiry request containing the identification ID of the terminal device. Based on the identification ID, the node 103 may query its stored data block for historical data of the terminal device accessing the internet via the blockchain network as specified by the identification ID.
Step S604: the query result or the history data of the terminal device accessing the internet is received from the node 103.
It should be noted that, in the embodiment shown in fig. 6, the order of the access request sending step and the query request sending step is merely illustrative and not restrictive. Alternatively, steps S603 and S604 may precede steps S601 and S602, or steps S601 and S602 and steps S603 and S604 may be performed in parallel.
Fig. 7 is a schematic block diagram of a typical terminal device. Referring to fig. 7, terminal device 70 comprises a communication unit 710, a memory 720 (e.g., non-volatile memory such as flash memory, ROM, hard drive, magnetic disk, optical disk), a processor 730, a computer program 740 stored on memory 720 and executable on processor 730.
The communication unit 710 serves as a communication interface configured to establish a communication connection between the terminal device and an external device or network (e.g., the block chain network and its nodes shown in fig. 1, etc.).
The memory 720 stores a computer program 740 that is executable by the processor 730. The processor 730 is configured to execute the computer program 740 to implement the corresponding data processing flow.
According to yet another aspect of the present application, a computer-readable storage medium is provided, on which a computer program adapted to be downloaded by a terminal device (e.g., a personal computer, a smartphone, a wearable device, a portable computer, a tablet computer, etc.) is stored. The method steps as shown in fig. 6 may be performed when the downloaded computer program is executed on a processor of the user terminal.
The embodiments and examples set forth herein are presented to best explain the embodiments in accordance with the present technology and its particular application and to thereby enable those skilled in the art to make and utilize the application. However, those skilled in the art will recognize that the foregoing description and examples have been presented for the purpose of illustration and example only. The description as set forth is not intended to cover all aspects of the application or to limit the application to the precise form disclosed.
In view of the foregoing, the scope of the present disclosure is to be determined by the following claims.

Claims (39)

1. A method for implementing edge computing network acceleration, comprising the steps of:
A. constructing a block chain network comprising routers as nodes;
B. when website contents are accessed through one router node, synchronously caching the corresponding website contents at the router node;
C. automatically distributing associated access data for the cached website content; and
D. adding the access data to the blockchain network.
2. The method of claim 1, wherein the router is an intelligent router.
3. The method of claim 1, wherein the access data comprises an access address configured for accessing website content cached on a router node.
4. The method of claim 1, wherein the access data further comprises a version number of cached website content and a geographic location of the router node.
5. The method of claim 3, wherein the access address is an IP address and port number based on the Upnp protocol or the Ipv6 protocol.
6. The method of any of claims 1-5, further comprising:
E. receiving an access request from a terminal device at one of the router nodes, the access request including an indication of a website to be accessed;
F. determining whether a router node caches the content of the website to be accessed in the blockchain network based on data stored in the router node receiving the access request;
G. if the content of the website to be accessed is cached by the router node, returning the access address allocated for the content to the terminal equipment, otherwise, redirecting the access request to a public domain name resolution server.
7. The method as claimed in claim 6, wherein in step G, when there are a plurality of router nodes caching content of the website to be accessed, one router node is selected from the following based on one or more of: i) the matching degree of the IP address of the router node and the IP address of the terminal equipment; ii) a distance of a geographical location of a router node from a geographical location of the terminal device; and iii) a version number of the content of the website to be visited cached at the router node.
8. The method of any of claims 1-5, further comprising:
H. and when the access address configured for the cached website content changes, adding access data reflecting the change into the blockchain network.
9. The method of any of claims 1-5, further comprising:
I. and responding to the event that a new node is added in the block chain network, and updating the data in the block chain network.
10. The method of any of claims 1-5, further comprising:
J. in response to a query request from a terminal device, a history of its access to the internet via router nodes in the blockchain network is returned to the terminal device.
11. A blockchain network for implementing edge computing network acceleration, comprising a plurality of routers as nodes, wherein each router node is configured to perform the following operations:
A. when the website content is accessed through the router node, synchronously caching the corresponding website content;
B. distributing associated access data for the cached website content; and
C. adding the access data to the blockchain network.
12. The blockchain network of claim 11, wherein the router is an intelligent router.
13. The blockchain network of claim 11, wherein the access data includes an access address configured for accessing website content cached on the router node.
14. The blockchain network of claim 11, wherein the access data further includes a version number of the cached web site content and a geographic location of the router node.
15. The blockchain network of claim 11, wherein the access address is an IP address and port number based on Upnp protocol or IPv6 protocol.
16. The blockchain network of any one of claims 11-15, wherein each router node is further configured to:
D. receiving an access request from terminal equipment, wherein the access request comprises an indication of a website to be accessed;
E. determining whether a router node caches the content of a website to be accessed in the block chain network based on data stored on the router node;
F. if the content of the website to be accessed is cached by the router node, returning the access address allocated for the content to the terminal equipment, otherwise, redirecting the access request to a public domain name resolution server.
17. The blockchain network of claim 16, wherein step F is performed in the following manner: when a plurality of router nodes cache contents of a website to be accessed, one router node is selected from the contents based on one or more of the following items: selecting a router node from among the following based on one or more of: i) the matching degree of the IP address of the router node and the IP address of the terminal equipment; ii) a distance of a geographical location of a router node from a geographical location of the terminal device; and iii) a version number of the content of the website to be visited cached at the router node.
18. The blockchain network of any one of claims 11-15, wherein each router node is further configured to:
G. in response to a change in an access address configured for the cached website content, adding access data reflecting the change to the blockchain network.
19. The blockchain network of any one of claims 11-15, wherein each router node is further configured to:
H. and responding to the event that a new node is added in the block chain network, and updating the data in the block chain network.
20. The blockchain network of any one of claims 11-15, wherein each router node is further configured to:
I. in response to a query request from a terminal device, a history of its access to the internet via router nodes in the blockchain network is returned to the terminal device.
21. A method for implementing edge computing network acceleration, comprising the steps of:
A. sending an access request containing an indication of a website to be accessed to one of router nodes of a blockchain network containing a plurality of routers as nodes, wherein each router node synchronously caches website content accessed via the router node and allocates associated access data to the cached website content, and the access data is added into the blockchain network; and
B. and acquiring the content of the website to be accessed based on an access address returned by one of the router nodes, wherein when the router node caches the content of the website to be accessed in the block chain network, the access address points to the router node caching the content of the website to be accessed.
22. The method of claim 21, wherein the access address is provided by a public domain name resolution server when no router node in the blockchain network caches content of a website to be accessed.
23. The method of claim 21, wherein the router is an intelligent router.
24. The method of any of claims 21-23, wherein the access data includes an access address configured for accessing website content cached on a router node.
25. The method of claim 24, wherein the access data further comprises a version number of the cached website content and a geographic location of the router node.
26. The method of any one of claims 21-23, wherein the access address is an IP address and port number based on Upnp protocol or IPv6 protocol.
27. The method of any of claims 21-23, wherein when there are multiple router nodes caching content for accessing the website, selecting one of the router nodes based on one or more of: selecting a router node from among the following based on one or more of: i) the matching degree of the IP address of the router node and the IP address of the terminal equipment; ii) a distance of a geographical location of a router node from a geographical location of the terminal device; and iii) a version number of the content of the website to be visited cached at the router node.
28. The method of any of claims 21-23, further comprising:
C. and sending a query request to one router node of the block chain network containing a plurality of routers as nodes to acquire the history of the terminal equipment accessing the Internet through the router nodes in the block chain network.
29. A method as claimed in any one of claims 21 to 23, wherein the web site content is cached in a mirrored manner.
30. A terminal device, comprising:
a memory;
a processor; and
a computer program stored on the memory and executable on the processor, the execution of the computer program resulting in the following operations:
A. sending an access request containing an indication of a website to be accessed to one of router nodes of a blockchain network containing a plurality of routers as nodes, wherein each router node synchronously caches website content accessed via the router node and allocates associated access data to the cached website content, and the access data is added into the blockchain network; and
B. and acquiring the content of the website to be accessed based on an access address returned by one of the router nodes, wherein when the router nodes cache the content of the website to be accessed in the block chain network, the access address points to the router node caching the content of the website to be accessed.
31. The terminal device according to claim 30, wherein when no router node in the blockchain network caches content of a website to be accessed, the access address is an access address provided by a public domain name resolution server.
32. The terminal device of claim 30, wherein the terminal device is one of: personal computer, smart mobile phone, portable computer and panel computer, the router is intelligent router.
33. The terminal device of any one of claims 30-32, wherein the access data includes an access address configured for accessing website content cached on a router node.
34. The terminal device of claim 33, wherein the access data further includes a version number of the cached website content and a geographic location of the router node.
35. The terminal device according to any of claims 30-33, wherein the access address is an IP address and port number based on Upnp protocol or IPv6 protocol.
36. The terminal device according to any of claims 30-33, wherein when there are multiple router nodes caching content for accessing a website, one router node is selected from among the following based on one or more of: selecting one router node from among the following based on one or more of: i) the matching degree of the IP address of the router node and the IP address of the terminal equipment; ii) a distance of a geographical location of a router node from a geographical location of the terminal device; and iii) a version number of the content of the website to be visited cached at the router node.
37. A method according to any of claims 30-33, wherein execution of the computer program further results in the following operations:
C. and sending a query request to one router node of the block chain network containing a plurality of routers as nodes to acquire the history of the terminal equipment accessing the Internet through the router nodes in the block chain network.
38. A terminal device according to any one of claims 30 to 33, wherein the web site content is cached in a mirrored manner.
39. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 21-29.
CN202111422239.4A 2021-11-26 2021-11-26 Method and blockchain network for enabling edge computing network acceleration Active CN114629956B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111422239.4A CN114629956B (en) 2021-11-26 2021-11-26 Method and blockchain network for enabling edge computing network acceleration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111422239.4A CN114629956B (en) 2021-11-26 2021-11-26 Method and blockchain network for enabling edge computing network acceleration

Publications (2)

Publication Number Publication Date
CN114629956A true CN114629956A (en) 2022-06-14
CN114629956B CN114629956B (en) 2024-04-16

Family

ID=81898376

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111422239.4A Active CN114629956B (en) 2021-11-26 2021-11-26 Method and blockchain network for enabling edge computing network acceleration

Country Status (1)

Country Link
CN (1) CN114629956B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9882918B1 (en) * 2017-05-15 2018-01-30 Forcepoint, LLC User behavior profile in a blockchain
US20180343232A1 (en) * 2016-08-11 2018-11-29 Baidu Online Network Technology (Beijing) Co., Ltd Method and device for accessing website
CN109067930A (en) * 2018-06-26 2018-12-21 网宿科技股份有限公司 Domain name cut-in method, domain name analytic method, server, terminal and storage medium
CN109151070A (en) * 2018-10-26 2019-01-04 平安科技(深圳)有限公司 Service scheduling method, the electronic device of point-to-point CDN based on block chain
US20190020620A1 (en) * 2017-07-13 2019-01-17 T-Mobile Usa, Inc. Optimizing routing of access to network domains via a wireless communication network
US20190190719A1 (en) * 2017-12-18 2019-06-20 Koninklijke Kpn N.V. Primary and secondary blockchain device
JP2019115026A (en) * 2017-12-22 2019-07-11 メタップス・プラス・インコーポレイテッドMetaps Plus Inc. Decentralized ledger device, decentralized ledger method, transaction information broadcast device, and method for sharing user information
CN113572810A (en) * 2021-06-09 2021-10-29 北京邮电大学 Method for designing and realizing private multi-account book block chain system for Internet of things

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180343232A1 (en) * 2016-08-11 2018-11-29 Baidu Online Network Technology (Beijing) Co., Ltd Method and device for accessing website
US9882918B1 (en) * 2017-05-15 2018-01-30 Forcepoint, LLC User behavior profile in a blockchain
US20190020620A1 (en) * 2017-07-13 2019-01-17 T-Mobile Usa, Inc. Optimizing routing of access to network domains via a wireless communication network
US20190190719A1 (en) * 2017-12-18 2019-06-20 Koninklijke Kpn N.V. Primary and secondary blockchain device
JP2019115026A (en) * 2017-12-22 2019-07-11 メタップス・プラス・インコーポレイテッドMetaps Plus Inc. Decentralized ledger device, decentralized ledger method, transaction information broadcast device, and method for sharing user information
CN109067930A (en) * 2018-06-26 2018-12-21 网宿科技股份有限公司 Domain name cut-in method, domain name analytic method, server, terminal and storage medium
CN109151070A (en) * 2018-10-26 2019-01-04 平安科技(深圳)有限公司 Service scheduling method, the electronic device of point-to-point CDN based on block chain
CN113572810A (en) * 2021-06-09 2021-10-29 北京邮电大学 Method for designing and realizing private multi-account book block chain system for Internet of things

Also Published As

Publication number Publication date
CN114629956B (en) 2024-04-16

Similar Documents

Publication Publication Date Title
US11271892B2 (en) Network communication method and system, device, and storage medium
US10374955B2 (en) Managing network computing components utilizing request routing
US10356097B2 (en) Domain name system and method of operating using restricted channels
KR101468831B1 (en) Mapping private and public addresses
US8767737B2 (en) Data center network system and packet forwarding method thereof
US10355991B1 (en) Managing communications using alternative packet addressing
KR100953805B1 (en) Virtual private network structures reuse for mobile computing devices
EP2556438B1 (en) Reverse dns lookup with modified reverse mappings
US9654340B2 (en) Providing private access to network-accessible services
RU2382506C2 (en) Method and device for efficient vpn server interface, address allocation and signal transmission with local addressing domain
US20160226815A1 (en) System and method for communicating in an ssl vpn
US8667574B2 (en) Assigning a network address for a virtual device to virtually extend the functionality of a network device
CN106789526B (en) method and device for connecting multiple system networks
US8458303B2 (en) Utilizing a gateway for the assignment of internet protocol addresses to client devices in a shared subset
US11252126B1 (en) Domain name resolution in environment with interconnected virtual private clouds
CN107094110B (en) DHCP message forwarding method and device
WO2010043440A1 (en) Nat traversal method and apparatus
US20120191769A1 (en) Site-aware distributed file system access from outside enterprise network
CN111327668B (en) Network management method, device, equipment and storage medium
CN113507475B (en) Cross-domain access method and device
WO2019165948A1 (en) Method for acquiring and providing service, and user equipment and management server
CN105101176A (en) Session binding method, device and system in roaming scene
CN113364741A (en) Application access method and proxy server
US20110276673A1 (en) Virtually extending the functionality of a network device
CN114629956B (en) Method and blockchain network for enabling edge computing network acceleration

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant