Skip to main content

안정섭 교수

Jeongseob Ahn

고려대학교 차세대통신학과 · 컴퓨터과학

연구실 소개

안정섭 교수의 연구실은 클라우드 환경과 가상화 기반의 고성능 컴퓨팅 아키텍처에서의 자원 관리 및 보안 문제를 중심으로 연구를 진행하고 있습니다. 특히 마이크로서비스 아키텍처와 가상화 환경에서의 자원 효율성, 성능 최적화, 그리고 하이퍼바이저 기반 보안 위협에 대응하는 기술적 접근을 탐구하고 있습니다. 또한, 메모리 관리 기술과 캐시 일致성 프로토콜의 효율적 설계를 통해 시스템의 전반적 성능 향상을 도모하고 있습니다. 이는 현대 데이터센터와 가상화 환경에서의 안정성과 확장성 확보에 기여합니다.

가상화마이크로서비스메모리 관리보안성능 최적화

연구 현황

논문 수
35
총 인용 수
629
최근 5년 논문
10
주요 분야
컴퓨터과학

연구 성과 추이

표시된 성과는 수집된 데이터 기준으로 산출되며, 일부 차이가 있을 수 있습니다.

5개년 연도별 논문 게재 수
10총합
2022
2023
2024
2025
2026
5개년 연도별 피인용 수
40총합
20222023202420252026

주요 논문

15
1
논문|인용수 146·2019
GrandSLAm
Ram Srivatsa Kannan, Lavanya Subramanian, Ashwin Raju, Jeongseob Ahn, Jason Mars, Lingjia Tang

The microservice architecture has dramatically reduced user effort in adopting and maintaining servers by providing a catalog of functions as services that can be used as building blocks to construct applications. This has enabled datacenter operators to look at managing datacenter hosting microservices quite differently from traditional infrastructures. Such a paradigm shift calls for a need to rethink resource management strategies employed in such execution environments. We observe that the v

Information SystemsComputer Science
2
논문|인용수 80·2011
Architectural support for secure virtualization under a vulnerable hypervisor
Seongwook Jin, Jeongseob Ahn, Sang-Hoon Cha, Jaehyuk Huh

Although cloud computing has emerged as a promising future computing model, security concerns due to malicious tenants have been deterring its fast adoption. In cloud computing, multiple tenants may share physical systems by using virtualization techniques. In such a virtualized system, a software hypervisor creates virtual machines (VMs) from the physical system, and provides each user with an isolated VM. However, the hypervisor, with a full control over hardware resources, can access the memo

Artificial IntelligenceComputer Science
3
논문|인용수 68·2012
Dynamic virtual machine scheduling in clouds for architectural shared resources
Jeongseob Ahn, Changdae Kim, Jaeung Han, Young-ri Choi, Jaehyuk Huh
USENIX conference on Hot Topics in Cloud Ccomputing

As research progresses, the surface texture tool can significantly reduce the cutting heat and cutting force. However, the tool surface texture width, depth, and spacing also have an impact on the cutting performance. Using the Taguchi method and finite element analysis, the changing laws of cutting temperature, pressure, stress distribution, and cutting force were studied. The results showed that the tool texture width had the greatest influence on the cutting performance, followed by the tool

Information SystemsComputer Science
4
논문|인용수 54·2010
Subspace snooping
Daehoon Kim, Jeongseob Ahn, Jaehong Kim, Jaehyuk Huh

Although snoop-based coherence protocols provide fast cache-to-cache transfers with a simple and robust coherence mechanism, scaling the protocols has been difficult due to the overheads of broadcast snooping. In this paper, we propose a coherence filtering technique called subspace snooping, which stores the potential sharers of each memory page in the page table entry. By using the sharer information in the page table entry, coherence transactions for a page generate snoop requests only to the

Hardware and ArchitectureComputer Science
5
논문|인용수 46·2012
Revisiting hardware-assisted page walks for virtualized systems
Jeongseob Ahn, Seongwook Jin, Jaehyuk Huh
ACM SIGARCH Computer Architecture News

Recent improvements in architectural supports for virtualization have extended traditional hardware page walkers to traverse nested page tables. However, current two-dimensional (2D) page walkers have been designed under the assumption that the usage patterns of guest and nested page tables are similar. In this paper, we revisit the architectural supports for nested page table walks to incorporate the unique characteristics of memory management by hypervisors. Unlike page tables in native system

Hardware and ArchitectureComputer Science
6
논문|인용수 29·2014
Micro-Sliced Virtual Processors to Hide the Effect of Discontinuous CPU Availability for Consolidated Systems
Jeongseob Ahn, Chang Hyun Park, Jaehyuk Huh

Although time-sharing CPUs has been an essential technique to virtualize CPUs for threads and virtual machines, most of the commercial operating systems and hyper visors maintain relatively coarse-grained time slices to mitigate the costs of context switching. However, the proliferation of system virtualization poses a new challenge for the coarse-grained time sharing techniques, since operating systems are running on virtual CPUs. The current system stack was designed under the assumption that

Hardware and ArchitectureComputer Science
7
논문|인용수 28·2012
Revisiting hardware-assisted page walks for virtualized systems
Jeongseob Ahn, Seongwook Jin, Jaehyuk Huh

