WO2022095708A1 - 无线通信方法、装置、设备、存储介质及计算机程序产品 - Google Patents

无线通信方法、装置、设备、存储介质及计算机程序产品 Download PDF

Info

Publication number
WO2022095708A1
WO2022095708A1 PCT/CN2021/125275 CN2021125275W WO2022095708A1 WO 2022095708 A1 WO2022095708 A1 WO 2022095708A1 CN 2021125275 W CN2021125275 W CN 2021125275W WO 2022095708 A1 WO2022095708 A1 WO 2022095708A1
Authority
WO
WIPO (PCT)
Prior art keywords
address
service
edge
terminal device
data center
Prior art date
Application number
PCT/CN2021/125275
Other languages
English (en)
French (fr)
Inventor
俞一帆
Original Assignee
腾讯科技(深圳)有限公司
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 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Publication of WO2022095708A1 publication Critical patent/WO2022095708A1/zh
Priority to US17/986,760 priority Critical patent/US20230071561A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/24Connectivity information management, e.g. connectivity discovery or connectivity update
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • H04L61/2521Translation architectures other than single NAT servers
    • H04L61/2528Translation at a proxy
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5053Lease time; Renewal aspects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses

Definitions

  • the embodiments of the present application relate to the field of communication technologies, and in particular, to a wireless communication method, apparatus, electronic device, computer-readable storage medium, and computer program product.
  • the European Telecommunications Standards Institute (ETSI) Mobile Edge Computing (MEC) working group defines an edge computing platform architecture for mobile networks that can be used for Internet services running within local private networks ( For example, in-house applications).
  • the processing logic of Internet services is relatively complex, and it is usually necessary to introduce an access layer in a data center located at the center of the network to schedule servers that process specific service requests.
  • the ETSI MEC architecture has established a private and closed business management system, and the Internet business background system cannot effectively control the business servers deployed on the ETSI MEC architecture, which affects business access.
  • the embodiments of the present application provide a wireless communication method, device, electronic device, computer-readable storage medium, and computer program product, which deploy the access layer function of a service and a service processing server in an edge data center, and utilize the low-cost capabilities of the edge data center.
  • the delay feature improves service access capabilities, and can use the service scheduler deployed in the central cloud of the core network to effectively and reasonably manage and control edge services.
  • An embodiment of the present application provides a wireless communication method, including:
  • the target address of the service request sent by the terminal device to the service server in the edge data center is replaced from the first Internet Protocol (Internet Protocol, IP) address to the second IP address, wherein the first IP address is the virtual address of the service server. address, the second IP address is the real address of the service server in the edge data center;
  • IP Internet Protocol
  • the source address of the service response to the service request sent by the service server to the terminal device is replaced from the second IP address to the first IP address, so that the terminal device communicates with the service server.
  • An embodiment of the present application provides a wireless communication method, including:
  • the service scheduling response carries the first IP address, and the first IP address is the virtual address of the service server in the edge data center. address;
  • the edge routing switch After the edge routing switch replaces the source address of the service response returned by the service server to the service request from the second IP address to the first IP address, the edge routing switch sends the service response returned by the service server to the terminal device.
  • An embodiment of the present application provides a wireless communication device, including:
  • the first address replacement module is configured to replace the target address of the service request sent by the terminal device to the service server in the edge data center from the first IP address to the second IP address, wherein the first IP address is the virtual address of the service server. address, the second IP address is the real address of the service server in the edge data center; and
  • the second address replacement module is configured to replace the source address of the service response to the service request sent by the service server to the terminal device from the second IP address to the first IP address, so that the terminal device communicates with the service server.
  • An embodiment of the present application provides a wireless communication device, including:
  • the service scheduling response sending module is configured to send the service scheduling response returned by the service scheduler in the central cloud for the service scheduling request sent by the terminal device to the terminal device, where the service scheduling response carries a first IP address, and the first IP address is the edge The virtual address of the business server in the data center;
  • the service request receiving module is configured to receive the service request sent by the terminal device, and the destination address of the service request is the first IP address;
  • the service request sending module is configured to send the service request to the edge routing switch in the edge data center according to the first IP address, so that the edge routing switch replaces the destination address of the service request from the first IP address with the second IP address Then send the service request to the service server, wherein the second IP address is the real address of the service server in the edge data center;
  • the service response sending module is configured to send the service response returned by the service server to the terminal device after the edge routing switch replaces the source address of the service response returned by the service server to the service request from the second IP address to the first IP address .
  • the embodiment of the present application provides an electronic device, including:
  • a memory for storing executable instructions for the processor
  • the processor is configured to execute the wireless communication method provided by the embodiment of the present application by executing the executable instruction.
  • Embodiments of the present application provide a computer-readable storage medium storing a computer program, and when the computer program is executed by a processor, the wireless communication method provided by the embodiments of the present application is implemented.
  • Embodiments of the present application provide a computer program product or computer program, where the computer program product or computer program includes computer instructions, the computer instructions are stored in a computer-readable storage medium, and a processor of a computer device reads the computer-readable storage medium from the computer-readable storage medium.
  • Computer instructions, the processor executes the computer instructions, so that the computer device executes the wireless communication method provided by the embodiments of the present application.
  • the target address of the service request sent by the terminal device to the service server is replaced from the first IP address to the second IP address
  • the source address of the service response to the service request sent by the service server to the terminal device is changed from the first IP address to the second IP address.
  • the second IP address is replaced with the first IP address
  • the communication between the terminal device and the service server is implemented through the conversion between the virtual address and the real address.
  • the access layer function of the service and the service processing server are deployed in the edge data center, and the low-latency feature of the edge data center is used to improve the service access capability, and the service scheduler in the central cloud can be used to effectively and reasonably carry out edge services. control.
  • FIG. 1 is a schematic structural diagram of a wireless communication system provided by an embodiment of the present application.
  • FIG. 2 is a schematic diagram of the ETSI MEC architecture provided by an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of a wireless communication method provided by an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a wireless communication method provided by an embodiment of the present application.
  • FIG. 5 is an interaction flowchart of a wireless communication method provided by an embodiment of the present application.
  • FIG. 6 is an interactive flowchart of a video download process provided by an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of a wireless communication device provided by an embodiment of the present application.
  • FIG. 8 is a schematic structural diagram of a wireless communication device provided by an embodiment of the present application.
  • FIG. 9 is a schematic structural diagram of a computer system of an electronic device provided by an embodiment of the present application.
  • Example embodiments will now be described more fully with reference to the accompanying drawings.
  • Example embodiments can be embodied in various forms and should not be construed as limited to the examples set forth herein; rather, these example embodiments are provided so that the description of this application will be more thorough and complete, and will convey the concepts of the example embodiments It will be fully conveyed to those skilled in the art.
  • the drawings are schematic illustrations of the application and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repeated descriptions will be omitted.
  • first ⁇ second is only used to distinguish similar objects, and does not represent a specific ordering of objects. It is understood that “first ⁇ second" is permitted when permitted.
  • the specific order or sequence may be interchanged such that the embodiments of the application described herein can be practiced in sequences other than those illustrated or described herein.
  • the system includes: a terminal device 110, a user plane function (User Plane Function, UPF) entity 120, a core network 130, a central cloud 140, and an edge data center 150.
  • the central cloud 140 includes a service scheduler 141 , the edge data center 150 may be deployed inside the core network 130 , and the edge data center 150 includes an edge routing switch 151 and a service server 152 .
  • the user plane functional entity 120 is an internal network element of the cellular network, and is used to support the forwarding of user data traffic between the edge data center 150 and the terminal device 110 .
  • the local service server 152 is deployed in the edge data center 150 to process service requests from the terminal device 110 .
  • the edge routing switch 151 is responsible for data exchange between the user plane functional entity 120 and the local service server 152 .
  • the service scheduler 141 is located inside the central cloud 140 and is responsible for selecting a specific local service server for the terminal device 110 to process the service request sent by it.
  • the edge service manager can be responsible for the creation, deployment, management and maintenance of the local service server in the edge data center.
  • the edge service manager may be a software entity or a software system.
  • the above-mentioned core network 130 may be a core network in a fifth-generation communication (5th-Generation, 5G) network, that is, the core network 130 may be a 5G core network, and the core network 130 may also be a sixth-generation communication (6th-generation communication).
  • 5G fifth-generation communication
  • 6th-generation communication 6th-generation communication
  • -Generation (6G) network or a core network in other communication networks which is not limited in this embodiment of the present application.
  • edge data center 150 may also be referred to as an edge cloud.
  • Terminal equipment may also be referred to as User Equipment (UE), access terminal, subscriber unit, subscriber station, mobile station, mobile station, remote station, remote terminal, mobile device, user terminal, terminal, wireless communication device, user agent or user device, etc.
  • UE User Equipment
  • the terminal device can be a station (STATION, ST) in a wireless local area network (Wireless Local Area Networks, WLAN), can be a cellular phone, a cordless phone, a Session Initiation Protocol (Session Initiation Protocol, SIP) phone, a wireless local loop (Wireless Local Loop) Loop, WLL) stations, Personal Digital Assistant (PDA) devices, handheld devices with wireless communication capabilities, computing devices or other processing devices connected to wireless modems, in-vehicle devices, wearable devices, next-generation communication systems such as The terminal equipment in the NR network, or the terminal equipment in the future evolved Public Land Mobile Network (Public Land Mobile Network, PLMN) network, etc.
  • PLMN Public Land Mobile Network
  • Terminal equipment can be deployed on land, including indoor or outdoor, handheld, wearable or vehicle-mounted; it can also be deployed on water (such as ships, etc.); it can also be deployed in the air (such as aircraft, balloons and satellites, etc.).
  • the terminal device can be a mobile phone (Mobile Phone), a tablet computer (Pad), a computer with wireless transceiver function, a virtual reality (Virtual Reality, VR) terminal device, an augmented reality (Augmented Reality, AR) terminal device, industrial control (industrial control) Wireless terminal equipment in ), wireless terminal equipment in self-driving, wireless terminal equipment in remote medical, wireless terminal equipment in smart grid, transportation safety (transportation safety) wireless terminal equipment in a smart city, wireless terminal equipment in a smart city, or wireless terminal equipment in a smart home, etc.
  • a virtual reality Virtual Reality, VR
  • AR Augmented Reality
  • wireless terminal equipment in wireless terminal equipment in self-driving
  • wireless terminal equipment in remote medical wireless terminal equipment in smart grid
  • transportation safety (transportation safety) wireless terminal equipment in a smart city wireless terminal equipment in a smart city, or wireless terminal equipment in a smart home, etc.
  • the terminal device may also be a wearable device.
  • Wearable devices can also be called wearable smart devices, which are the general term for the intelligent design of daily wear and the development of wearable devices using wearable technology, such as glasses, gloves, watches, clothing and shoes.
  • a wearable device is a portable device that is worn directly on the body or integrated into the user's clothing or accessories.
  • Wearable device is not only a hardware device, but also realizes powerful functions through software support, data interaction, and cloud interaction.
  • wearable smart devices include full-featured, large-scale, complete or partial functions without relying on smart phones, such as smart watches or smart glasses, and only focus on a certain type of application function, which needs to cooperate with other devices such as smart phones. Use, such as all kinds of smart bracelets, smart jewelry, etc. for physical sign monitoring.
  • the wireless communication system 100 generally shows an edge data center 150, and an edge routing switch 151 and a service server 152 in the edge data center 150.
  • the wireless communication system 100 may include There are multiple edge data centers, and each edge data center may include other numbers of edge routing switches and service servers, which are not limited in this embodiment of the present application.
  • the wireless communication system 100 may further include other network entities such as a network controller and a mobility management entity, which are not limited in this embodiment of the present application.
  • the embodiments of the present application can utilize the traffic offloading capability of the 5G network to construct a mobile edge computing system at the edge of the 5G network to support the application applet to access the local service server.
  • the embodiments of the present application relate to cloud technology, which refers to a hosting technology that unifies a series of resources such as hardware, software, and network in a wide area network or a local area network to realize data computing, storage, processing, and sharing.
  • cloud technology refers to a hosting technology that unifies a series of resources such as hardware, software, and network in a wide area network or a local area network to realize data computing, storage, processing, and sharing.
  • Cloud technology is based on the general term of network technology, information technology, integration technology, management platform technology, application technology, etc. applied in the cloud computing business model. It can form a resource pool, which can be used on demand and is flexible and convenient. Cloud computing technology will become an important support. Background services of technical network systems require a lot of computing and storage resources, such as video websites, picture websites and more portal websites. With the high development and application of the Internet industry, in the future, each item may have its own identification mark, which needs to be transmitted to the back-end system for logical processing. Data of different levels will be processed separately, and all kinds of industry data need to be strong. The system backing support can only be achieved through cloud computing.
  • FIG. 2 is a schematic diagram of an ETSI MEC architecture provided by an embodiment of the present application, and the ETSI MEC working group defines an edge computing platform architecture for mobile networks.
  • mobile edge applications Mobile Edge Applications
  • Mobile Edge Host mobile edge host
  • Mobile Edge Service mobile edge services
  • a mobile edge host is an entity that includes a mobile edge platform and virtualized infrastructure, providing computing, storage and network resources for various mobile edge applications.
  • the underlying virtual infrastructure Virtualization Infrastructure
  • the Mobile Edge Platform provides and uses a variety of mobile edge services with the feature set required to run various mobile edge applications on the mobile edge host.
  • Mobile edge applications can obtain capabilities opened by the underlying network by subscribing to mobile edge services, such as wireless network information, user location information, and network bandwidth management.
  • the Mobile Edge Host Level is a management component that performs specific functional management of a specific Mobile Edge platform, Mobile Edge Host, and the Mobile Edge applications running on it.
  • the Mobile Edge System Level provides system management by maintaining a global view of the entire Mobile Edge system.
  • ETSI introduces the mobile edge orchestrator as a core component to manage the entire system globally.
  • ETSI defines application rules and requirements, and sets relevant rules and requirements for various mobile edge applications, including: required resources, maximum delay/delay, required or Useful services, traffic rules, Domain Name System (DNS) rules, mobility support, etc.
  • DNS Domain Name System
  • the ETSI MEC architecture is mainly used for services running in the local private network (for example, enterprise internal applications), and it does not have the ability to realize the collaboration between the central cloud and the edge data center.
  • the processing logic of Internet business is more complicated. Usually, an access layer needs to be introduced into a data center located at the center of the network to schedule servers that process specific service requests.
  • the Internet services deployed based on the ETSI MEC architecture cannot interact with the access layer functions in the external data center, resulting in the destruction of the overall business logic and the need to reconstruct the front end of the business, that is, the application (APP).
  • APP application
  • the ETSI MEC architecture has established a private and closed business management system, the Internet business background system cannot effectively control the business servers deployed on the ETSI MEC architecture.
  • IP Internet Protocol
  • the service domain name is resolved by the DNS server in the central cloud, the local service servers located in different edge data centers must be assigned uniform IP addresses. If the service domain name resolution is resolved by the DNS server in the edge cloud, the service developer must create corresponding DNS records in each edge data center, which is very complicated. If the service developer directly uses the IP address assigned to the local service server by the ETSI MEC architecture, the service access may not be realized because the address is not in the network segment permitted by the applets.
  • IP Internet Protocol
  • the embodiments of the present application provide a wireless communication method, which can deploy the access layer function of the service and the service processing server in the edge data center, improve the service access capability by utilizing the low-latency feature of the edge data center, and
  • the service scheduler in the central cloud can be used to effectively and reasonably manage and control edge services.
  • FIG. 3 is a schematic flowchart of a wireless communication method 200 provided by an embodiment of the present application.
  • the wireless communication method 200 may be executed by the edge routing switch 151 shown in FIG. 1 .
  • the wireless communication method 200 includes at least S210 to S220, and the details are as follows:
  • the edge routing switch replaces the target address of the service request sent by the terminal device to the service server in the edge data center from the first IP address to the second IP address, where the first IP address is the virtual address of the service server , and the second IP address is the real address of the service server in the edge data center.
  • the source address of the service response to the service request sent by the service server to the terminal device is replaced from the second IP address to the first IP address, so that the terminal device communicates with the service server.
  • the terminal device uses the first IP address (that is, the virtual address of the service server) when accessing the service server in the edge data center, and in the edge data center, the first IP address will be replaced by the second IP address Address (that is, the real address of the business server in the edge data center).
  • the service server in the edge data center uses the second IP address (that is, the real address of the service server in the edge data center) when feeding back to the terminal device, and in the edge data center, the second IP address will be replaced by the first IP address (that is, the virtual address of the business server).
  • the communication between the terminal device and the service server is realized through the mutual conversion between the first IP address and the second IP address, so that the service server deployed in the edge data center can process the terminal device.
  • the service request of the device realizes the Internet service delivery based on mobile edge computing, which can shorten the service delay and improve the user experience.
  • the wireless communication method provided by the embodiments of the present application does not affect the existing service logic of the Internet, nor does it need to modify the front end of the Internet service.
  • the service applet developer can use the service scheduler in the central cloud (that is, the service backend in the central cloud). system) to manage and control edge services, which has strong applicability.
  • the service request sent by the terminal device to the service server may be referred to as an IP data packet, and similarly, the service response sent by the service server to the terminal device may also be referred to as an IP data packet.
  • the first IP address may be allocated according to a network segment of IP addresses permitted by the service.
  • the first IP address may also be allocated according to the IP address network segment permitted by the service applet of the terminal device. That is to say, the first IP address is an IP address permitted by the service, or the first IP address is an IP address permitted by the service applet of the terminal device.
  • the second IP address may be allocated according to a network segment of IP addresses approved by the operator. That is, the second IP address is an IP address approved by the operator.
  • the first IP address and the second IP address are allocated by the edge service manager for the service server in the edge data center.
  • the edge service manager assigns it two IP addresses, one is the real address (second IP address) of the service server in the edge data center, and the other is based on the service size.
  • the virtual address (the first IP address) assigned by the IP address network segment permitted by the program.
  • the mutual conversion between the first IP address and the second IP address is implemented through a first correspondence created by the edge service manager, wherein the first correspondence includes the difference between the first IP address and the second IP address. Correspondence between.
  • the edge service manager may create a first correspondence in the edge routing switch, so that the edge routing switch may implement mutual conversion between the first IP address and the second IP address based on the first correspondence.
  • the first correspondence may also be applicable to other service servers in the edge data center, that is, the first correspondence may also include the correspondence between virtual addresses and real addresses of other service servers .
  • first corresponding relationship may also be referred to as a first mapping relationship, a first mapping table, or the like, which is not limited in this embodiment of the present application.
  • the wireless communication provided by the embodiments of the present application can be used for Internet services such as cloud games, videos, and Internet of Vehicles.
  • data forwarding is implemented between the terminal device and the service server through a user plane functional entity.
  • S210 may be implemented in the following manner: receiving a service request from the terminal device forwarded by the user plane function entity to the service server; replacing the target address of the service request from the first IP address to the second IP address; After the requested target address is replaced from the first IP address to the second IP address, the service request is sent to the service server.
  • S220 may be implemented in the following manner: receiving a service response for the service request sent by the service server to the terminal device; replacing the source address of the service response from the second IP address to the first IP address; After the source address is replaced from the second IP address to the first IP address, the service response is sent to the terminal device through the user plane function entity.
  • FIG. 4 is a schematic flowchart of a wireless communication method 300 provided by an embodiment of the present application.
  • the wireless communication method 300 may be executed by the user plane functional entity 120 shown in FIG. 1 .
  • the wireless communication method 300 includes at least S310 to S340, and the details are as follows:
  • the service scheduling response returned by the service scheduler in the central cloud for the service scheduling request sent by the terminal device is sent to the terminal device, where the service scheduling response carries a first IP address, and the first IP address is the service scheduling request in the edge data center The virtual address of the business server.
  • the service scheduling request sent by the terminal device is forwarded to the service scheduler in the central cloud; then, the service scheduling response returned by the service scheduler in the central cloud for the service scheduling request sent by the terminal device is received ; Finally, the service scheduling response is sent to the terminal device.
  • the edge service manager when the local service server is deployed in the edge data center, assigns it two IP addresses, one is the real address (second IP address) of the service server in the edge data center, and one is the real address (second IP address) of the service server in the edge data center. It is a virtual address (first IP address) allocated according to the IP address network segment permitted by the service applet.
  • the edge service manager informs the service scheduler in the central cloud of the first IP address.
  • a service scheduling response ( carry the first IP address).
  • the service scheduler in the central cloud judges whether the service scheduling request can be processed by the service server in the edge data center. When it is determined that the service scheduling request can be processed by the edge data center During processing, the service server in the center returns the first IP address to the terminal device.
  • the service request sent by the terminal device is received, and the destination address of the service request is the first IP address.
  • the terminal device after receiving the first IP address returned by the service scheduler in the central cloud, uses the first IP address as the destination address to send a service access request to the service server in the edge data center.
  • the user plane functional entity receives the service request sent by the terminal device.
  • the service request is sent to the edge routing switch in the edge data center according to the first IP address, so that after the edge routing switch replaces the destination address of the service request from the first IP address with the second IP address,
  • the request is sent to the service server, where the second IP address is the real address of the service server in the edge data center.
  • the edge service manager may create an IP address list in the user plane functional entity, and if the first IP address belongs to the IP address list created by the edge service manager, send the service request to the edge data center edge routing switch.
  • the user plane functional entity detects the target address of the service request and sends the service request when it finds that it meets the conditions for forwarding to the edge routing switch in the edge data center. to edge routing switches in edge data centers.
  • the terminal device accesses the service server in the edge data center (such as downloading files, downloading videos), it uses the first IP address (that is, the virtual address of the service server), and in the edge data center, the edge routing switch uses the first IP address. Replace it with the second IP address (that is, the real address of the service server in the edge data center), and then the service server can be accessed.
  • the service server in the edge data center such as downloading files, downloading videos
  • the first IP address that is, the virtual address of the service server
  • the edge routing switch uses the first IP address. Replace it with the second IP address (that is, the real address of the service server in the edge data center), and then the service server can be accessed.
  • the service server in the edge data center uses the second IP address (that is, the real address of the service server in the edge data center) when feeding back to the terminal device, and in the edge data center, the edge routing switch replaces the second IP address with the first IP address.
  • An IP address (that is, the virtual address of the service server) can be fed back to the terminal device through the user plane functional entity.
  • the terminal device uses the first IP address (that is, the virtual address of the service server) when accessing the service server in the edge data center, and in the edge data center, the first IP address will be replaced by the second IP address Address (that is, the real address of the business server in the edge data center).
  • the service server in the edge data center uses the second IP address (that is, the real address of the service server in the edge data center) when feeding back to the terminal device, and in the edge data center, the second IP address will be replaced by the first IP address (that is, the virtual address of the business server).
  • the communication between the terminal device and the service server is realized through the mutual conversion between the first IP address and the second IP address, so that the service server deployed in the edge data center can process the terminal device.
  • the service request of the device realizes the Internet service delivery based on mobile edge computing, which can shorten the service delay and improve the user experience.
  • the wireless communication method provided by the embodiments of the present application does not affect the existing service logic of the Internet, nor does it need to modify the front end of the Internet service.
  • the service applet developer can use the service scheduler in the central cloud (that is, the service backend in the central cloud). system) to manage and control edge services, which has strong applicability.
  • the first IP address may be allocated according to a network segment of IP addresses permitted by the service.
  • the first IP address may also be allocated according to the IP address network segment permitted by the service applet of the terminal device. That is to say, the first IP address is an IP address permitted by the service, or the first IP address is an IP address permitted by the service applet of the terminal device.
  • the second IP address may be allocated according to a network segment of IP addresses approved by the operator. That is, the second IP address is an IP address available to the operator.
  • the first IP address and the second IP address are allocated by the edge service manager for the service server in the edge data center.
  • the edge service manager assigns it two IP addresses, one is the real address (second IP address) of the service server in the edge data center, and the other is based on the service size.
  • the virtual address (the first IP address) assigned by the IP address network segment permitted by the program.
  • the mutual conversion between the first IP address and the second IP address is implemented through a first correspondence created by the edge service manager, wherein the first correspondence includes the difference between the first IP address and the second IP address. Correspondence between.
  • the edge service manager may create a first correspondence in the edge routing switch, so that the edge routing switch may implement mutual conversion between the first IP address and the second IP address based on the first correspondence.
  • the first correspondence may also be applicable to other service servers in the edge data center, that is, the first correspondence may also include the correspondence between virtual addresses and real addresses of other service servers .
  • first corresponding relationship may also be referred to as a first mapping relationship, a first mapping table, or the like, which is not limited in this embodiment of the present application.
  • the wireless communication method provided by the embodiments of the present application can also be used for Internet services such as cloud games, videos, and Internet of Vehicles.
  • the target address of the service request sent by the terminal device to the service server is replaced from the first IP address to the second IP address
  • the source address of the service response to the service request sent by the service server to the terminal device is changed from the first IP address to the second IP address.
  • the second IP address is replaced with the first IP address
  • the communication between the terminal device and the service server is implemented through the conversion between the virtual address and the real address.
  • the access layer function of the service and the service processing server are deployed in the edge data center, and the low-latency feature of the edge data center is used to improve the service access capability, and the service scheduler in the central cloud can be used to effectively and reasonably carry out edge services. control.
  • FIG. 5 is an interaction flowchart of a wireless communication method provided by an embodiment of the present application, and the method includes the following steps:
  • the terminal device sends a service scheduling request to the UPF entity
  • the UPF entity forwards the service scheduling request to the service scheduler in the central cloud
  • the service scheduler determines that the service server in the edge data center can process the service scheduling request, feed back a service scheduling response for the service scheduling request to the UPF entity, where the service scheduling response carries a first IP address, and the first IP address is the first IP address.
  • the address is the virtual address of the business server;
  • the UPF entity forwards the service scheduling response to the terminal device
  • the terminal device initiates a service request to the UPF entity according to the first IP address carried in the service scheduling response, wherein the destination address of the service request is the first IP address;
  • the edge routing switch replaces the destination address of the service request from the first IP address to a second IP address, where the second IP address is the real address of the service server;
  • the edge routing switch after replacing the destination address of the service request from the first IP address to the second IP address, the edge routing switch sends the service request to the service server;
  • the service server after receiving the service request, extracts the requested content from the memory, and sends it to the edge routing switch as a service response, wherein the source address of the service response is the second IP address;
  • the edge routing switch after receiving the service response, the edge routing switch replaces the source address of the service response from the second IP address to the first IP address;
  • the edge routing switch sends the service response to the UPF entity
  • the UPF entity forwards the service response to the terminal device.
  • the destination address of the service request sent by the terminal device to the service server is replaced from the first IP address to the second IP address
  • the source address of the service response to the service request sent by the service server to the terminal device is replaced from the first IP address to the second IP address.
  • the second IP address is replaced with the first IP address
  • the communication between the terminal device and the service server is realized through the conversion between the virtual address and the real address.
  • the access layer function of the service and the service processing server are deployed in the edge data center, and the low-latency feature of the edge data center is used to improve the service access capability, and the service scheduler in the central cloud can be used to effectively and reasonably carry out edge services. control.
  • FIG. 6 is an interactive flowchart of a video downloading process provided by an embodiment of the present application, which is applied to a scenario where a terminal device downloads a video from a service server in an edge data center, and the method includes the following steps:
  • the terminal device sends a video scheduling request to the UPF entity
  • the UPF entity forwards the video scheduling request to the service scheduler in the central cloud
  • the service scheduler when the service scheduler determines that the service server in the edge data center can process the video scheduling request, the service scheduler generates a video scheduling response according to the content of the video scheduling request, and feeds back the video scheduling response to the UPF entity, wherein the video scheduling The response contains the virtual address IP-A of the business server;
  • the UPF entity forwards the video scheduling response to the terminal device
  • the terminal device initiates a video download request to the UPF entity according to the IP-A carried in the video scheduling response, wherein the destination address of the video download request is IP-A;
  • the UPF entity forwards the video download request to the edge routing switch in the edge data center;
  • the edge routing switch replaces the destination address IP-A of the video download request with the real address IP-B of the service server;
  • the edge routing switch sends the modified video download request to the service server
  • the service server after receiving the modified video download request, extracts the video file from the memory, and sends it to the edge routing switch as a video response, wherein the source address of the video response is IP-B;
  • the edge routing switch after receiving the video response, the edge routing switch replaces its source address with IP-A;
  • the edge routing switch sends the modified video response to the UPF entity
  • the UPF entity forwards the video response to the terminal device.
  • FIG. 7 is a schematic structural diagram of a wireless communication apparatus 600 provided by an embodiment of the present application, including:
  • the first address replacement module 610 is configured to replace the target address of the service request sent by the terminal device to the service server in the edge data center from the first IP address to the second IP address, wherein the first IP address is the address of the service server. Virtual address, the second IP address is the real address of the service server in the edge data center; and
  • the second address replacement module 620 is configured to replace the source address of the service response to the service request sent by the service server to the terminal device from the second IP address to the first IP address, so that the terminal device communicates with the service server.
  • the first IP address is allocated according to a network segment of IP addresses permitted by the service.
  • the first IP address and the second IP address are allocated by the edge service manager for the service server.
  • the mutual conversion between the first IP address and the second IP address is implemented through a first correspondence created by the edge service manager, wherein the first correspondence includes the first IP address and the second IP address Correspondence between.
  • data forwarding is implemented between the terminal device and the service server through a user plane functional entity.
  • the wireless communication device 600 provided according to the embodiments of the present application may correspond to the method embodiments of the present application, and the above-mentioned and other operations and/or functions of the various units in the wireless communication device 600 are respectively for realizing the method 200 shown in FIG. 3 .
  • the corresponding processes in , for brevity, are not repeated here.
  • FIG. 8 is a schematic structural diagram of a wireless communication apparatus 700 provided by an embodiment of the present application, including:
  • the service scheduling response sending module 710 is configured to send the service scheduling response returned by the service scheduler in the central cloud for the service scheduling request sent by the terminal device to the terminal device, where the service scheduling response carries a first IP address, and the first IP address is The virtual address of the business server in the edge data center;
  • the service request receiving module 720 is configured to receive the service request sent by the terminal device, and the destination address of the service request is the first IP address;
  • the service request sending module 730 is configured to send the service request to the edge routing switch in the edge data center according to the first IP address, so that the edge routing switch replaces the destination address of the service request from the first IP address with the second IP address Afterwards, sending the service request to the service server, wherein the second IP address is the real address of the service server in the edge data center;
  • the service response sending module 740 is configured to send the service response returned by the service server to the terminal after the edge routing switch replaces the source address of the service response returned by the service server for the service request from the second IP address to the first IP address equipment.
  • the service request sending module 730 is configured to send the service request to the edge routing switch in the edge data center.
  • the first IP address is allocated according to a network segment of IP addresses permitted by the service.
  • the first IP address and the second IP address are allocated by the edge service manager for the service server.
  • the wireless communication device 700 may correspond to the method embodiment of the present application, and the above-mentioned and other operations and/or functions of the various units in the wireless communication device 700 are respectively for realizing the method 300 shown in FIG. 4 .
  • the corresponding process, for the sake of brevity, will not be repeated here.
  • Each unit in the above-mentioned wireless communication device may be implemented in whole or in part by software, hardware, and combinations thereof.
  • the above-mentioned units may be embedded in or independent of the processor in the computer device in the form of hardware, or may be stored in the memory of the computer device in the form of software, so that the processor can call and execute the corresponding operations of the above-mentioned units.
  • FIG. 9 is a schematic structural diagram of a computer system of an electronic device provided by an embodiment of the present application. It should be noted that the computer system 800 of the electronic device shown in FIG. 9 is only an example, and should not impose any limitations on the functions and scope of use of the embodiments of the present application.
  • the computer system 800 includes a central processing unit (Central Processing Unit, CPU) 801, which can be loaded into a random device according to a program stored in a read-only memory (Read-Only Memory, ROM) 802 or from a storage part 808 Various appropriate actions and processes are performed by accessing programs in a memory (Random Access Memory, RAM) 803 . In the RAM 803, various programs and data required for system operation are also stored.
  • the CPU 801, the ROM 802, and the RAM 803 are connected to each other through a bus 804.
  • An Input/Output (I/O) interface 805 is also connected to the bus 804 .
  • I/O Input/Output
  • the following components are connected to the I/O interface 805: an input section 806 including a keyboard, a mouse, etc.; an output section 807 including a cathode ray tube (CRT), a liquid crystal display (LCD), etc., and a speaker, etc. ; a storage section 808 including a hard disk, etc.; and a communication section 809 including a network interface card such as a local area network (Local Area Network, LAN) card, a modem, and the like.
  • the communication section 809 performs communication processing via a network such as the Internet.
  • a drive 810 is also connected to the I/O interface 805 as needed.
  • a removable medium 811 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, etc., is mounted on the drive 810 as needed so that a computer program read therefrom is installed into the storage section 808 as needed.
  • an embodiment of the present application provides a computer program product, which includes a computer program carried on a computer-readable medium, and the computer program includes program codes for executing the methods shown in the above flowcharts.
  • the computer program can be downloaded and installed from the network through the communication section 809 and/or installed from the removable medium 811 .
  • the central processing unit (CPU) 801 various functions defined in the apparatus of the present application are executed.
  • the embodiment of the present application also provides an electronic device, including:
  • a memory for storing executable instructions for the processor
  • the processor is configured to perform the above wireless communication method by executing the executable instructions.
  • An embodiment of the present application further provides a computer device, including a memory and a processor, where a computer program is stored in the memory, and the processor implements the above wireless communication method when executing the computer program.
  • Embodiments of the present application further provide a computer-readable storage medium storing a computer program, and when the computer program is executed by a processor, the foregoing wireless communication method is implemented.
  • the computer-readable storage medium described in this application may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or any combination of the above. More specific examples of computer readable storage media may include, but are not limited to, electrical connections having one or more wires, portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), erasable Erasable Programmable Read Only Memory (EPROM), flash memory, optical fiber, portable Compact Disc Read-Only Memory (CD-ROM), optical storage device, magnetic disk storage device, or any suitable of the above combination.
  • RAM random access memory
  • ROM read only memory
  • EPROM erasable Erasable Programmable Read Only Memory
  • CD-ROM portable Compact Disc Read-Only Memory
  • CD-ROM Compact Disc Read-Only Memory
  • the computer-readable storage medium may be any tangible medium that contains or stores a program, and the program may be used by or in combination with an instruction execution system, apparatus, or device.
  • a computer-readable signal medium may include a data signal in baseband or propagated as part of a carrier wave, carrying computer-readable program code therein. Such propagated data signals may take a variety of forms including, but not limited to, electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • a computer-readable signal medium can also be any computer-readable storage medium, other than a computer-readable storage medium, that can transmit, propagate, or transmit data for use by or in connection with the instruction execution system, apparatus, or device. program.
  • Program code embodied on a computer readable medium may be transmitted using any appropriate medium including, but not limited to, wireless, wireline, optical fiber cable, radio frequency, etc., or any suitable combination of the foregoing.
  • a software functional unit If implemented in the form of a software functional unit and sold or used as a stand-alone product, it may be stored in a computer-readable storage medium.
  • the technical solutions of the embodiments of the present application can be embodied in the form of software products in essence, or the parts that make contributions to the prior art or the parts of the technical solutions, and the computer software products are stored in a storage medium , which includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in the embodiments of the present application.
  • the aforementioned storage medium includes: a U disk, a removable hard disk, a read-only memory, a random access memory, a magnetic disk or an optical disk and other media that can store program codes.
  • division of units, modules or components in the apparatus embodiments described above is only a logical function division, and other division methods may be used in actual implementation.
  • multiple units, modules or components may be combined or integrated.
  • To another system, or some units or modules or components can be ignored, or not implemented.
  • the above-mentioned units/modules/components described as separate/display components may or may not be physically separated, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units/modules/components may be selected according to actual needs to achieve the purpose of the embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本申请提供了一种无线通信方法、装置、电子设备、计算机可读存储介质及计算机程序产品,其中,方法包括:将终端设备发往边缘数据中心内的业务服务器的业务请求的目标地址从第一IP地址替换为第二IP地址,其中,第一IP地址为业务服务器的虚拟地址,第二IP地址为业务服务器在边缘数据中心的真实地址;将业务服务器发往终端设备的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址,以使终端设备与业务服务器进行通信。

