diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-03 06:42:39 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-03 06:42:39 +0200 |
| commit | edacd80ac2103a74edc96f01549832b90fc6c635 (patch) | |
| tree | 39d811aa52cfe212594151876094520de7dfc1be /content/intro.tex | |
| parent | 3abca66059cadcc9150d7e97ce30eeeda9baa141 (diff) | |
feat: fixed the plagiarism declaration to comply with the VU
Diffstat (limited to 'content/intro.tex')
| -rw-r--r-- | content/intro.tex | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/content/intro.tex b/content/intro.tex index 4a5ed81..dd8efa7 100644 --- a/content/intro.tex +++ b/content/intro.tex @@ -113,19 +113,19 @@ We propose that digital twinning can be enhanced by integrating predictive analy To answer \emph{RQ\textsubscript{1}} we conduct a standard literature review as proposed by \textit{Kitchenham et al.} \cite{DBLP:journals/infsof/KitchenhamPBBTNL10} along with the guidance of the supervisor. Firstly, we specify the review research questions and determine the right review method. Secondly, we conduct the review and find the potential datacenter digital twin use-cases. -This includes a selection of relevant articles, the results of reading and reporting the findings. +This includes summaries of a selection of relevant articles and their findings. Lastly, based on the found use-cases, we formulate the functional and non-functional requirements for the predictive \gls{dcdt} reference architecture. -To answer \emph{RQ\textsubscript{2}} we closely follow the \textit{AtLarge Design Process} \cite{DBLP:conf/icdcs/IosupVTETBFMT19} under the guidance of the supervisor. -First, after finishing the literature review, we brainstorm the functional and non-functional requirements predictive \gls{dcdt}. +To answer \emph{RQ\textsubscript{2}} we closely follow the \textit{AtLarge Design Process} \cite{DBLP:conf/icdcs/IosupVTETBFMT19} under the guidance of the supervisor, and propose a simulation-based \gls{dcdt} system that meets the requirements listed as a part of \emph{RQ\textsubscript{1}}. +Firstly, following the literature review, we list the functional and non-functional requirements of a predictive \gls{dcdt}. We specify the pragmatic and innovative design possibilities to include in the reference architecture. +The designed system builds upon the OpenDC platform for datacenter simulation~\cite{DBLP:conf/ccgrid/MastenbroekAJLB21}, extending it with predictive analysis capabilities. Lastly, we ensure that the design is scientific and testable and can be evaluated with comprehensive experiments. -\par Afterwards, we will need to implement a prototype of the designed system model. An example approach would start with exporting the collected monitoring data from the ODA time-series database. The ODAbler \cite{DBLP:conf/wosp/SumanCNTMI24} framework enables the interaction between a python client, that acts as a user interface, with a server, that acts as a data centre. Upon creating the request, monitoring data is forwarded through Telegraf and Kafka to InfluxDB. - -In order to create a data centre digital twin we will need to ensure continuous communication between the time-series database and the data centre simulator. Later will need to interpret the exported traces, and choose the right simulator configuration. The current approach to this problem is unknown, therefore we will need to spent time designing the right software program. The last task will involve running the simulation, continuously within the feedback loop and providing the client with a visual user interface that provides interpreted results. - -To answer the third research question, we will need to design comprehensive experiments that validate our system model design. The approach to this problem is still unknown, therefore we will need to spent time designing the right experiments. We will need to define the correct experiment setup and perform the experiments on a specified hardware. +To answer \emph{RQ\textsubscript{3}} we implement a prototype of the designed reference architecture. +We design comprehensive experiments that evaluate and validate the prototype based on the reference architecture. +We first gather a set of questions worth asking about the performance and impact of the predictive \gls{dcdt} and then set out to answer them with the prototype. +We define the correct experiment setup(s) and perform the experiments on a specified hardware, considering different usage scenarios. \section{Thesis Contributions}\label{s:thesis-contributions} @@ -140,8 +140,7 @@ To answer the third research question, we will need to design comprehensive expe I hereby declare that this thesis is my own independent work and writing. The thesis does not contain any material copied from other sources (person, Internet, or \gls{ai}), and has not been submitted for assessment elsewhere. I acknowledge that the usage of material from other works or paraphrase of such material without proper citations or credit will be treated as plagiarism. -I declare that this thesis is free from \gls{ai} generated content and has been written without the help of any \gls{ai} systems. -This work adheres to the guidelines and principles of the Artificial Intelligence Policy, UC Berkeley School of Law, Summer 2026\footnote{\url{https://www.law.berkeley.edu/wp-content/uploads/2026/05/AI-Final-Policy-26.pdf}}{}. +I declare that this thesis is free from \gls{ai} generated content and has been written without the help of any \gls{ai} tools. \section{Societal Impact}\label{s:societal-impact} |
