디지털 전환과 마이크로서비스·컨테이너의 확산에 힘입어 데이터센터 네트워크는 동–서(East–West) 트래픽이 지배하는 고도로 분산되고 동적인 환경으로 진화하였다. 정적 임계치와 사일...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T17405601
대전 : 배재대학교 일반대학원, 2025
학위논문(박사) -- 배재대학교 일반대학원 , 컴퓨터공학과 , 2026. 2
2025
한국어
관측 가능성 ; 근본 원인 분석 ; 데이터센터 네트워크 ; 동?서 트래픽 ; 스트리밍 텔레메트리 ; AIOps ; LSTM?오토인코더 ; Prophet
대전
; 26 cm
지도교수: 정회경
I804:25007-200000956689
0
상세조회0
다운로드디지털 전환과 마이크로서비스·컨테이너의 확산에 힘입어 데이터센터 네트워크는 동–서(East–West) 트래픽이 지배하는 고도로 분산되고 동적인 환경으로 진화하였다. 정적 임계치와 사일...
디지털 전환과 마이크로서비스·컨테이너의 확산에 힘입어 데이터센터 네트워크는 동–서(East–West) 트래픽이 지배하는 고도로 분산되고 동적인 환경으로 진화하였다. 정적 임계치와 사일로화된 지표에 의존하는 전통적 모니터링은 경고 폭주, 미세 이상 미탐, 근본 원인 식별 지연과 같은 한계가 있다.
본 논문은 스트리밍 텔레메트리 기반에서 관측 가능성 3요소(로그·메트릭·트레이스)를 통합하고, AIOps 기법을 종단 간 적용한 AI 기반 통합 관제 시스템을 설계, 구현 및 검증한다.
데이터 수집·처리 계층에서는 gNMI, OpenTelemetry, Fluentd를 통해 이기종 텔레메트리를 정규화하고 시간 정렬하여 Kafka 파이프라인으로 전달한 뒤, InfluxDB와 Elasticsearch에 저장한다. 분석 계층은 시간적 문맥을 학습하는 LSTM–오토인코더로 다변량 시계열의 이상을 탐지하고, Prophet으로 용량과 성능을 예측한다. 더불어 시간·토폴로지 상관을 결합한 근본 원인 분석(RCA) 워크플로가 이벤트 군집을 추론하여 운영자의 의사결정을 지원한다. 시각화 계층은 단일 창(Single Pane) 대시보드, 토폴로지 오버레이, 상관 분석 뷰를 통해 탐지–예측–분석을 일관되게 제공한다.
평가는 공개 트래픽 데이터셋(UNSW–NB15, CIC–IDS2017)에서 추출한 플로우 통계와, GNS3 기반 Clos 토폴로지에서 주입한 네 가지 장애(인캐스트 혼잡, 포트 플래핑, 라우팅 루프, 마이크로버스트)를 결합한 하이브리드 데이터셋(4주, 10초 해상도, 12개 지표)을 사용하였다. 제안 모델은 정적 임계치(3–sigma)와 Isolation Forest 대비 정밀도 0.91, 재현율 0.94, F1–Score 0.92로 우수한 이상 탐지 성능을 보였다. 예측 측면에서 Prophet은 ARIMA 대비 MAE 89.7Mbps, RMSE 125.3Mbps로 오차를 크게 감소시켰다. RCA는 평균 95.0% 정확도로 근본 원인을 식별했으며, 근본 원인 특정까지의 MTTR을 26.8분에서 4.4분으로 약 86% 단축하였다. 복합 장애 및 마이크로버스트와 같은 잠재적 성능 저하 시나리오에서도 일관된 효과가 확인되었다.
본 연구의 기여는 다음과 같다.
⑴ 로그–메트릭–트레이스를 아우르는 통합 관측 파이프라인 설계
⑵ LSTM 오토인코더와 Prophet을 결합한 이상 탐지–예측 엔진 제안
⑶ 시간·토폴로지 상관 기반 RCA 워크플로와 단일 창 시각화
⑷ 실환경에 근접한 하이브리드 데이터셋을 통한 정량 검증
제안 시스템은 반응적 모니터링을 예측적·자동화된 운영으로 전환하는 실용적 경로를 제시하였고, 향후 모델 경량화, 엣지 추론, 자율 복구(Self–Healing)로의 확장 가능성을 논의한다.
다국어 초록 (Multilingual Abstract)
Driven by digital transformation and the proliferation of microservices and containers, data–center networks have evolved into highly distributed and dynamic environments dominated by east–west traffic. Traditional monitoring, which relies on stat...
Driven by digital transformation and the proliferation of microservices and containers, data–center networks have evolved into highly distributed and dynamic environments dominated by east–west traffic. Traditional monitoring, which relies on static thresholds and siloed indicators, suffers from alert storms, missed subtle anomalies, and delays in root–cause identification.
This dissertation designs, implements, and evaluates an AI–based integrated monitoring system that unifies the three pillars of observability (logs, metrics, and traces) over streaming telemetry, and applies AIOps techniques in an end–to–end manner.
In the data collection and processing layer, heterogeneous telemetry is normalized and time–aligned via gNMI, OpenTelemetry, and Fluentd, streamed through a Kafka pipeline, and stored in InfluxDB and Elasticsearch. The analytics layer employs an LSTM–autoencoder to detect anomalies in multivariate time series by learning temporal context, and uses Prophet to forecast capacity and performance. In addition, a root–cause analysis (RCA) workflow that combines temporal and topological correlations infers event clusters and supports operator decision–making. The visualization layer consistently delivers detection, prediction, and analysis results via a single–pane dashboard, topology overlays, and correlation views.
Evaluation is conducted on a hybrid dataset that combines flow statistics extracted from public traffic datasets (UNSW–NB15, CIC–IDS2017) with four injected faults (incast congestion, port flapping, routing loop, and microburst) on a GNS3–based Clos topology (4 weeks, 10–second resolution, 12 metrics). The proposed anomaly detection model outperforms static 3–sigma thresholding and Isolation Forest, achieving a precision of 0.91, recall of 0.94, and F1–score of 0.92. For forecasting, Prophet reduces error substantially compared with ARIMA, with MAE and RMSE improved by 89.7 Mbps and 125.3 Mbps, respectively. The RCA achieves an average accuracy of 95.0% and shortens MTTR to pinpoint the root cause from 26.8 minutes to 4.4 minutes (–86.0%). Consistent effectiveness is observed even under composite failures and latent performance–degradation scenarios such as microbursts.
The contributions of this dissertation are as follows:
⑴ design of a unified observability pipeline that spans logs, metrics, and traces;
⑵ proposal of an integrated detection–forecast engine combining an LSTM autoencoder and Prophet;
⑶ development of a temporal and topology–aware RCA workflow with single–pane visualization;
⑷ quantitative validation using a hybrid dataset closely reflecting real data–center environments.
The proposed system presents a practical path for transforming reactive monitoring into predictive and automated operations, and the dissertation discusses future extensions toward model lightweighting, edge inference, and self–healing capabilities.
목차 (Table of Contents)