Description

无线通信方法、装置、设备、存储介质及计算机程序产品
相关申请的交叉引用
本申请实施例基于申请号为202011231805.9、申请日为2020年11月06日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请实施例作为参考。
技术领域
本申请实施例涉及通信技术领域,尤其涉及一种无线通信方法、装置、电子设备、计算机可读存储介质及计算机程序产品。
背景技术
欧洲电信标准化协会(European Telecommunications Standards Institute,ETSI)移动边缘计算(Mobile Edge Computing,MEC)工作组定义了用于移动网络的边缘计算平台架构,该架构可以用于本地私有网络内运行的互联网业务(例如,企业内部应用)。互联网业务的处理逻辑则较为复杂,通常需要在位于网络中心位置的数据中心内引入接入层,对处理具体业务请求的服务器进行调度。然而,ETSI MEC架构建立有私有封闭的业务管理体系,互联网业务后台系统无法对部署在ETSI MEC架构上的业务服务器进行有效管控,影响业务访问。
发明内容
本申请实施例提供了一种无线通信方法、装置、电子设备、计算机可读存储介质及计算机程序产品,将业务的接入层功能及业务处理服务器部署在边缘数据中心,利用边缘数据中心的低时延特性,提升业务访问能力,并且能够利用部署在核心网的中心云内的业务调度器对边缘业务进行有效合理的管控。
本申请实施例提供了一种无线通信方法,包括:
将终端设备发往边缘数据中心内的业务服务器的业务请求的目标地址从第一网际互连协议(Internet Protocol,IP)地址替换为第二IP地址,其中,第一IP地址为业务服务器的虚拟地址,第二IP地址为业务服务器在边缘数据中心的真实地址;
将业务服务器发往终端设备的针对业务请求的业务响应的源地址从第二IP地址替换为第一IP地址,以使终端设备与业务服务器进行通信。
本申请实施例提供了一种无线通信方法,包括:
将中心云内的业务调度器返回的针对终端设备发送的业务调度请求的业务调度响应发送至终端设备,业务调度响应携带第一IP地址,第一IP地址为边缘数据中心内的业务服务器的虚拟地址;
接收终端设备发送的业务请求,业务请求的目的地址为第一IP地址;
根据第一IP地址将业务请求发送至边缘数据中心内的边缘路由交换机,以使边缘路由交换机在将业务请求的目的地址从第一IP地址替换为第二IP地址之后将业务请求发送至业务服务器,其中第二IP地址为业务服务器在边缘数据中心的真实地址;
在边缘路由交换机将业务服务器返回的针对业务请求的业务响应的源地址从第二IP地址替换为第一IP地址之后,将业务服务器返回的业务响应发送至终端设备。
本申请实施例提供了一种无线通信装置,包括:
第一地址替换模块,配置为将终端设备发往边缘数据中心内的业务服务器的业务请求的目标地址,从第一IP地址替换为第二IP地址,其中,第一IP地址为业务服务器的虚拟地址,第二IP地址为业务服务器在边缘数据中心的真实地址;以及
第二地址替换模块,配置为将业务服务器发往终端设备的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址,以使终端设备与业务服务器进行通信。
本申请实施例提供了一种无线通信装置,包括:
业务调度响应发送模块,配置为将中心云内的业务调度器返回的针对终端设备发送的业务调度请求的业务调度响应发送至终端设备,业务调度响应携带第一IP地址,第一IP地址为边缘数据中心内的业务服务器的虚拟地址;
业务请求接收模块,配置为接收终端设备发送的业务请求,业务请求的目的地址为第一IP地址;
业务请求发送模块,配置为根据第一IP地址将业务请求发送至边缘数据中心内的边缘路由交换机,以使边缘路由交换机在将业务请求的目的地址,从第一IP地址替换为第二IP地址之后将业务请求发送至业务服务器,其中,第二IP地址为业务服务器在边缘数据中心的真实地址;
业务响应发送模块,配置为在边缘路由交换机将业务服务器返回的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址之后,将业务服务器返回的业务响应发送至终端设备。
本申请实施例提供了一种电子设备,包括:
处理器;以及
存储器,用于存储所述处理器的可执行指令;
其中,处理器配置为经由执行可执行指令来执行本申请实施例提供的无线通信方法。
本申请实施例提供了一种计算机可读存储介质,存储有计算机程序,计算机程序被处理器执行时实现本申请实施例提供的无线通信方法。
本申请实施例提供了一种计算机程序产品或计算机程序,计算机程序产品或计算机程序包括计算机指令,计算机指令存储在计算机可读存储介质中,计算机设备的处理器从计算机可读存储介质读取该计算机指令,处理器执行计算机指令,使得计算机设备执行本申请实施例提供的无线通信方法。
本申请实施例具有以下有益效果:
本申请实施例中,将终端设备发往业务服务器的业务请求的目标地址从第一IP地址替换为第二IP地址,以及将业务服务器发往终端设备的针对业务请求的业务响应的源地址从第二IP地址替换为第一IP地址,通过虚拟地址与真实地址之间的转换,实现终端设备与业务服务器之间的通信。此外,将业务的接入层功能及业务处理服务器部署在边缘数据中心,利用边缘数据中心的低时延特性,提升业务访问能力,并且能够利用中心云内的业务调度器对边缘业务进行有效合理的管控。
附图说明
图1是本申请实施例提供的无线通信系统的架构示意图;
图2是本申请实施例提供的ETSI MEC架构示意图;
图3是本申请实施例提供的无线通信方法的流程示意图;
图4是本申请实施例提供的无线通信方法的流程示意图;
图5是本申请实施例提供的无线通信方法的交互流程图;
图6是本申请实施例提供的视频下载过程的交互流程图;
图7是本申请实施例提供的无线通信装置的结构示意图;
图8是本申请实施例提供的无线通信装置的结构示意图;
图9是本申请实施例通提供的电子设备的计算机系统的结构示意图。
具体实施方式
现在将参考附图更全面地描述示例实施方式。然而,示例实施方式能够以多种形式实施,且不应被理解为限于在此阐述的范例;相反,提供这些示例实施方式使得本申请的描述将更加全面的完整,并将示例实施方式的构思全面地传达给本领域的技术人员。附图为本申请的示意性图解,并非一定是按比例绘制。图中相同的附图标记表示相同或类似的部分,因而将省略对它们的重复描述。
此外,所描述的特征、结构或特性可以以任何合适的方式结合在一个或更多示例实施方式中。在下面的描述中,提供许多具体细节从而给出对本申请的示例实施方式的充分理解。然而,本领域技术人员将意识到,可以实践本申请的技术方案而省略特定细节中的一个或更多,或者可以采用其他的方法、组元、步骤等。在其它情况下,不详细示出或描述公知结构、方法、实现或者操作以避免喧宾夺主而使得本申请的各方面变得模糊。
附图中所示的一些方框图是功能实体,不一定必须与物理或逻辑上独立的实体相对应。可以采用软件形式来实现这些功能实体,或在一个或多个硬件模块或集成电路中实现这些功能实体,或在不同网络、处理器装置或者微控制装置中现实这些功能实体。
在以下的描述中,涉及到“一些实施例”,其描述了所有可能实施例的子集,但是可以理解,“一些实施例”可以是所有可能实施例的相同子集或不同子集,并且可以在不冲突的情况下相互结合。
在以下的描述中,所涉及的术语“第一\第二…”仅仅是区别类似的对象,不代表针对对象的特定排序,可以理解地,“第一\第二…”在允许的情况下可以互换特定的顺序或先后次序,以使这里描述的本申请实施例能够以除了在这里图示或描述的以外的顺序实施。
图1是本申请实施例提供的无线通信系统100的架构示意图,系统包括:终端设备110、用户面功能(User Plane Function,UPF)实体120、核心网130、中心云140和边缘数据中心150。其中,中心云140包括业务调度器141,边缘数据中心150可以部署在核心网130内部,边缘数据中心150包括边缘路由交换机151和业务服务器152。
其中,用户面功能实体120是蜂窝网络的内部网元,用于支持用户数据流量在边缘数据中心150与终端设备110之间的转发。本地的业务服务器152部署在边缘数据中心150内,用于处理来自终端设备110的业务请求。边缘路由交换机151负责用户面功能实体120与本地的业务服务器152之间的数据交换。业务调度器141位于中心云140内部,负责为终端设备110选择特定的本地业务服务器处理其发出的业务请求。
此外,可以由边缘业务管理器负责本地的业务服务器在边缘数据中心的创建部署及管理维护。边缘业务管理器可以是一个软件实体或者软件系统。
需要说明的是,上述核心网130可以是第五代通信(5th-Generation,5G)网络中的核心网,即核心网130可以是5G核心网,核心网130也可以是第六代通信(6th-Generation,6G)网络或者其他通信网络中的核心网,本申请实施例对此并不限定。
在一些实施例中,边缘数据中心150也可以称之为边缘云。
终端设备也可以称为用户设备(User Equipment,UE)、接入终端、用户单元、用户站、移动站、移动台、远方站、远程终端、移动设备、用户终端、终端、无线通信设备、用户代理或用户装置等。
终端设备可以是无线局域网(Wireless Local Area Networks,WLAN)中的站点(STATION,ST),可以是蜂窝电话、无绳电话、会话启动协议(Session Initiation Protocol,SIP)电话、无线本地环路(Wireless Local Loop,WLL)站、个人数字处理(Personal Digital Assistant,PDA)设备、具有无线通信功能的手持设备、计算设备或连接到无线调制解调器的其它处理设备、车载设备、可穿戴设备、下一代通信系统例如NR网络中的终端设备,或者未来演进的公共陆地移动网络(Public Land Mobile Network,PLMN)网络中的终端设备等。
终端设备可以部署在陆地上,包括室内或室外、手持、穿戴或车载;也可以部署在水面上(如轮船等);还可以部署在空中(例如飞机、气球和卫星上等)。
终端设备可以是手机(Mobile Phone)、平板电脑(Pad)、带无线收发功能的电脑、虚拟现实(Virtual Reality,VR)终端设备、增强现实(Augmented Reality,AR)终端设备、工业控制(industrial control)中的无线终端设备、无人驾驶(self driving)中的无线终端设备、远程医疗(remote medical)中的无线终端设备、智能电网(smart grid)中的无线终端设备、运输安全(transportation safety)中的无线终端设备、智慧城市(smart city)中的无线终端设备或智慧家庭(smart home)中的无线终端设备等。
作为示例而非限定,终端设备还可以是可穿戴设备。可穿戴设备也可以称为穿戴式智能设备,是应用穿戴式技术对日常穿戴进行智能化设计、开发出可以穿戴的设备的总称,如眼镜、手套、手表、服饰及鞋等。可穿戴设备即直接穿在身上,或是整合到用户的衣服或配件的一种便携式设备。可穿戴设备不仅仅是一种硬件设备,更是通过软件支持以及数据交互、云端交互来实现强大的功能。广义穿戴式智能设备包括功能全、尺寸大、可不依赖智能手机实现完整或者部分的功能,例如:智能手表或智能眼镜等,以及只专注于某一类应用功能,需要和其它设备如智能手机配合使用,如各类进行体征监测的智能手环、智能首饰等。
如图1所示,无线通信系统100地示出了一个边缘数据中心150,以及边缘数据中心150中的一个边缘路由交换机151和一个业务服务器152,在一些实施例中,无线通信系统100可以包括多个边缘数据中心,且每个边缘数据中心可以包括其他数量的边缘路由交换机和业务服务器,本申请实施例对此不做限定。
在一些实施例中,无线通信系统100还可以包括网络控制器、移动管理实体等其他网络实体,本申请实施例对此不作限定。
基于无线通信系统100,本申请实施例可以利用5G网络的流量卸载能力在5G网络边缘构建移动边缘计算系统从而支持应用小程序访问本地的业务服务器。
本申请实施例涉及云技术(Cloud technology),云技术是指在广域网或局域网内将硬件、软件、网络等系列资源统一起来,实现数据的计算、储存、处理和共享的一种托管技术。
云技术基于云计算商业模式应用的网络技术、信息技术、整合技术、管理平台技术、应用技术等的总称,可以组成资源池,按需所用,灵活便利。云计算技术将变成重要支撑。技术网络系统的后台服务需要大量的计算、存储资源,如视频网站、图片类网站和更多的门户网站。伴随着互联网行业的高度发展和应用,将来每个物品都有可能存在自己的识别标志,都需要传输到后台系统进行逻辑处理,不同程度级别的数据将会分开处理,各类行业数据皆需要强大的系统后盾支撑,只能通过云计算来实现。
参见图2,图2是本申请实施例提供的ETSI MEC架构示意图,ETSI MEC工作组定义了用于移动网络的边缘计算平台架构。其中,移动边缘应用(Mobile Edge Applications)以实例化的形式部署在移动边缘主机(Mobile Edge Host)上,具备提供或使用移动边缘服务(Mobile Edge Service)的能力。移动边缘主机为包含移动边缘平 台及虚拟化基础设施的实体,为各类移动边缘应用提供计算、存储及网络资源。其底层的虚拟基础设施(Virtualization Infrastructure)为各个上层移动边缘应用提供计算、存储及网络资源。移动边缘平台(Mobile Edge Platform)在移动边缘主机上运行各类移动边缘应用所需的功能集,可提供并使用各种移动边缘服务。移动边缘应用可通过订阅调用移动边缘服务获取底层网络所开放的能力,例如无线网络信息、用户位置信息及网络带宽管理等功能。移动边缘主机水平(Mobile Edge Host Level)是管理组件,用于执行对特定移动边缘平台、移动边缘主机及其运行的移动边缘应用的特定功能管理。移动边缘系统水平(Mobile Edge System Level)通过维护对整个移动边缘系统的全局视图进行系统管理。在移动边缘系统水平方面,ETSI引入了移动边缘编排器作为核心组件对整个系统进行全局化管理。在移动边缘主机水平方面,ETSI定义了应用规则及需求(Application Rules and Requirements),针对各类移动边缘应用设置相关的规则与需求,主要包括:所需资源、最大延迟/时延、所需或有用的服务、流量规则、域名系统(Domain Name System,DNS)规则及移动性支持等。
ETSI MEC架构主要用于本地私有网络内运行的业务(例如,企业内部应用),它不具备实现中心云与边缘数据中心协同的能力。互联网业务的处理逻辑则较为复杂。通常需要在位于网络中心位置的数据中心内引入接入层,对处理具体业务请求的服务器进行调度。基于ETSI MEC架构部署的互联网业务,无法与外部数据中心内的接入层功能进行交互,导致整体业务逻辑被破坏,且需要对业务前端,即应用(Application,APP),进行重构。此外,由于ETSI MEC架构建立了私有封闭的业务管理体系,互联网业务后台系统也无法对部署在ETSI MEC架构上的业务服务器进行有效管控。
当ETSI MEC架构用于支持应用小程序访问本地业务服务器时,业务开发者必须要求每个边缘数据中心根据指定的业务域名为本地业务服务器分配应用小程序许可网段内的互联网协议(Internet Protocol,IP)地址。如果业务域名解析由中心云内的DNS服务器解析,则位于不同边缘数据中心内的本地业务服务器必须分配统一的IP地址。如果业务域名解析由边缘云内的DNS服务器解析,则业务开发者必须在每个边缘数据中心内创建相应的DNS记录,操作十分繁杂。如果业务开发者直接使用ETSI MEC架构为本地业务服务器分配的IP地址,则可能因为该地址不在应用小程序许可的网段,而无法实现业务访问。
基于上述技术问题,本申请实施例提供一种无线通信方法,可以将业务的接入层功能及业务处理服务器部署在边缘数据中心,利用边缘数据中心的低时延特性,提升业务访问能力,并且能够利用中心云内的业务调度器对边缘业务进行有效合理的管控。
下面对本申请实施例提供的无线通信方法的具体实施过程进行详细的描述。
图3是本申请实施例提供的无线通信方法200的流程示意图,无线通信方法200可以由图1所示的边缘路由交换机151执行。如图3所示,无线通信方法200至少包括S210至S220,详细介绍如下:
在S210中,边缘路由交换机将终端设备发往边缘数据中心内的业务服务器的业务请求的目标地址,从第一IP地址替换为第二IP地址,其中,第一IP地址为业务服务器的虚拟地址,第二IP地址为业务服务器在边缘数据中心的真实地址。
在S220中,将业务服务器发往终端设备的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址,以使终端设备与业务服务器进行通信。
在一些实施例中,终端设备在访问边缘数据中心内的业务服务器时,使用第一IP地址(即业务服务器的虚拟地址),且在边缘数据中心内,第一IP地址会替换为第二IP地址(即业务服务器在边缘数据中心的真实地址)。边缘数据中心内的业务服务器在向终端设备反馈时,使用第二IP地址(即业务服务器在边缘数据中心的真实地址),且在 边缘数据中心内,第二IP地址会替换为第一IP地址(即业务服务器的虚拟地址)。
也就是说,在实际实施时,通过第一IP地址与第二IP地址之间的相互转换,实现终端设备与业务服务器之间的通信,从而,部署在边缘数据中心内的业务服务器可以处理终端设备的业务请求,实现基于移动边缘计算的互联网业务交付,可以缩短业务时延,提升用户体验。此外,本申请实施例提供的无线通信方法不会影响互联网现有的业务逻辑,也不用修改互联网业务前端,业务小程序开发者可利用中心云内的业务调度器(即中心云内的业务后台系统)对边缘业务进行管控,具有较强的适用性。
在一些实施例中,终端设备发往业务服务器的业务请求可以称之为IP数据包,同理,业务服务器发往终端设备的业务响应也可以称之为IP数据包。
在一些实施例中,第一IP地址可以为根据业务许可的IP地址网段分配的。或者,第一IP地址也可以为根据终端设备的业务小程序许可的IP地址网段分配的。也就是说,第一IP地址为业务许可的IP地址,或者,第一IP地址为终端设备的业务小程序许可的IP地址。
在一些实施例中,第二IP地址可以为根据运营商许可的IP地址网段分配的。也就是说,第二IP地址为运营商许可的IP地址。
在一些实施例中,第一IP地址和第二IP地址为边缘业务管理器为边缘数据中心内的业务服务器分配的。
例如,本地的业务服务器在边缘数据中心进行部署时,边缘业务管理器为其分配两个IP地址,一个是业务服务器在边缘数据中心内的真实地址(第二IP地址),一个是根据业务小程序许可的IP地址网段分配的虚拟地址(第一IP地址)。
在一些实施例中,第一IP地址与第二IP地址之间的相互转换通过边缘业务管理器创建的第一对应关系实现,其中,第一对应关系包括第一IP地址与第二IP地址之间的对应关系。
在实际实施时,边缘业务管理器可以在边缘路由交换机中创建第一对应关系,从而,边缘路由交换机可以基于第一对应关系实现第一IP地址与第二IP地址之间的相互转换。
需要说明的是,在一些实施例中,第一对应关系还可以适用于边缘数据中心内的其他业务服务器,即第一对应关系还可以包括其他业务服务器的虚拟地址与真实地址之间的对应关系。
此外,第一对应关系也可以称之为第一映射关系、第一映射表格等等,本申请实施例对此并不限定。
本申请实施例提供的无线通信可用于云游戏、视频及车联网等互联网业务。
在一些实施例中,终端设备与业务服务器之间通过用户面功能实体实现数据转发。
在一些实施例中,S210可通过如下方式实现:接收用户面功能实体转发的终端设备发往业务服务器的业务请求;将业务请求的目标地址从第一IP地址替换为第二IP地址;在业务请求的目标地址从第一IP地址替换为第二IP地址之后,将业务请求发送至业务服务器。
在一些实施例中,S220可通过如下方式实现:接收业务服务器发往终端设备的针对业务请求的业务响应;将业务响应的源地址从第二IP地址替换为第一IP地址;在业务响应的源地址从第二IP地址替换为第一IP地址之后,通过用户面功能实体将业务响应发送至终端设备。
图4是本申请实施例提供的无线通信方法300的流程示意图,无线通信方法300可以由图1所示的用户面功能实体120执行。如图4所示,无线通信方法300至少包括S310至S340,详细介绍如下:
在S310中,将中心云内的业务调度器返回的针对终端设备发送的业务调度请求的 业务调度响应发送至终端设备,业务调度响应携带第一IP地址,第一IP地址为边缘数据中心内的业务服务器的虚拟地址。
在一些实施例中,首先,将终端设备发送的业务调度请求转发至中心云内的业务调度器;然后,接收中心云内的业务调度器返回的针对终端设备发送的业务调度请求的业务调度响应;最后,将业务调度响应发送至终端设备。
在一些实施例中,本地的业务服务器在边缘数据中心进行部署时,边缘业务管理器为其分配两个IP地址,一个是业务服务器在边缘数据中心内的真实地址(第二IP地址),一个是根据业务小程序许可的IP地址网段分配的虚拟地址(第一IP地址)。此外,边缘业务管理器将第一IP地址告知中心云内的业务调度器。
在一些实施例中,在中心云内的业务调度器确定边缘数据中心内的业务服务器能够处理业务调度请求的情况下,接收业务调度器返回的针对终端设备发送的业务调度请求的业务调度响应(携带第一IP地址)。
也就是说,中心云内的业务调度器在接收到终端设备发送的业务调度请求之后,对业务调度请求是否可以被边缘数据中心内的业务服务器处理进行判断,当确定业务调度请求可以被边缘数据中心内的业务服务器处理时,向终端设备返回第一IP地址。
在S320中,接收终端设备发送的业务请求,业务请求的目的地址为第一IP地址。
在一些实施例中,终端设备在接收到中心云内的业务调度器返回的第一IP地址之后,以第一IP地址为目的地址,向边缘数据中心内的业务服务器发出业务访问请求。此种情况下,用户面功能实体接收终端设备发送的业务请求。
在S330中,根据第一IP地址将业务请求发送至边缘数据中心内的边缘路由交换机,以使边缘路由交换机在将业务请求的目的地址从第一IP地址替换为第二IP地址之后,将业务请求发送至业务服务器,其中第二IP地址为业务服务器在边缘数据中心的真实地址。
在一些实施例中,边缘业务管理器可以在用户面功能实体中创建IP地址列表,在第一IP地址属于边缘业务管理器创建的IP地址列表的情况下,将业务请求发送至边缘数据中心内的边缘路由交换机。
也就是说,用户面功能实体接收到终端设备发送的业务请求之后,通过检测业务请求的目标地址,当发现其符合向边缘数据中心内的边缘路由交换机转发的条件时,即可将业务请求发送至边缘数据中心内的边缘路由交换机。
终端设备在访问边缘数据中心内的业务服务器(如下载文件,下载视频)时,使用第一IP地址(即业务服务器的虚拟地址),且在边缘数据中心内,边缘路由交换机将第一IP地址替换为第二IP地址(即业务服务器在边缘数据中心的真实地址),即可访问业务服务器。
在S340中,在边缘路由交换机将业务服务器返回的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址之后,将业务服务器返回的业务响应发送至终端设备。
边缘数据中心内的业务服务器在向终端设备反馈时,使用第二IP地址(即业务服务器在边缘数据中心的真实地址),且在边缘数据中心内,边缘路由交换机将第二IP地址替换为第一IP地址(即业务服务器的虚拟地址),即可通过用户面功能实体反馈给终端设备。
在一些实施例中,终端设备在访问边缘数据中心内的业务服务器时,使用第一IP地址(即业务服务器的虚拟地址),且在边缘数据中心内,第一IP地址会替换为第二IP地址(即业务服务器在边缘数据中心的真实地址)。边缘数据中心内的业务服务器在向终端设备反馈时,使用第二IP地址(即业务服务器在边缘数据中心的真实地址),且在 边缘数据中心内,第二IP地址会替换为第一IP地址(即业务服务器的虚拟地址)。
也就是说,在实际实施时,通过第一IP地址与第二IP地址之间的相互转换,实现终端设备与业务服务器之间的通信,从而,部署在边缘数据中心内的业务服务器可以处理终端设备的业务请求,实现基于移动边缘计算的互联网业务交付,可以缩短业务时延,提升用户体验。此外,本申请实施例提供的无线通信方法不会影响互联网现有的业务逻辑,也不用修改互联网业务前端,业务小程序开发者可利用中心云内的业务调度器(即中心云内的业务后台系统)对边缘业务进行管控,具有较强的适用性。
在一些实施例中,第一IP地址可以为根据业务许可的IP地址网段分配的。或者,第一IP地址也可以为根据终端设备的业务小程序许可的IP地址网段分配的。也就是说,第一IP地址为业务许可的IP地址,或者,第一IP地址为终端设备的业务小程序许可的IP地址。
在一些实施例中,第二IP地址可以为根据运营商许可的IP地址网段分配的。也就是说,第二IP地址为运营商可的IP地址。
在一些实施例中,第一IP地址和第二IP地址为边缘业务管理器为边缘数据中心内的业务服务器分配的。
例如,本地的业务服务器在边缘数据中心进行部署时,边缘业务管理器为其分配两个IP地址,一个是业务服务器在边缘数据中心内的真实地址(第二IP地址),一个是根据业务小程序许可的IP地址网段分配的虚拟地址(第一IP地址)。
在一些实施例中,第一IP地址与第二IP地址之间的相互转换通过边缘业务管理器创建的第一对应关系实现,其中,第一对应关系包括第一IP地址与第二IP地址之间的对应关系。
边缘业务管理器可以在边缘路由交换机中创建第一对应关系,从而,边缘路由交换机可以基于第一对应关系实现第一IP地址与第二IP地址之间的相互转换。
需要说明的是,在一些实施例中,第一对应关系还可以适用于边缘数据中心内的其他业务服务器,即第一对应关系还可以包括其他业务服务器的虚拟地址与真实地址之间的对应关系。
此外,第一对应关系也可以称之为第一映射关系、第一映射表格等等,本申请实施例对此并不限定。
本申请实施例提供的无线通信方法还可用于云游戏、视频及车联网等互联网业务。
通过本申请实施例,将终端设备发往业务服务器的业务请求的目标地址从第一IP地址替换为第二IP地址,以及将业务服务器发往终端设备的针对业务请求的业务响应的源地址从第二IP地址替换为第一IP地址,通过虚拟地址与真实地址之间的转换,实现终端设备与业务服务器之间的通信。此外,将业务的接入层功能及业务处理服务器部署在边缘数据中心,利用边缘数据中心的低时延特性,提升业务访问能力,并且能够利用中心云内的业务调度器对边缘业务进行有效合理的管控。
参见图5,图5是本申请实施例提供的无线通信方法的交互流程图,该方法包括以下步骤:
S401,终端设备发送业务调度请求至UPF实体;
S402,UPF实体将业务调度请求转发至中心云内的业务调度器;
S403,在业务调度器确定边缘数据中心内的业务服务器能够处理业务调度请求的情况下,反馈针对业务调度请求的业务调度响应至UPF实体,其中,业务调度响应携带第一IP地址,第一IP地址为业务服务器的虚拟地址;
S404,UPF实体将业务调度响应转发至终端设备;
S405,终端设备根据业务调度响应中携带的第一IP地址发起业务请求至UPF实体, 其中,业务请求的目的地址为第一IP地址;
S406,业务请求到达UPF实体之后,经检测第一IP地址属于边缘业务管理器创建的IP地址列表时,将业务请求经由边缘数据中心内部网络发送至边缘数据中心内的边缘路由交换机;
S407,边缘路由交换机将业务请求的目的地址从第一IP地址替换为第二IP地址,其中,第二IP地址为业务服务器的真实地址;
S408,在将业务请求的目的地址从第一IP地址替换为第二IP地址之后,边缘路由交换机将业务请求发送至业务服务器;
S409,业务服务器收到业务请求之后,从存储器中提取所请求的内容,并作为业务响应发给边缘路由交换机,其中,业务响应的源地址为第二IP地址;
S410,边缘路由交换机在接收到业务响应之后,将业务响应的源地址从第二IP地址替换为第一IP地址;
S411,在业务响应的源地址从第二IP地址替换为第一IP地址之后,边缘路由交换机将业务响应发送至UPF实体;
S412,UPF实体将业务响应转发至终端设备。
需要说明的是,图5示出的各个步骤的处理过程可以参考图3和图4,在此不再进行详细说明。
通过上述方式,将终端设备发往业务服务器的业务请求的目标地址从第一IP地址替换为第二IP地址,以及将业务服务器发往终端设备的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址,通过虚拟地址与真实地址之间的转换,实现终端设备与业务服务器之间的通信。此外,将业务的接入层功能及业务处理服务器部署在边缘数据中心,利用边缘数据中心的低时延特性,提升业务访问能力,并且能够利用中心云内的业务调度器对边缘业务进行有效合理的管控。
参见图6,图6是本申请实施例提供的下载视频过程的交互流程图,应用于终端设备从边缘数据中心中的业务服务器中下载视频的场景,方法包括以下步骤:
S501,终端设备发出视频调度请求至UPF实体;
S502,UPF实体将视频调度请求转发至中心云内的业务调度器;
S503,在业务调度器确定边缘数据中心内的业务服务器能够处理视频调度请求的情况下,业务调度器根据视频调度请求的内容生成视频调度响应,并向UPF实体反馈视频调度响应,其中,视频调度响应包含业务服务器的虚拟地址IP-A;
S504,UPF实体将视频调度响应转发至终端设备;
S505,终端设备根据视频调度响应中携带的IP-A发起视频下载请求至UPF实体,其中,视频下载请求的目的地址为IP-A;
S506,视频下载请求到达UPF实体之后,经检测IP-A符合本地分流规则时,UPF实体将视频下载请求转发至边缘数据中心内的边缘路由交换机;
S507,边缘路由交换机将视频下载请求的目的地址IP-A替换为业务服务器的真实地址IP-B;
S508,边缘路由交换机将修改后的视频下载请求发送至业务服务器;
S509,业务服务器收到修改后的视频下载请求之后,从存储器中提取视频文件,并作为视频响应发给边缘路由交换机,其中,视频响应的源地址为IP-B;
S510,边缘路由交换机在接收到视频响应之后,将其源地址替换为IP-A;
S511,边缘路由交换机将修改后的视频响应发送至UPF实体;
S512,UPF实体将视频响应转发至终端设备。
应当注意,尽管在附图中以特定顺序描述了本申请中方法的各个步骤,但是,这并 非要求或者暗示必须按照该特定顺序来执行这些步骤,或是必须执行全部所示的步骤才能实现期望的结果。附加的或备选的,可以省略某些步骤,将多个步骤合并为一个步骤执行,以及/或者将一个步骤分解为多个步骤执行等。
在一些实施例中,参见图7,图7是本申请实施例提供无线通信装置600的结构示意图,包括:
第一地址替换模块610,配置为将终端设备发往边缘数据中心内的业务服务器的业务请求的目标地址,从第一IP地址替换为第二IP地址,其中,第一IP地址为业务服务器的虚拟地址,第二IP地址为业务服务器在边缘数据中心的真实地址;以及
第二地址替换模块620,配置为将业务服务器发往终端设备的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址,以使终端设备与业务服务器进行通信。
在一些实施例中,第一IP地址为根据业务许可的IP地址网段分配的。
在一些实施例中,第一IP地址和第二IP地址为边缘业务管理器为业务服务器分配的。
在一些实施例中,第一IP地址与第二IP地址之间的相互转换,通过边缘业务管理器创建的第一对应关系实现,其中,第一对应关系包括第一IP地址与第二IP地址之间的对应关系。
在一些实施例中,终端设备与业务服务器之间通过用户面功能实体实现数据转发。
应理解,根据本申请实施例提供的无线通信装置600可对应于本申请方法实施例,并且无线通信装置600中的各个单元的上述和其它操作和/或功能分别为了实现图3所示方法200中的相应流程,为了简洁,在此不再赘述。
在一些实施例中,参见图8,,图8是本申请实施例提供的无线通信装置700的结构示意图,包括:
业务调度响应发送模块710,配置为将中心云内的业务调度器返回的针对终端设备发送的业务调度请求的业务调度响应发送至终端设备,业务调度响应携带第一IP地址,第一IP地址为边缘数据中心内的业务服务器的虚拟地址;
业务请求接收模块720,配置为接收终端设备发送的业务请求,业务请求的目的地址为第一IP地址;
业务请求发送模块730,配置为根据第一IP地址将业务请求发送至边缘数据中心内的边缘路由交换机,以使边缘路由交换机在将业务请求的目的地址从第一IP地址替换为第二IP地址之后,将业务请求发送至业务服务器,其中,第二IP地址为业务服务器在边缘数据中心的真实地址;
业务响应发送模块740,配置为在边缘路由交换机将业务服务器返回的针对业务请求的业务响应的源地址,从第二IP地址替换为第一IP地址之后,将业务服务器返回的业务响应发送至终端设备。
在一些实施例中,在第一IP地址属于边缘业务管理器创建的IP地址列表的情况下,业务请求发送模块730配置为将业务请求发送至边缘数据中心内的边缘路由交换机。
在一些实施例中,第一IP地址为根据业务许可的IP地址网段分配的。
在一些实施例中,第一IP地址和第二IP地址为边缘业务管理器为业务服务器分配的。
应理解,根据本申请实施例的无线通信装置700可对应于本申请方法实施例,并且无线通信装置700中的各个单元的上述和其它操作和/或功能分别为了实现图4所示方法300中的相应流程,为了简洁,在此不再赘述。
上述无线通信装置中的各个单元可全部或部分通过软件、硬件及其组合来实现。上 述各个单元可以以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行上述各个单元对应的操作。
参见图9,图9是本申请实施例提供的电子设备的计算机系统的结构示意图。需要说明的是,图9示出的电子设备的计算机系统800仅是一个示例,不应该对本申请实施例的功能和使用范围带来任何限制。
如图9所示,计算机系统800包括中央处理单元(Central Processing Unit,CPU)801,其可以根据存储在只读存储器(Read-Only Memory,ROM)802中的程序或者从存储部分808加载到随机访问存储器(Random Access Memory,RAM)803中的程序而执行各种适当的动作和处理。在RAM 803中,还存储有系统操作所需的各种程序和数据。CPU 801、ROM 802以及RAM 803通过总线804彼此相连。输入/输出(Input/Output,I/O)接口805也连接至总线804。
以下部件连接至I/O接口805:包括键盘、鼠标等的输入部分806;包括诸如阴极射线管(Cathode Ray Tube,CRT)、液晶显示器(Liquid Crystal Display,LCD)等以及扬声器等的输出部分807;包括硬盘等的存储部分808;以及包括诸如局域网(Local Area Network,LAN)卡、调制解调器等的网络接口卡的通信部分809。通信部分809经由诸如因特网的网络执行通信处理。驱动器810也根据需要连接至I/O接口805。可拆卸介质811,诸如磁盘、光盘、磁光盘、半导体存储器等等,根据需要安装在驱动器810上,以便于从其上读取的计算机程序根据需要被安装入存储部分808。
根据本申请实施例,上文流程图描述的过程可以被实现为计算机软件程序。例如,本申请的实施例提供一种计算机程序产品,其包括承载在计算机可读介质上的计算机程序,该计算机程序包含用于执行上述流程图所示的方法的程序代码。计算机程序可以通过通信部分809从网络上被下载和安装,和/或从可拆卸介质811被安装。在该计算机程序被中央处理器(CPU)801执行时,执行本申请的装置中限定的各种功能。
本申请实施例还提供了一种电子设备,包括:
处理器;以及
存储器,用于存储所述处理器的可执行指令;
其中,处理器配置为经由执行可执行指令来执行上述无线通信方法。
本申请实施例还提供了一种计算机设备,包括存储器和处理器,存储器中存储有计算机程序,该处理器执行计算机程序时实现上述无线通信方法。
本申请实施例还提供了一种计算机可读存储介质,存储有计算机程序,该计算机程序被处理器执行时实现上述无线通信方法。
需要说明的是,本申请所述的计算机可读存储介质例如可以是但不限于电、磁、光、电磁、红外线、或半导体的系统、装置或者器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或者多个导线的电连接、便携式计算机磁盘、硬盘、随机访问存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(Erasable Programmable Read Only Memory,EPROM)、闪存、光纤、便携式紧凑磁盘只读存储器(Compact Disc Read-Only Memory,CD-ROM)、光存储器件、磁盘存储器件、或者上述任意合适的组合。在本申请实施例中,计算机可读存储介质可以是任何包含或者存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在申请实施例中,计算机可读的信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或者上述的任何合适的组合。计算机可读的信号介质还可以是计算机可读存储介质以外的任何计算机可读存储介质,该计算机可读介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者 与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何恰当的介质传输,包括但不限于:无线、电线、光缆、射频等等,或者上述的任意合适的组合。
需要说明的是,上述仅用于说明本申请实施例的软硬件平台架构、开发环境、开发语言、消息获取源头等的选取都是可以变化的,在本申请技术方案的基础上,凡根据本申请实施例提供的原理对某个部分进行的改进和等同变换,均不应排除在本申请的保护范围之外。
需要说明的是,在本申请实施例和所附权利要求书中使用的术语是仅仅出于描述特定实施例的目的,而非旨在限制本申请实施例。
所属领域的技术人员可以意识到,结合本申请实施例描述的各单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请实施例的范围。
如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请实施例的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请实施例所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器、随机存取存储器、磁碟或者光盘等各种可以存储程序代码的介质。
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的设备、装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
应该理解,本申请提供的实施例所揭露的电子设备、装置和方法,可以通过其它的方式实现。
例如,以上所描述的装置实施例中单元或模块或组件的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如,多个单元或模块或组件可以结合或者可以集成到另一个系统,或一些单元或模块或组件可以忽略,或不执行。
又例如,上述作为分离/显示部件说明的单元/模块/组件可以是或者也可以不是物理上分开的,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元/模块/组件来实现本申请实施例的目的。
需要说明的是,上文中显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。
以上内容,仅为本申请实施例的具体实施方式,但本申请实施例的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请实施例揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本申请实施例的保护范围之内。因此,本申请实施例的保护范围应以权利要求的保护范围为准。

