Home Availability Difference between Edge Computing and Cloud Computing, and their Proper Use

Difference between Edge Computing and Cloud Computing, and their Proper Use

While edge computing has become increasingly visible in recent years, it seems less noisy than traditional cloud computing. But cloud computing and edge computing don’t choose one or the other, they’re complementary to each other. This section describes the characteristics of edge computing and cloud computing and explains the points to note when building and the use of cloud computing and edge computing separately.


What is Cloud Computing?

The cloud literally means “cloud”. From that image, the actual situation of the server is “in the cloud” or “above the cloud”, and it can be said that the end-user represents a system that can be used without being aware of the actual situation of the server. In principle, there are multiple servers “above the clouds”, which share roles, but can be used “under the clouds”, that is, on the end user’s side without being aware of it. In other words, it is a technology that treats multiple servers as if they were a single server.
The background to the emergence is the evolution of the Internet environment. It can be said that the development of the Internet has prompted a situation where multiple servers are random as a result. In these situations, end users must access each server each time. For example, if a server is built by function, the client must enter a different password each time it accesses a different server. However, this can be very cumbersome for clients, and managing and consolidating servers has become a challenge. Cloud computing solves this problem.


Elemental techniques supporting cloud computing

Key component technologies that support cloud computing include virtualization, distributed, and security technologies. Let’s take a look at each elemental technology.

  • Virtualization Technology
    Virtualization technology is a technology that allows the same application to run regardless of the hardware or OS. For example, even if server A and server B have different OSs, if the same application is run using virtualization technology, end-users under the cloud can use the cloud server without being aware of the server OS. You can use it. Another advantage of building a cloud server is that you can select the OS and hardware more flexibly according to the purpose of the server.
  • Dispersion technology
    Distributed technology is also called distributed processing technology. As mentioned above, there are multiple cloud servers in the clouds in principle, but this is a technology that operates these servers in a coordinated manner. If you want to add necessary functions by coordinating while dividing the roles, you can add a server, so you can build a flexible system.
  • Security technology
    In cloud computing, communication between servers and end-users takes place on the Internet. In some cases, this may allow a third party to see your communication or leak information via the Internet. Therefore, security technology is very important. In particular, data is concentrated and stored in cloud servers, so once an information leak occurs, the damage can be enormous. For this reason, how to ensure security is something that must be considered when using the cloud.


What is edge computing?

Let’s take a look at edge computing. This process is performed “under the clouds” for processing “above the clouds” of cloud computing. In other words, the goal is to complete the process closer to the end-user. “Edge” means “edge”, which means that processing is completed at the end of the network. By completing processing inside the edge server, data can be leaked to the network and the burden on the cloud server can be reduced.
Cloud computing has become commoner and used in a variety of areas. However, in recent years, with the trend of IoT, information systems are required to process large amounts of data at high speed. In order to solve this proposition, the focus has been focused on edge computing, which can perform distributed processing.


Elemental techniques supporting edge computing

While software technology is the main component of technology that underpins cloud computing, hardware elemental technology is important in edge computing. These include reliability technology, wireless technology, and real-time processing technology.

  • Reliability Technology
    Edge servers require high reliability. In particular, in the field of industrial systems, IoT is often installed in places with severe environmental conditions, such as factories, so it is important not to stop or malfunction. Therefore, it is necessary to take measures such as multiplexing hardware, providing redundancy, and carefully grounding (grounding).
  • Wireless technology
    Lan cables (twisted pair cables) are often used primarily in normal networks, but twisted-pair cables are not well-suitable for long-distance transmission. It is also not very resistant to electrical noise. In addition, wired communication can be complicated wiring, and there may be no space to install cables under the floor of the factory. Therefore, communication between edge servers and communication with cloud servers is often performed mainly by wireless communication such as LPWA.
  • Real-time processing Technology
    Edge servers are required to process close to real-time because they constantly monitor manufacturing equipment. In addition, edge server resources are limited. Therefore, software on edge servers requires that processing be performed as fast as possible with as little waste as possible.

Considerations for implementation

So what do you need to keep in mind when implementing cloud computing and edge computing? The main points are summarized below.

Clarify the scope of the system

First, you need to clarify the scope of your system. In the case of IoT, it’s practically impossible to do everything with edge computing, or cloud computing. For this reason, it is necessary to draw in detail the allocation of the functions that you want to achieve first. This is also important in terms of cost. This is because, in the case of cloud computing, you can often add features later if necessary, but in the case of edge computing, it is not considered the same way. In particular, the latter often has a high initial cost, so it is difficult to make a profit if you do not determine the scope of the application.

Think about the speed your system needs

The speed of cloud computing is often sufficient for general paperwork. Also, edge computing is best used only when speed is required.

Consider the cost benefits

For this reason, cloud computing for general paperwork and edge computing for IoT are often the best cost benefits.

Grasp the characteristics of the cloud and the edge and build a rational system

So far, I mentioned the characteristics of cloud computing and edge computing, the elemental technologies that support them, and the points to consider when introducing them. As mentioned above, cloud computing is not an alternative, but a complementary relationship between edge computing. There are also unsuitable areas depending on the field in which they apply. You should get the cloud and the edge to build a more streamlined system.

Related Posts