Recent improvements in architectural supports for virtualization have extended traditional hardware page walkers to traverse nested page tables. However, current two-dimensional (2D) page walkers have been designed under the assumption that the usage patterns of guest and nested page tables are similar. In this paper, we revisit the architectural supports for nested page table walks to incorporate the unique characteristics of memory management by hypervisors. Unlike page tables in native system

Hardware and ArchitectureComputer Science
8
논문|인용수 26·2023
Fast and Efficient Model Serving Using Multi-GPUs with Direct-Host-Access
Jinwoo Jeong, Seungsu Baek, Jeongseob Ahn

As deep learning (DL) inference has been widely adopted for building user-facing applications in many domains, it is increasingly important for DL inference servers to achieve high throughput while preserving bounded latency. DL inference requests can be immediately served if the corresponding model is already in the GPU memory. Otherwise, it needs to load the model from host to GPU, adding a significant delay to inference. This paper proposes DeepPlan to minimize inference latency while provisi

Computer Vision and Pattern RecognitionComputer Science
9
논문|인용수 25·2015
H-SVM: Hardware-Assisted Secure Virtual Machines under a Vulnerable Hypervisor
Seongwook Jin, Jeongseob Ahn, Jinho Seol, Sang-Hoon Cha, Jaehyuk Huh, Seungryoul Maeng
SJR Q1IEEE Transactions on Computers

With increasing demands on cloud computing, protecting guest virtual machines (VMs) from malicious attackers has become critical to provide secure services. The current cloud security model with software-based virtualization relies on the invulnerability of the software hypervisor and its trustworthy administrator with the root permission. However, compromising the hypervisor with remote attacks or root permission grants the attackers with a full access capability to the memory and context of a

Artificial IntelligenceComputer Science
10
book chapter|인용수 20·2011
The Effect of Multi-core on HPC Applications in Virtualized Systems
Jaeung Han, Jeongseob Ahn, Changdae Kim, Youngjin Kwon, Young-ri Choi, Jaehyuk Huh
SJR Q2Lecture notes in computer scienceOA
Information SystemsComputer Science
11
논문|인용수 17·2015
Fast Two-Level Address Translation for Virtualized Systems
Jeongseob Ahn, Seongwook Jin, Jaehyuk Huh
SJR Q1IEEE Transactions on Computers

Recently, there have been several improvements in architectural supports for two-level address translation for virtualized systems. However, those improvements including HW-based two-dimensional (2D) page walkers have extended the traditional multi-level page tables, without considering the memory management characteristics of virtual machines. This paper exploits the unique behaviors of the hypervisor, and proposes three new nested address translation schemes for virtualized systems. The first

Hardware and ArchitectureComputer Science
12
논문|인용수 13·2019
Caliper
Ram Srivatsa Kannan, Michael A. Laurenzano, Jeongseob Ahn, Jason Mars, Lingjia Tang
SJR Q2ACM Transactions on Architecture and Code OptimizationOA

We introduce Caliper , a technique for accurately estimating performance interference occurring in shared servers. Caliper overcomes the limitations of prior approaches by leveraging a micro-experiment-based technique. In contrast to state-of-the-art approaches that focus on periodically pausing co-running applications to estimate slowdown, Caliper utilizes a strategic phase-triggered technique to capture interference due to co-location. This enables Caliper to orchestrate an accurate and low-ov

Computer Networks and CommunicationsComputer Science
13
논문|인용수 12·2019
LightCert: On designing a lighter certificate for resource‐limited Internet‐of‐Things devices
HyukSang Kwon, Jeongseob Ahn, JeongGil Ko
SJR Q2Transactions on Emerging Telecommunications Technologies

Abstract Internet‐of‐Things (IoT) devices are typically resource constrained in terms of computing capabilities and battery power. Despite the efforts from the Internet Engineering Task Force (IETF) to established standards for IoT such as IPv6 over low‐power wireless personal area networks (6LoWPAN), routing protocol for low‐power lossy networks (RPL), and constrained application protocol (CoAP), certificate‐based Internet security protocols have not been fully addressed yet. We see the main ca

Computer Networks and CommunicationsComputer Science
14
논문|인용수 11·2021
Exploring the Design Space of Page Management for Multi-Tiered Memory Systems
Jonghyeon Kim, Wonkyo Choe, Jeongseob Ahn
USENIX Annual Technical Conference
Hardware and ArchitectureComputer Science
15
논문|인용수 9·2016
Enhancing DRAM Self-Refresh for Idle Power Reduction
Byoungchan Oh, Nilmini Abeyratne, Jeongseob Ahn, Ronald Dreslinski, Trevor Mudge

DRAM can enter self-refresh mode to save power during idle periods. But self-refresh mode does not modify or reduce the number of refresh operations, therefore the refresh energy stays the same. We observe that in the self-refresh mode DRAM cells are in two distinct modes, static (idle) and dynamic (refreshing), and that the switching between these modes are predictable. In this paper, we propose two new self-refresh modes to improve the power efficiency of DRAM: Enhanced Self-Refresh (ESR) and

Electrical and Electronic EngineeringEngineering

대표 연구 분야

Hardware and ArchitectureInformation SystemsArtificial IntelligenceComputer Networks and CommunicationsComputer Vision and Pattern RecognitionElectrical and Electronic Engineering

안정섭 교수의 연구를 Nubint에서 더 깊이 살펴보세요

이 연구실의 논문을 앱에서 열어 AI와 함께 읽고, 핵심을 요약하고, 내 글에 인용하세요.