Claims (14)

  1. 一种无线通信方法,所述方法包括:
    将终端设备发往边缘数据中心内的业务服务器的业务请求的目标地址,从第一IP地址替换为第二IP地址,其中,所述第一IP地址为所述业务服务器的虚拟地址,所述第二IP地址为所述业务服务器在所述边缘数据中心的真实地址;以及
    将所述业务服务器发往所述终端设备的针对所述业务请求的业务响应的源地址,从所述第二IP地址替换为所述第一IP地址,以使所述终端设备与所述业务服务器进行通信。
  2. 根据权利要求1所述的方法,其中,
    所述第一IP地址为根据业务许可的IP地址网段分配的。
  3. 根据权利要求1或2所述的方法,其中,
    所述第一IP地址和所述第二IP地址为边缘业务管理器为所述业务服务器分配的。
  4. 根据权利要求1或2所述的方法,其中,
    所述第一IP地址与所述第二IP地址之间的相互转换,通过边缘业务管理器创建的第一对应关系实现,其中,所述第一对应关系包括所述第一IP地址与所述第二IP地址之间的对应关系。
  5. 根据权利要求1或2所述的方法,其中,所述终端设备与所述业务服务器之间通过用户面功能实体实现数据转发。
  6. 一种无线通信方法,所述方法包括:
    将中心云内的业务调度器返回的针对终端设备发送的业务调度请求的业务调度响应发送至所述终端设备,所述业务调度响应携带第一IP地址,所述第一IP地址为边缘数据中心内的业务服务器的虚拟地址;
    接收所述终端设备发送的业务请求,所述业务请求的目的地址为所述第一IP地址;
    根据所述第一IP地址将所述业务请求发送至所述边缘数据中心内的边缘路由交换机,以使所述边缘路由交换机在将所述业务请求的目的地址从所述第一IP地址替换为第二IP地址之后,将所述业务请求发送至所述业务服务器,其中,所述第二IP地址为所述业务服务器在所述边缘数据中心的真实地址;
    在所述边缘路由交换机将所述业务服务器返回的针对所述业务请求的业务响应的源地址,从所述第二IP地址替换为所述第一IP地址之后,将所述业务服务器返回的所述业务响应发送至所述终端设备。
  7. 根据权利要求6所述的方法,其中,所述根据所述第一IP地址将所述业务请求发送至所述边缘数据中心内的边缘路由交换机,包括:
    在所述第一IP地址属于边缘业务管理器创建的IP地址列表的情况下,将所述业务请求发送至所述边缘数据中心内的边缘路由交换机。
  8. 根据权利要求6或7所述的方法,其中,
    所述第一IP地址为根据业务许可的IP地址网段分配的。
  9. 根据权利要求6或7所述的方法,其中,
    所述第一IP地址和所述第二IP地址为边缘业务管理器为所述业务服务器分配的。
  10. 一种无线通信装置,所述装置包括:
    第一地址替换模块,配置为将终端设备发往边缘数据中心内的业务服务器的业务请求的目标地址,从第一IP地址替换为第二IP地址,其中,所述第一IP地址为所述业务服务器的虚拟地址,所述第二IP地址为所述业务服务器在所述边缘数据中心的真实地址;以及
    第二地址替换模块,配置为将所述业务服务器发往所述终端设备的针对所述业务请 求的业务响应的源地址,从所述第二IP地址替换为所述第一IP地址,以使所述终端设备与所述业务服务器进行通信。
  11. 一种无线通信装置,所述装置包括:
    业务调度响应发送模块,配置为将中心云内的业务调度器返回的针对终端设备发送的业务调度请求的业务调度响应发送至所述终端设备,所述业务调度响应携带第一IP地址,所述第一IP地址为边缘数据中心内的业务服务器的虚拟地址;
    业务请求接收模块,配置为接收所述终端设备发送的业务请求,所述业务请求的目的地址为所述第一IP地址;
    业务请求发送模块,配置为根据所述第一IP地址将所述业务请求发送至所述边缘数据中心内的边缘路由交换机,以使所述边缘路由交换机在将所述业务请求的目的地址,从所述第一IP地址替换为第二IP地址之后将所述业务请求发送至所述业务服务器,其中,所述第二IP地址为所述业务服务器在所述边缘数据中心的真实地址;
    业务响应发送模块,配置为在所述边缘路由交换机将所述业务服务器返回的针对所述业务请求的业务响应的源地址,从所述第二IP地址替换为所述第一IP地址之后,将所述业务服务器返回的所述业务响应发送至所述终端设备。
  12. 一种电子设备,包括:
    处理器;以及
    存储器,用于存储所述处理器的可执行指令;
    其中,所述处理器配置为经由执行所述可执行指令来执行权利要求1至9中任一项所述的无线通信方法。
  13. 一种计算机可读存储介质,存储有计算机程序,其中,所述计算机程序被处理器执行时实现权利要求1至9中任一项所述的无线通信方法。
  14. 一种计算机程序产品,所述计算机程序产品包括计算机指令,所述计算机指令存储在计算机可读存储介质中,计算机设备的处理器从所述计算机可读存储介质读取所述计算机指令,所述处理器执行所述计算机指令,使得所述计算机设备执行如权利要求1至9中任一项所述的无线通信方法。
