-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add new image and add gill2022ai
- Loading branch information
1 parent
0ae57bc
commit 712ed3d
Showing
5 changed files
with
117 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
![alt text](image.png) | ||
![alt text](image.png) | ||
![alt text](image-1.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
:title-ref:`gill2022ai` | ||
=================================== | ||
|
||
* Publish Year : :cite:year:`gill2022ai` | ||
* Authors : :cite:authors:`gill2022ai` | ||
|
||
|
||
|
||
Research Contributions | ||
---------------------- | ||
By combining AI/ML with cloud, fog, edge, serverless, and quantum computing, we have created the first review of its kind. | ||
Adding to the previous surveys, this new research gives a new imaginative approach to assessing and identifying the most current | ||
research challenges | ||
|
||
Key Concepts and Terminologies | ||
------------------------------ | ||
* Autonomic Computing Initiative (ACI) | ||
- The target of the ACI is to develop self-managing systems that can automatically adapt to changes in the environment and requirements of the system without human intervention. | ||
- Inspired by human nervous system and human cognition | ||
- self-adaptive systems | ||
- self-configuration, self-optimisation, self-protection and self-healing :cite:`elmroth2011self` | ||
- automatically upgrades missing or obsolete components depending on error messages/alerts generated by a monitoring system | ||
- educing resource overload and under-utilisation | ||
- self-protection is an autonomic system’s capacity to defend itself against potential cyber-attacks and intrusions | ||
- ability to discover, evaluate and recover from errors on its own, without the need for human intervention | ||
|
||
* cloud, fog, edge, serverless and quantum computing | ||
- cloud computing : TODO | ||
- fog computing : TODO | ||
- edge computing : TODO | ||
- serverless computing : TODO | ||
|
||
Proposed Methodologies | ||
---------------------- | ||
.. figure:: /_static/image/image-1.png | ||
|
||
This figure is taken from the paper :cite:`gill2022ai` | ||
|
||
* **Self-healing** : The key concept of self-healing is to develop predictive models that can predict the future state of the system and take corrective actions to prevent system failures, rather than simply reacting to them. This approach is also known as fault detection and predictive maintenance. | ||
|
||
* **Self-protection** : Continuously monitor suspicious activities to ensure the system runs smoothly. | ||
|
||
* **Self-configuration** : Reinstalling missing or obsolete components without human intervention. | ||
|
||
* **Self-optimisation** : The system is particularly suitable for data-intensive applications, as it can automatically adjust its resources based on environmental changes. | ||
|
||
#. Monitor | ||
#. Analyse | ||
#. Plan | ||
#. Execute | ||
|
||
|
||
Cloud Computing | ||
^^^^^^^^^^^^^^^ | ||
Open Challenge | ||
|
||
#. Integration : Companies need to move their applications to the cloud | ||
#. Inadequate Data : Data is accessible and clean for AI/ML | ||
#. Security and Privacy : Prevent data breaches and protect sensitive information from adversaries | ||
|
||
Fog Computing | ||
^^^^^^^^^^^^^ | ||
Supplement of Cloud Computing | ||
IoT need mininal reaction time | ||
|
||
Open Challenge | ||
|
||
#. Execution time : Speed up reaction time | ||
#. Mobility Awareness : Fog computing struggles with mobility (e.g., devices moving from one location to another) because it’s primarily designed for fixed devices. | ||
#. Resource Schedule : Fog computing is less flexible than cloud computing due to limited resources, making efficient resource scheduling challenging. | ||
#. Energy Efficiency : | ||
#. Security and Privacy : | ||
|
||
Conclusions | ||
----------- | ||
|
||
References | ||
---------- | ||
.. bibliography:: | ||
:filter: docname in docnames |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
Abbreviation,Term,Definition | ||
FHE,Fully Homomorphic Encryption,An encryption scheme that allows computation on encrypted data. | ||
ACI,Autonomic Computing Initiative,Todo. | ||
AEs,Autonomic Elements,Todo. | ||
AM,Autonomic Manager,Todo. | ||
FHE,Fully Homomorphic Encryption,An encryption scheme that allows computation on encrypted data. | ||
FaaS,Function As A Service,Provide a virtual environment for computer systems that can be dynamically scaled up and down. | ||
IaaS,Infrastructure As A Service,Todo. | ||
IoE,Internet Of Everything,Todo. | ||
MAPE,Monitor Analyse Plan Execute,Todo. | ||
PaaS,Platform As A Service,Todo. | ||
QoE,Quality Of Experience,Todo. | ||
QoS,Quality Of Service,Todo. | ||
SARSA,State Action Reward State Action,Todo. | ||
SLOs,Service Level Objectives,Todo. | ||
SaaS,Software As A Service,Todo. | ||
V2X,Vehicle To Everything,Todo. | ||
X,Autonomous Computing,Todo. |