Hyper-V
Hyper-V![]() | |
개발자 | 마이크로소프트 |
---|---|
초기 릴리즈 | 전( |
운영 체제 | 윈도 서버 Windows 8, Windows 8.1, Windows 10, Windows 11 (x64, Pro, Enterprise 및 Education) |
전임자 | Windows 가상 PC |
유형 | 네이티브 하이퍼바이저 |
웹 사이트 | docs |
Microsoft Hyper-V(코드명: Viridian,[1] Windows Server Virtualization)는 네이티브 하이퍼바이저로 Windows를 [2]실행하는 x86-64 시스템에 가상 머신을 생성할 수 있습니다.Windows 8 이후 Hyper-V는 Windows NT 클라이언트 에디션의 하드웨어 가상화 컴포넌트로서 Windows Virtual PC를 대체했습니다.Hyper-V를 실행하는 서버 컴퓨터는 개개의 가상 머신을 하나 이상의 네트워크에 표시하도록 구성할 수 있습니다.Hyper-V는 Windows Server 2008에서 처음 출시되었으며 Windows Server 2012 및 Windows 8 이후 추가 비용 없이 사용할 수 있습니다.독립 실행형 윈도우즈 Hyper-V Server는 무료이지만 명령줄 인터페이스만 있습니다.무료 Hyper-V Server의 마지막 버전은 Windows Server 2019를 기반으로 하는 Hyper-V Server 2019입니다.
역사
Hyper-V의 베타 버전은 Windows Server 2008의 특정 x86-64 에디션과 함께 출고되었습니다.최종 버전은 2008년 6월 26일에 출시되었으며 Windows Update를 [3]통해 제공되었습니다.Hyper-V는 이후 모든 버전의 Windows [4][5][6]Server와 함께 출시되었습니다.
Microsoft는 다음의 2개의 채널을 통해 Hyper-V를 제공하고 있습니다.
- Windows의 일부:Hyper-V는 Windows Server 2008 이후의 옵션 컴포넌트입니다.또한 Windows 8, Windows 8.1, Windows 10 및 Windows 11의 Pro 및 Enterprise 에디션의 x64 SKU에서도 사용할 수 있습니다.
- Hyper-V 서버:Windows Server 프리웨어 에디션으로 기능 및 Hyper-V [7]컴포넌트가 한정되어 있습니다.
Hyper-V 서버
Hyper-V Server 2008은 2008년 10월 1일에 출시되었습니다.Windows Server 2008 Server Core 및 Hyper-V 역할로 구성되어 있습니다.다른 Windows Server 2008 역할은 비활성화되어 있으며 Windows [8]서비스는 제한되어 있습니다.Hyper-V Server 2008은 호스트 OS, 물리 하드웨어 및 소프트웨어를 구성하는 데 사용되는 명령줄 인터페이스로 제한됩니다.메뉴 구동 CLI 인터페이스와 자유롭게 다운로드할 수 있는 스크립트파일을 사용하면, 설정이 심플해집니다.또한 Hyper-V Server는 원격 데스크톱 연결을 통한 원격 액세스를 지원합니다.그러나 호스트 OS와 게스트 가상 머신의 관리와 구성은 일반적으로 다른 윈도우즈 컴퓨터의 Microsoft 관리 콘솔 또는 System Center Virtual Machine Manager를 사용하여 네트워크를 통해 수행됩니다.이것에 의해, 「포인트 앤 클릭」의 설정과 Hyper-V Server 의 감시가 훨씬 쉬워집니다.
Hyper-V Server 2008 R2(Windows Server 2008 R2의 에디션)는 2009년 9월에 발매되었습니다.CLI 제어를 강화하기 위해 Windows PowerShell v2가 포함되어 있습니다.Hyper-V Server에 원격 액세스하려면 네트워크 인터페이스와 Windows 방화벽의 CLI 구성이 필요합니다.또, Windows Vista PC 를 사용해 Hyper-V Server 2008 R2 를 관리하는 것도 완전하게 서포트되고 있는 것은 아닙니다.
아키텍처
Hyper-V는 파티션과 관련하여 가상 시스템의 분리를 구현합니다.파티션은 각 게스트 운영 체제가 실행되는 하이퍼바이저에서 지원되는 논리적 분리 단위입니다.하이퍼바이저 인스턴스에는 지원되는 버전의 Windows Server(2008 이후)를 실행하는 상위 파티션이 하나 이상 있어야 합니다.가상화 소프트웨어는 부모 파티션에서 실행되며 하드웨어 디바이스에 직접 액세스할 수 있습니다.상위 파티션은 게스트 OS를 호스트하는 하위 파티션을 생성합니다.부모 파티션은 Hyper-V에 [9]의해 공개되는 애플리케이션프로그래밍 인터페이스인 Hypercall API를 사용하여 자녀 파티션을 만듭니다.
하위 파티션은 물리적 프로세서에 액세스할 수 없으며 실제 인터럽트를 처리하지 않습니다.대신 프로세서의 가상 보기가 있고 게스트 가상 주소에서 실행됩니다. 하이퍼바이저 구성에 따라 가상 주소 공간 전체가 아닐 수 있습니다.VM 구성에 따라 Hyper-V는 프로세서의 서브셋만 각 파티션에 표시할 수 있습니다.하이퍼바이저는 프로세서에 대한 인터럽트를 처리하여 논리 Synthetic Interrupt Controller(SynIC)를 사용하여 해당 파티션으로 리다이렉트합니다.Hyper-V는 CPU에 의해 제공되는 제2레벨 주소 변환(인텔에서는 EPT, AMD에서는 RVI(구 NPT))을 사용하여 게스트 가상 주소 공간의 주소 변환을 고속화할 수 있습니다.
하위 파티션은 하드웨어 리소스에 직접 액세스할 수 없지만 가상 디바이스 측면에서 리소스를 가상으로 볼 수 있습니다.가상 디바이스에 대한 모든 요구는 VMBus를 통해 부모 파티션 내의 디바이스로 리다이렉트 됩니다.이 디바이스는 요구를 관리합니다.VMBus는 파티션 간 통신을 가능하게 하는 논리 채널입니다.응답도 VMBus 경유로 리다이렉트 됩니다.부모 파티션의 디바이스도 가상 디바이스인 경우 부모 파티션에 도달할 때까지 리다이렉트되며, 거기서 물리 디바이스에 액세스 할 수 있습니다.부모 파티션은 Virtualization Service Provider(VSP;가상화 서비스 공급자)를 실행합니다.VSP는 VMBus에 접속하여 자녀 파티션으로부터의 디바이스 액세스 요구를 처리합니다.자녀 파티션 가상 디바이스는 내부적으로 Virtualization Service Client(VSC; 가상화서비스 클라이언트)를 실행합니다.VSC는 VMBus를 통해 요구를 부모 파티션의 VSP로 리다이렉트합니다.이 전체 프로세스는 게스트 OS에 대해 투명합니다.
또, 가상 디바이스는, 스토리지, 네트워킹, 그래픽·서브시스템에 대해서, 「Inlightened I/O」라고 하는 Windows Server 가상화 기능을 이용할 수도 있습니다.Inlighted I/O는 SCSI와 같은 고도의 통신 프로토콜을 가상화 대응으로 구현하여 모든 디바이스 에뮬레이션 계층을 바이패스하고 VMBus를 직접 활용할 수 있습니다.이를 통해 통신 효율이 향상되지만 게스트 OS가 I/O를 지원해야 합니다.
현재[when?] 다음과 같은 운영 체제만이 Enlightened I/O를 지원하므로 에뮬레이션 속도가 느린 하드웨어를 사용해야 하는 다른 운영 체제보다 Hyper-V에서 게스트 운영 체제로 빠르게 실행할 수 있습니다.
시스템 요건
Hyper-V 역할은 Windows Server 2008 이후의 Standard, Enterprise 및 Datacenter 에디션의 x86-64 버전 및 Windows 8 이후의 Pro, Enterprise 및 Education 에디션에서만 사용할 수 있습니다.윈도우즈 서버에서는 전체 설치인지 코어 설치인지에 관계없이 설치할 수 있습니다.게다가 Hyper-V 는, Windows [12]Server 의 프리웨어 에디션인 Hyper-V Server operating system 의 일부로서 사용할 수 있습니다.어느 쪽이든 호스트 시스템에는 [13]다음이 필요합니다.
- 다음 테크놀로지를 탑재한 CPU:
- 각 게스트 시스템에 할당된 메모리 외에 2GB 이상의 메모리
가상 시스템에 할당된 메모리 양은 운영 체제에 따라 달라집니다.
- Windows Server 2008 Standard 는, VM 의 실행에 최대 31 GB 의 메모리를 서포트하고 있습니다.또, 호스트 [15]OS 의 경우는 최대 1 GB 의 메모리를 서포트합니다.
- Windows Server 2008 R2 Standard는 최대 32GB를 지원하지만 Enterprise 에디션과 Datacenter 에디션은 최대 [16]2TB를 지원합니다.Hyper-V Server 2008 R2는 최대 [13]1TB를 지원합니다.
- Windows Server 2012는 최대 4TB를 지원합니다.
각 가상 시스템에 할당된 CPU 수도 OS에 따라 달라집니다.
- Windows Server 2008 및 2008 R2는 VM당 1, 2, 또는 4개의 CPU를 지원합니다.Hyper-V Server 2008[12] R2도 마찬가지입니다.
- Windows Server 2012는 VM당 최대 64개의 CPU를 지원합니다.
동시에 액티브한 가상 머신의 최대수도 있습니다.
- Windows Server 2008 및 2008 R2는 서버 [17]1대당 384를 지원.Hyper-V Server 2008도 같은[12] 기능을 지원합니다.
- Windows Server 2012는 서버당 1024를 지원하며 Hyper-V Server[18] 2012에도 동일하게 적용됩니다.
- Windows Server 2016은 클러스터 및 노드당[19] 8000 지원
지원 게스트
Windows Server 2008 R2
다음 표에는 윈도우즈 Server 2008 R2 SP1에서 [20]지원되는 게스트 운영 체제가 나열되어 있습니다.
게스트 운영 체제 | 가상 CPU | ||
---|---|---|---|
OS | 에디션 | 번호 | 아키텍처 |
Windows Server 2012[a] | Hyper-V, Standard, 데이터센터 | 1–4 | x86-64 |
Windows Home Server 2011 | 표준. | 1–4 | x86-64 |
Windows Server 2008 R2 SP1 | 웹, 표준, 엔터프라이즈, 데이터센터 | 1–4 | x86-64 |
Windows Server 2008 SP2 | 웹, 표준, 엔터프라이즈, 데이터센터 | 1–4 | IA-32, x86-64 |
Windows Server 2003 R2 SP2 | 웹,[b] 표준, 엔터프라이즈, 데이터센터 | 1 또는 2 | IA-32, x86-64 |
Windows 2000 SP4 | 프로페셔널, 서버, 고급 서버 | 1 | IA-32 |
윈도 7 | 프로페셔널, 엔터프라이즈, Ultimate | 1–4 | IA-32, x86-64 |
윈도 비스타 | 비즈니스, 엔터프라이즈, Ultimate | 1–4 | IA-32, x86-64 |
Windows XP SP3 | 전문적인 | 1 또는 2 | IA-32, x86-64 |
Windows XP SP2 | 프로페셔널 x64 에디션 | 1 | IA-32, x86-64 |
SUSE Linux Enterprise Server 10 SP4 또는 11 SP1 – SP3 | — | 1–4 | IA-32, x86-64 |
Red Hat Enterprise Linux 5.5 – 7.0 | Red Hat 호환 커널 | 1–4 | IA-32, x86-64 |
CentOS 5.5~7.5 | — | 1–4 | IA-32, x86-64 |
우분투 12.04~20.04 | Debian 호환 커널 | 1–4 | IA-32, x86-64 |
데비안 7.0 | Debian 호환 커널 | 1–4 | IA-32, x86-64 |
Oracle Linux 6.4 | Red Hat 호환 커널 | 1–4 | IA-32, x86-64 |
- ^ 윈도우즈 Server 2012는 지원되며 핫픽스가 적용된 호스트 시스템 윈도우즈 Server 2008 R2 RTM 또는 SP1에서만 실행됩니다.
- ^ Web Edition에는 x64 버전이 없습니다.
Fedora 8 또는9는 지원되지 않지만 [20][21][22][23]실행이 보고되고 있습니다.
NetApp과 Citrix의 파트너십을 통해 FreeBSD 8.2 이상 [24]게스트에 대한 타사 지원이 제공됩니다.여기에는 에뮬레이트 모드와 반가상화 모드 모두와 여러 HyperV 통합 [25]서비스가 포함됩니다.
Quest Software vWorkspace, Citrix XenDesktop, Systancia ApplicationDis[26] Fusion 및 Ericom PowerTerm WebConnect 등 서드파티 기업의 데스크톱 가상화(VDI) 제품은 최종 사용자에게 완전한 PC 데스크톱 환경을 제공하면서 데이터 센터에서 데스크톱 가상 머신을 중앙 집중 관리할 수 있는 기능을 제공합니다.
Enlightened/O와 hypervisor-aware 커널 WindowsServer2008및 후에 서버 버전, WindowsVistaSP1CitrixXenServer과 노벨에서 나중에 고객과 제물과 같은 게스트 운영 체제 이후 이러한 손님들에 variablespeechcontrol가변 음성 제어 운전자들이 VSPs와 직접 VMBus.[27]Non-"e에 의사 소통을 하는 것이 좋호스트 리소스를 사용할 수 있을 것이다.nlig하드웨어" 운영체제는 에뮬레이트된 I/[28]O와 함께 실행되지만 통합 컴포넌트(VSC 드라이버 포함)는 Windows Server 2003 SP2, Windows Vista SP1 및 Linux에서 사용할 수 있어 성능을 향상시킬 수 있습니다.
Linux 지원
2009년 7월 20일 Microsoft는 GPL [29]조건에 따라 Linux 커널에 포함시키기 위해 Hyper-V 드라이버를 제출했습니다.Microsoft는 GPL 라이선스의 컴포넌트가 클로즈드 소스 [30]바이너리에 정적으로 링크된 Hyper-V 네트워크 드라이버를 내장하고 있는 것이 판명되었을 때 코드를 제출해야 했습니다.2.6.32로 시작하는 커널에는 Windows 호스트 환경에서 가상 Linux 게스트 시스템의 성능을 향상시키는 Hyper-V 반가상화 지원이 내장되어 있을 수 있습니다.Hyper-V는 Linux 게스트에 대한 기본적인 가상화 지원을 제공합니다.반가상화를 지원하려면 Linux Integration Components 또는 Satori InputVSC 드라이버를 설치해야 합니다.Xen 지원 Linux 게스트 배포는 Hyper-V에서도 반가상화할 수 있습니다.2013년 현재[update] Microsoft는 공식적으로 [31]SUSE Linux Enterprise Server 10 SP1/SP2(x86 및 x64)만 지원하지만 Xen 지원 Linux는 모두 실행할 수 있습니다.2008년 2월 Red Hat과 Microsoft는 Hyper-V에서 [32]Red Hat Enterprise Linux 5를 공식적으로 지원할 수 있도록 하기 위해 각각의 서버 운영체제와의 하이퍼바이저 상호 운용성을 위한 가상화 계약을 체결했습니다.
Windows Server 2012
Windows Server 2012 및 Windows Server 2012 R2의 Hyper-V는 위의 지원 목록을 다음과 [33]같이 변경합니다.
- Windows Server 2012의 Hyper-V는 Windows 8.1(최대 32CPU) 및 Windows Server 2012 R2(64CPU)를 지원하고, Windows Server 2012 R2의 Hyper-V는 Windows 10(32CPU) 및 Windows Server 2016(64CPU)을 지원합니다.
- 지원되는 Cent의 최소 버전OS는 6.0입니다.
- 지원되는 Red Hat Enterprise Linux의 최소 버전은 5.7입니다.
- 윈도우즈 Server 및 Linux 운영 체제에서 지원되는 CPU의 최대 수가 4개에서 64개로 늘었습니다.
Windows Server 2012 R2
Windows Server 2012 R2의 Hyper-V에 2세대 [34]VM이 추가되었습니다.
하위 호환성
Hyper-V는 Microsoft Virtual Server 및 Windows Virtual PC와 마찬가지로 각 게스트 OS를 단일 가상 하드 디스크 파일에 저장합니다.오래된 .vhd 형식과 새로운 .vhdx 형식을 지원합니다.Virtual Server 2005, Virtual PC 2004 및 Virtual PC 2007의 오래된 .vhd 파일을 Hyper-V에서 복사하여 사용할 수 있지만 오래된 가상 머신 통합 소프트웨어(Hyper-V Integration Services와 동등한 것)는 모두 가상 머신에서 삭제해야 합니다.이행된 게스트 OS를 구성하고 Hyper-V를 사용하여 시작하면 게스트 OS는 (가상) 하드웨어에 대한 변경을 감지합니다.「Hyper-V Integration Services」를 인스톨 하면, 퍼포먼스를 향상시키는 5개의 서비스가 인스톨 되어 새로운 게스트 비디오 드라이버와 네트워크 카드 드라이버가 동시에 추가됩니다.
제한 사항
오디오
Hyper-V는 오디오 하드웨어를 가상화하지 않습니다.윈도우즈 8.1 및 윈도우즈 Server 2012 R2 이전에는 네트워크 연결을 통해 원격 데스크톱 연결을 사용하여 가상 시스템에 연결하고 오디오 리디렉션 [35][36]기능을 사용하여 이 문제를 해결할 수 있었습니다.윈도우즈 8.1 및 윈도우즈 서버 2012 R2에는 네트워크 [37]연결 없이 리디렉션을 제공하는 향상된 세션 모드가 추가되었습니다.
옵티컬(광학식) 드라이브 패스스루
게스트 VM에서 가상화된 옵티컬(광학식) 드라이브는 읽기 [38]전용입니다.공식적으로 Hyper-V는 호스트/루트 운영 체제의 옵티컬(광학식) 드라이브를 게스트 VM으로 패스스루하는 것을 지원하지 않습니다.따라서 디스크, 오디오 CD, 비디오 CD/DVD-비디오 재생은 지원되지 않습니다.다만, iSCSI 프로토콜을 사용한 회피책은 있습니다.그 후, 표준 Microsoft iSCSI 이니시에이터가, 옵티컬(광학식) 드라이브를 사용해 호스트 머신에 iSCSI 타겟을 설정할 수 있습니다.Microsoft는 자체 iSCSI 타깃 소프트웨어를 제작하거나 다른 서드파티 제품을 [39]사용할 수 있습니다.
VT-x/AMD-V 처리
Hyper-V는 Intel에서 VT-x를 사용하거나 AMD x86 가상화에서 AMD-V를 사용합니다.Hyper-V는 네이티브 하이퍼바이저이므로 설치되어 있는 한 타사 소프트웨어는 VT-x 또는 AMD-V를 사용할 수 없습니다.예를 들어 Hyper-V가 설치되어 있는 [40]동안에는 Intel HAXM Android 디바이스 에뮬레이터(Android Studio 또는 Microsoft Visual Studio에서 사용)를 실행할 수 없습니다.
클라이언트 운영 체제
Windows 8, 8.1, 10 Pro, Enterprise, Education의 x64 SKU에는 Client Hyper-V라는 특별한 버전이 포함되어 있습니다.[41]
버전별로 추가된 기능
Windows Server 2012
Windows Server 2012는 Hyper-V에 [6]많은 신기능을 도입했습니다.
- Hyper-V 확장 가능 가상[42][43] 스위치
- 네트워크 가상화[42]
- 멀티 테넌시(Multi-tenancy)
- 스토리지 리소스 풀
- .vhdx 디스크 포맷으로 최대 64TB의[44] 가상 하드 디스크 지원(전원 장애 복원 기능 포함)
- 가상 파이버 채널
- 오프로드된 데이터 전송
- Hyper-V[45] 레플리카
- 사내간 접속
- 클라우드 백업
Windows Server 2012 R2
Windows Server 2012 R2 에서는, Microsoft 가 새로운 기능을 [46]도입했습니다.
Windows Server 2016
Windows Server 2016 및 Windows 10 1607의[52] Hyper-V 추가
- 네스트된 가상화[53] (인텔 프로세서만 해당.Hyper-V의 호스트와 게스트 인스턴스는 모두 Windows Server 2016 또는 Windows 10 이후여야 합니다)
- DDA(Discrete Device Assignment)를 통해 호환되는 PCI Express 디바이스를 게스트 가상[54] 머신에 직접 패스스루할 수 있습니다.
- Windows 컨테이너(OS 레벨이 아닌 애플리케이션 레벨에서 분리 가능)
- 원격 증명 서버를 사용한 보호 대상 VM
- 게스트별 호스트 CPU 리소스 사용률 모니터링 및 보호(게스트별 CPU 사용 제한)
Windows Server 2019
Windows Server 2019 및 Windows 10 1809의[55] Hyper-V는
- Linux 호환성 등 가상 머신 보호 기능 향상
- 가상 머신 암호화 네트워크
- vSwitch 수신 세그먼트 병합
- 동적 가상 시스템 다중 대기열(d. VMMQ)
- 영속 메모리 지원
- 스토리지 공간 다이렉트 및 페일오버 클러스터링의 기능 및 성능 대폭 향상
「 」를 참조해 주세요.
- 플랫폼 가상화 소프트웨어 비교
- Windows 8의 신기능
- 가상 디스크 이미지
- Microsoft 오픈 스페시피케이션 약속
- Microsoft 리모트 Web Workplace
- 가상 프라이빗 서버
- Linux용 Windows 서브시스템
Hyper-V용 웹 인터페이스
레퍼런스
- ^ "Microsoft to ship Windows Server 2008, over time, in eight flavors". ZDNet. Archived from the original on 2010-09-24. Retrieved 2007-11-13.
- ^ Paul Thurrott. "Windows Server Virtualization Preview". Archived from the original on 2007-10-11. Retrieved 2007-09-25.
- ^ "Announcement available from the Microsoft download centre". Archived from the original on 2008-06-29. Retrieved 2008-06-26.
- ^ "Microsoft Hyper-V Server". Microsoft. p. 1. Archived from the original on October 5, 2013. Retrieved January 12, 2012.
- ^ "Download: Microsoft® Hyper-V™ Server 2008 R2 SP1 - Microsoft Download Center - Download Details". Microsoft.com. 2011-12-04. Archived from the original on 2012-04-19. Retrieved 2012-10-07.
- ^ a b "Server Virtualization Features". Microsoft. Archived from the original on October 14, 2012. Retrieved October 5, 2012.
- ^ "Try Hyper-V Server 2012 R2". Evaluation Center. Microsoft. Archived from the original on 11 July 2020. Retrieved 16 February 2015.
- ^ "Microsoft Helps Customers Overcome Barriers to Virtualization and Get Virtual Now". PressPass (Press release). Microsoft. October 1, 2008. Archived from the original on 2010-01-18. Retrieved 2008-10-02.
- ^ "Hyper-V Architecture". Msdn.microsoft.com. Archived from the original on 2017-04-04. Retrieved 2017-04-04.
- ^ "Staging: hv: storvsc: Move the storage driver out of the staging area". Retrieved 28 December 2015.
- ^ "FreeBSD and Microsoft Windows Server Hyper-V support". Archived from the original on 24 January 2015. Retrieved 10 February 2015.
- ^ a b c "Microsoft Hyper-V Server 2008 R2: Frequently Asked Questions". Microsoft.com. Microsoft. Archived from the original on 14 August 2011.
- ^ a b "Microsoft Hyper-V Server: System Requirements". Microsoft.com. Microsoft. Archived from the original on 14 March 2010.
- ^ Thurott, Paul. "Q: Will Windows Server 2012 require the processor to support SLAT?". Archived from the original on August 9, 2017. Retrieved November 5, 2011.
- ^ "Memory Limits for Windows Releases (Windows)". Msdn.microsoft.com. Archived from the original on 2009-06-20. Retrieved 2010-03-02.
- ^ "Microsoft Windows Server 2008 System Requirements". Microsoft.com. Archived from the original on 2011-06-12. Retrieved 2012-10-07.
- ^ "Microsoft Hyper-V Server: Overview". Microsoft.com. Archived from the original on 2012-03-22. Retrieved 2010-03-02.
- ^ "Hyper-V Server whitepaper" (PDF). Archived (PDF) from the original on 2013-11-07. Retrieved 2013-12-21.
- ^ "Plan for Hyper-V scalability in Windows Server 2016". Microsoft.com. Retrieved 2017-06-22.
- ^ a b "About Virtual Machines and Guest Operating Systems". TechNet. Microsoft. Archived from the original on 2016-05-06. Retrieved 2016-05-09.
- ^ "Installing Fedora Core 8 on Hyper-V - Ben Armstrong - Site Home - MSDN Blogs". Blogs.msdn.com. 2008-01-03. Archived from the original on 2010-02-10. Retrieved 2012-10-07.
- ^ Sheinberg, Brian (2008-02-08). "First Look: Fedora 9 Alpha, Running in Hyper-V Beta". Crn.com. Archived from the original on 2010-07-23. Retrieved 2012-10-07.
- ^ "Install Ubuntu 7.10 on Hyper-V". Haiders.net. 2008-04-04. Archived from the original on 2009-02-24. Retrieved 2012-10-07.
- ^ "Available Today: FreeBSD Support for Windows Server Hyper-V". Openness@Microsoft. 2012-08-09. Archived from the original on 2014-05-25. Retrieved 2014-05-25.
- ^ "HyperV - FreeBSD Wiki". Freebsd.org. Archived from the original on 2014-07-18. Retrieved 2014-05-25.
- ^ "Systancia offers application and desktop virtualization in a single product". DataMonitor.
- ^ "Microsoft Windows Server 2008 – Hyper-V solution overview - Gabe Knuth". BrianMadden.com. Archived from the original on 2008-07-04. Retrieved 2012-10-07.
- ^ Stevens, Alan (2008-02-27). "Microsoft's Hyper-V: why all the fuss?". ZDNet. CBS Interactive. Archived from the original on 2009-05-15. Retrieved 2012-10-07.
- ^ Ramji, Sam; Hanrahan, Tom (2009-07-20). "Microsoft Contributes Linux Drivers to Linux Community". News Center. Microsoft. Archived from the original on 2012-04-18. Retrieved 2010-03-02.
- ^ Foley, Mary Jo (2009-07-22). "Pigs are flying low: Why Microsoft open-sourced its Linux drivers". ZDNet. CBS Interactive. Archived from the original on 2012-10-12. Retrieved 2012-08-07.
- ^ Babcock, Charles (2008-04-24). "Microsoft Hyper-V To Flaunt Advanced Virtualization Features". Informationweek.com. Archived from the original on 2014-09-03. Retrieved 2012-10-07.
- ^ Foley, Mary Jo (2009-02-16). "Microsoft and Red Hat sign virtualization pact". ZDNet. CBS Interactive. Archived from the original on 2016-02-08. Retrieved 2012-10-07.
- ^ "Hyper-V Overview". TechNet. Microsoft. Archived from the original on September 15, 2012. Retrieved October 5, 2012.
- ^ Archiveddocs. "Generation 2 Virtual Machine Overview". docs.microsoft.com. Archived from the original on 2021-01-26. Retrieved 2021-01-19.
- ^ Otey, Michael (24 June 2008). "Guest VM Audio Support under Hyper-V". Windows IT Pro. Penton Media. Archived from the original on 21 October 2014. Retrieved 21 September 2014.
- ^ "Enable Audio in Windows 2008 guest machines running on HyperV". Akshat's Blog. Microsoft. 7 April 2011. Archived from the original on 21 October 2014. Retrieved 21 September 2014.
- ^ Gear, Gavin (5 December 2013). "Overview: Client Hyper-V Enhanced Session Mode in Windows 8.1". Blogging Windows. Microsoft. Archived from the original on 15 October 2014. Retrieved 21 September 2014.
- ^ Cook, John Paul. "DVD writer on Hyper-V server". TechNet Forums. Microsoft. Archived from the original on 2012-03-23. Retrieved 2012-10-07.
- ^ "Using Full DVD/CD Writing Capabilities in a Hyper-V VM Mark Gilbert's Blog". Mark-gilbert.co.uk. 2012-09-05. Archived from the original on 2016-05-09. Retrieved 2015-01-18.
- ^ Syrewicze, Andy (October 2, 2013). "VMware vs. Hyper-V: Architectural Differences". Syrewiczeit.com. Self-published. Archived from the original on February 25, 2018. Retrieved 2019-01-18.
- ^ "Fix Hyper-V Has Not Been Installed on Computer 'localhost'". Techdracula.com. Archived from the original on 2015-10-14. Retrieved 2013-06-06.
- ^ a b "A deep dive into Hyper-V Networking (Video and Slides)". Archived from the original on 2012-03-10. Retrieved 2011-09-22.
- ^ "Extending the Hyper-V switch (Video and Slides)". Archived from the original on 2012-05-23. Retrieved 2012-05-10.
- ^ "Hyper-V Virtual Hard Disk Format Overview". TechNet. Microsoft. Archived from the original on August 27, 2012. Retrieved August 25, 2012.
- ^ Reseller, Mike. "Hyper-V Replica in depth". Veeam Software. Archived from the original on 2014-11-29. Retrieved 2014-11-14.
- ^ "What's New in Hyper-V for Windows Server 2012 R2". Technet.microsoft.com. Archived from the original on 2016-06-03. Retrieved 2016-04-26.
- ^ "What's New in Hyper-V for Windows Server 2012 R2". Technet.microsoft.com. Archived from the original on 2016-06-03. Retrieved 2016-04-26.
- ^ "What's New in Hyper-V for Windows Server 2012 R2". Technet.microsoft.com. Archived from the original on 2016-06-03. Retrieved 2016-04-26.
- ^ "What's New in Hyper-V for Windows Server 2012 R2". Technet.microsoft.com. Archived from the original on 2016-06-03. Retrieved 2016-04-26.
- ^ "What's New in Hyper-V for Windows Server 2012 R2". Technet.microsoft.com. Archived from the original on 2016-06-03. Retrieved 2016-04-26.
- ^ "What's New in Hyper-V for Windows Server 2012 R2". Technet.microsoft.com. Archived from the original on 2016-06-03. Retrieved 2016-04-26.
- ^ "What's new in Hyper-V on Windows Server 2016". Docs.microsoft.com. Archived from the original on 2017-10-28. Retrieved 2017-10-27.
- ^ "Run Hyper-V in a Virtual Machine with Nested Virtualization". Docs.microsoft.com. Archived from the original on 2017-10-28. Retrieved 2017-10-27.
- ^ "What's new in Hyper-V on Windows Server 2016". Docs.microsoft.com. Archived from the original on 2019-01-13. Retrieved 2019-02-21.
- ^ "What's new in Windows Server 2019". Docs.microsoft.com. Archived from the original on 2019-03-27. Retrieved 2019-02-21.
추가 정보
- "Hypervisor Top Level Functional Specification". Microsoft. 2016. Archived from the original on 2017-04-05. Retrieved 2017-04-04.
- Koens, Dimitri (2013). "Hyper-V Quick Reference" (PDF). Dimension IT TV. Archived (PDF) from the original on 2016-03-26. Retrieved 2017-04-04.
- Howard, John (2006). "WinHEC 2006 Presentation slides". Virtualization Blog. Microsoft. Archived from the original on 2015-12-20. Retrieved 2017-04-04.
- Radzikowski, Przemek (2009). "Benchmarking Hyper-V on Windows Server 2008 R2 x64". Archived from the original on 2017-04-23. Retrieved 2017-04-04.
- Posey, Brien; Zerger, Pete; Henley, Chris (2013). The Hands-on Guide: Understanding Hyper-V in Windows Server 2012. Veeam Software. Archived from the original on 2014-04-13. Retrieved 2017-04-04.
외부 링크

- 공식 웹사이트
- 가상화 패브릭 설계 고려사항 가이드
- Microsoft TechNet 상의 Hyper-V
- Windows Server 2008 R2 x 64에서의 Hyper-V 벤치마킹 Wayback Machine에서의 2017-04-23 아카이브
- Hyper-V 아키텍처
- Windows 관리 센터
- Hv 매니저