PCT/CN2021/125275 2020-11-06 2021-10-21 无线通信方法、装置、设备、存储介质及计算机程序产品 WO2022095708A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/986,760 US20230071561A1 (en) 2020-11-06 2022-11-14 Wireless communication method and apparatus, device, storage medium, and computer program product

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011231805.9A CN112291363B (zh) 2020-11-06 2020-11-06 无线通信的方法、装置、电子设备和计算机可读存储介质
CN202011231805.9 2020-11-06

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US17/986,760 Continuation US20230071561A1 (en) 2020-11-06 2022-11-14 Wireless communication method and apparatus, device, storage medium, and computer program product

Publications (1)

Publication Number Publication Date
WO2022095708A1 true WO2022095708A1 (zh) 2022-05-12

Family

ID=74352242

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/125275 WO2022095708A1 (zh) 2020-11-06 2021-10-21 无线通信方法、装置、设备、存储介质及计算机程序产品

Country Status (3)

Country Link
US (1) US20230071561A1 (zh)
CN (1) CN112291363B (zh)
WO (1) WO2022095708A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115118770A (zh) * 2022-06-17 2022-09-27 深信服科技股份有限公司 数据处理方法、装置及存储介质

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112291363B (zh) * 2020-11-06 2023-09-08 腾讯科技(深圳)有限公司 无线通信的方法、装置、电子设备和计算机可读存储介质
CN114257651A (zh) * 2021-12-09 2022-03-29 山石网科通信技术股份有限公司 请求响应方法、装置、网络设备及计算机可读存储介质
CN115334171A (zh) * 2022-06-24 2022-11-11 华能国际电力江苏能源开发有限公司 一种将不同网段ip地址兼容互通成单一数据链的方法
CN116600010B (zh) * 2023-07-17 2023-10-10 腾讯科技(深圳)有限公司 一种数据传输方法、装置、设备、存储介质及程序产品

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017156704A1 (zh) * 2016-03-15 2017-09-21 华为技术有限公司 数据通道建立及数据包传输方法、终端、服务器及系统
CN108737271A (zh) * 2017-04-14 2018-11-02 华为技术有限公司 一种报文路由方法、装置及系统
CN110769039A (zh) * 2019-10-09 2020-02-07 腾讯科技(深圳)有限公司 资源调度方法及装置、电子设备和计算机可读存储介质
CN111107171A (zh) * 2018-10-26 2020-05-05 中兴通讯股份有限公司 Dns服务器的安全防御方法及装置、通信设备及介质
CN112291363A (zh) * 2020-11-06 2021-01-29 腾讯科技(深圳)有限公司 无线通信的方法、装置、电子设备和计算机可读存储介质

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109451084B (zh) * 2018-09-14 2020-12-22 华为技术有限公司 一种服务访问方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017156704A1 (zh) * 2016-03-15 2017-09-21 华为技术有限公司 数据通道建立及数据包传输方法、终端、服务器及系统
CN108737271A (zh) * 2017-04-14 2018-11-02 华为技术有限公司 一种报文路由方法、装置及系统
CN111107171A (zh) * 2018-10-26 2020-05-05 中兴通讯股份有限公司 Dns服务器的安全防御方法及装置、通信设备及介质
CN110769039A (zh) * 2019-10-09 2020-02-07 腾讯科技(深圳)有限公司 资源调度方法及装置、电子设备和计算机可读存储介质
CN112291363A (zh) * 2020-11-06 2021-01-29 腾讯科技(深圳)有限公司 无线通信的方法、装置、电子设备和计算机可读存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115118770A (zh) * 2022-06-17 2022-09-27 深信服科技股份有限公司 数据处理方法、装置及存储介质
CN115118770B (zh) * 2022-06-17 2023-11-03 深信服科技股份有限公司 数据处理方法、装置及存储介质

Also Published As

Publication number Publication date
US20230071561A1 (en) 2023-03-09
CN112291363B (zh) 2023-09-08
CN112291363A (zh) 2021-01-29

Similar Documents

Publication Publication Date Title
WO2022095708A1 (zh) 无线通信方法、装置、设备、存储介质及计算机程序产品
CN112152926B (zh) 一种管理应用的网络切片的方法及装置
EP3595355A1 (en) Resource obtaining method, apparatus and system
WO2019062836A1 (zh) 网络切片管理方法及其装置
CN113489772B (zh) 网络请求处理方法及装置、电子设备
KR20180112825A (ko) Mec 애플리케이션의 재배치를 제어하기 위한 방법 및 서버
US20190037080A1 (en) Ip carrier peering
US10075414B2 (en) Method and apparatus for providng push service in communication system
CN110896411B (zh) 一种业务处理方法及相关设备
CN115002769B (zh) 流量分流方法、核心网网元、电子设备和介质
CN107580011A (zh) 一种数据共享方法及桌面云服务端
CN109672698A (zh) 内容分发方法、设备及系统
CN112995005B (zh) 虚拟网络数据交换方法和装置
US20230370416A1 (en) Exposure of ue id and related service continuity with ue and service mobility
EP3712768A1 (en) Management of services in an edge computing system
CN112714146B (zh) 一种资源调度方法、装置、设备及计算机可读存储介质
US20230300406A1 (en) Methods for media streaming content preparation for an application provider in 5g networks
US20220417813A1 (en) Methods and apparatus for application service relocation for multimedia edge services
WO2023016460A1 (zh) 计算任务的策略确定或资源分配方法、装置、网元及介质
US10231269B2 (en) Dynamic generation of geographically bound manet IDs
US20220182968A1 (en) Methods and systems to intelligently and dynamically transform an end user device to operate as a server and/or an access point for one or more services
CN109005250A (zh) 用于访问服务端的方法和装置
Yan et al. Research and implementation of edge computing in web AR
Nguyen et al. Location-aware dynamic network provisioning
US20200112931A1 (en) Collection and distribution of timing information in a wireless network

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 28.06.2023)

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21888405

Country of ref document: EP

Kind code of ref document: A1