Gotowa bibliografia na temat „Virtual Machines (VM)”
Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych
Zobacz listy aktualnych artykułów, książek, rozpraw, streszczeń i innych źródeł naukowych na temat „Virtual Machines (VM)”.
Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.
Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.
Artykuły w czasopismach na temat "Virtual Machines (VM)"
Hasan, Waqas. "Virtual Machine Migration in Cloud Computing". Oriental journal of computer science and technology 14, nr 010203 (28.02.2022): 46–51. http://dx.doi.org/10.13005/ojcst14.010203.06.
Pełny tekst źródłaHasan, Waqas. "A Survey on Virtual Machine Migration in Cloud Computing". International Journal of Scientific & Engineering Research 13, nr 03 (25.03.2022): 648–53. http://dx.doi.org/10.14299/ijser.2022.03.03.
Pełny tekst źródłaGe, Jun Wei, Hai Ming Zheng i Yi Qiu Fang. "A Hybird Virtual Machine Placement Aglrithm for Virtualized Desktop Infrastructure". Advanced Materials Research 760-762 (wrzesień 2013): 1906–10. http://dx.doi.org/10.4028/www.scientific.net/amr.760-762.1906.
Pełny tekst źródłaChen, Ji-Ming, Shi Chen, Xiang Wang, Lin Lin i Li Wang. "A Virtual Machine Migration Strategy Based on the Relevance of Services against Side-Channel Attacks". Security and Communication Networks 2021 (21.12.2021): 1–17. http://dx.doi.org/10.1155/2021/2729949.
Pełny tekst źródłaLiu, Yanbing, Bo Gong, Congcong Xing i Yi Jian. "A Virtual Machine Migration Strategy Based on Time Series Workload Prediction Using Cloud Model". Mathematical Problems in Engineering 2014 (2014): 1–11. http://dx.doi.org/10.1155/2014/973069.
Pełny tekst źródłaLiu, Zhenpeng, Jiahuan Lu, Nan Su, Bin Zhang i Xiaofei Li. "Location-Constrained Virtual Machine Placement (LCVP) Algorithm". Scientific Programming 2020 (5.11.2020): 1–8. http://dx.doi.org/10.1155/2020/8846087.
Pełny tekst źródłaT. Y. J., Naga Malleswari, Senthil Kumar T. i JothiKumar C. "Resumption of virtual machines after adaptive deduplication of virtual machine images in live migration". International Journal of Electrical and Computer Engineering (IJECE) 11, nr 1 (1.02.2021): 654. http://dx.doi.org/10.11591/ijece.v11i1.pp654-663.
Pełny tekst źródłaSushmitha, G. M. Karthik i M. Sayeekumar. "Power and Performance Based Genetic Ant Colony Algorithm for Virtual Machine Placement". Journal of Computational and Theoretical Nanoscience 17, nr 1 (1.01.2020): 32–36. http://dx.doi.org/10.1166/jctn.2020.8625.
Pełny tekst źródłaSrinivasa Rao, L., i I. Raviprakash Reddy. "A novel energy efficient virtual machine configuration and migration technique". International Journal of Engineering & Technology 7, nr 4 (17.09.2018): 2391. http://dx.doi.org/10.14419/ijet.v7i4.13236.
Pełny tekst źródłaMuhammad, Shoaib, Muhammad Nabeel Mustafa Syed i Shabhi Ul Hasan Naqvi Syed. "Techniques of migration in live virtual machine and its challenges". i-manager's Journal on Computer Science 9, nr 4 (2022): 31. http://dx.doi.org/10.26634/jcom.9.4.18540.
Pełny tekst źródłaRozprawy doktorskie na temat "Virtual Machines (VM)"
George, Sharath. "Usermode kernel : running the kernel in userspace in VM environments". Thesis, University of British Columbia, 2008. http://hdl.handle.net/2429/2858.
Pełny tekst źródłaYoginath, Srikanth B. "Virtual time-aware virtual machine systems". Diss., Georgia Institute of Technology, 2014. http://hdl.handle.net/1853/52321.
Pełny tekst źródłaAtchukatla, Mahammad suhail. "Algorithms for efficient VM placement in data centers : Cloud Based Design and Performance Analysis". Thesis, Blekinge Tekniska Högskola, Institutionen för datalogi och datorsystemteknik, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-17221.
Pełny tekst źródła- Perform simulation of algorithms in CloudSim simulator. Estimate and compare the energy consumption of different packing algorithms. Design an OpenStack testbed to implement the Bin packing algorithm. Methods: We use CloudSim simulator to estimate the energy consumption of the First fit, the First fit decreasing, Best fit and Enhanced best-fit algorithms. Design a heuristic model for implementation in the OpenStack environment for optimizing the energy consumption for the physical machines. Server consolidation and live migration are used for the algorithms design in the OpenStack implementation. Our research also extended to the Nova scheduler functionality in an OpenStack environment. Results: Most of the case the enhanced best-fit algorithm gives the better results. The results are obtained from the default OpenStack VM placement algorithm as well as from the heuristic algorithm developed in this simulation work. The comparison of results indicates that the total energy consumption of the data center is reduced without affecting potential service level agreements. Conclusions: The research tells that energy consumption of the physical machines can be optimized without compromising the offered service quality. A Python wrapper was developed to implement this model in the OpenStack environment and minimize the energy consumption of the Physical machine by shutdown the unused physical machines. The results indicate that CPU Utilization does not vary much when live migration of the virtual machine is performed.
Ducasse, Quentin. "Sécurisation matérielle de la compilation à la volée des machines virtuelles langage". Electronic Thesis or Diss., Brest, École nationale supérieure de techniques avancées Bretagne, 2024. http://www.theses.fr/2024ENTA0003.
Pełny tekst źródłaLanguage Virtual Machines (VMs) are the run-time environment of popular high level managed languages. They offer portability and memory handling for the developer and are deployed on most computing devices. Their widespread distribution, handling of untrusted user inputs, and low-level task execution make them interesting to attackers. Software-only solutions that isolate their different components often incur a high performance overhead incompatible with just-in-time (JIT) compilation. Hardware-accelerated run time protections are pushed in vendor processors as a solution to conciliate strong security guarantees with performance. To allow experimentation in the design and comparison of such solutions, this thesis is interested in the RISC-V instruction set and its extension capabilities. We present Gigue, a workload generator that outputs binaries similar to JIT code directly executable on RISC-V softcores. It provides an interface for custom instructions and guarantees their execution. We present an instruction-level domain isolation solution added to Gigue binaries and implemented in an application-class processor with processor modifications. The solution adds negligible performance overhead while enforcing strong properties on domains. As an effort to motivate deployment in real use cases, we extend the Pharo JIT compiler to the RISC-V instruction set along with its testing infrastructure
Ahvar, Ehsan. "Cost-efficient resource allocation for green distributed clouds". Thesis, Evry, Institut national des télécommunications, 2017. http://www.theses.fr/2017TELE0001.
Pełny tekst źródłaVirtual machine (VM) placement (i.e., resource allocation) method has a direct effect on both cost and carbon emission. Considering the geographic distribution of data centers (DCs), there are a variety of resources, energy prices and carbon emission rates to consider in a distributed cloud, which makes the placement of VMs for cost and carbon efficiency even more critical and complex than in centralized clouds. The goal of this thesis is to present new VM placement algorithms to optimize cost and carbon emission in a distributed cloud. It first focuses on cost efficiency in distributed clouds and, then, extends the goal to optimization of both cost and carbon emission at the same time. Thesis includes two main parts. The first part of thesis proposes, develops and evaluates static VM placement algorithms to reach the mentioned goal where an initial placement of a VM holds throughout the lifetime of the VM. The second part proposes dynamic VM placement algorithms where the initial placement of VMs is allowed to change (e.g., through VM migration and consolidation). The first contribution is a survey of the state of the art on cost and carbon emission resource allocation in distributed cloud environments. The second contribution targets the challenge of optimizing inter-DC communication cost for large-scale tasks and proposes a Network-Aware Cost-Efficient Resource allocation method, called NACER, for distributed clouds. The goal is to minimize the network communication cost of running a task in a distributed cloud by selecting the DCs to provision the VMs in such a way that the total network distance (hop count or any reasonable measure) among the selected DCs is minimized. The third contribution proposes a Network-Aware Cost Efficient VM Placement method (called NACEV) for Distributed Clouds. NACEV is an extended version of NACER. While NACER only considers inter-DC communication cost, NACEV optimizes both communication and computing cost at the same time and also proposes a mapping algorithm to place VMs on Physical Machines (PMs) inside of the selected DCs. NACEV also considers some aspects such as heterogeneity of VMs, PMs and switches, variety of energy prices, multiple paths between PMs, effects of workload on cost (energy consumption) of cloud devices (i.e., switches and PMs) and also heterogeneity of energy model of cloud elements. The forth contribution presents a Cost and Carbon Emission-Efficient VM Placement Method (called CACEV) for green distributed clouds. CACEV is an extended version of NACEV. In addition to cost efficiency, CACEV considers carbon emission efficiency and green distributed clouds. It is a VM placement algorithm for joint optimization of computing and network resources, which also considers price, location and carbon emission rate of resources. It also, unlike previous contributions of thesis, considers IaaS Service Level Agreement (SLA) violation in the system model. To get a better performance, the fifth contribution proposes a dynamic Cost and Carbon Emission-Efficient VM Placement method (D-CACEV) for green distributed clouds. D-CACEV is an extended version of our previous work, CACEV, with additional figures, description and also live VM migration mechanisms. We show that our joint VM placement-reallocation mechanism can constantly optimize both cost and carbon emission at the same time in a distributed cloud
Ahvar, Ehsan. "Cost-efficient resource allocation for green distributed clouds". Electronic Thesis or Diss., Evry, Institut national des télécommunications, 2017. http://www.theses.fr/2017TELE0001.
Pełny tekst źródłaVirtual machine (VM) placement (i.e., resource allocation) method has a direct effect on both cost and carbon emission. Considering the geographic distribution of data centers (DCs), there are a variety of resources, energy prices and carbon emission rates to consider in a distributed cloud, which makes the placement of VMs for cost and carbon efficiency even more critical and complex than in centralized clouds. The goal of this thesis is to present new VM placement algorithms to optimize cost and carbon emission in a distributed cloud. It first focuses on cost efficiency in distributed clouds and, then, extends the goal to optimization of both cost and carbon emission at the same time. Thesis includes two main parts. The first part of thesis proposes, develops and evaluates static VM placement algorithms to reach the mentioned goal where an initial placement of a VM holds throughout the lifetime of the VM. The second part proposes dynamic VM placement algorithms where the initial placement of VMs is allowed to change (e.g., through VM migration and consolidation). The first contribution is a survey of the state of the art on cost and carbon emission resource allocation in distributed cloud environments. The second contribution targets the challenge of optimizing inter-DC communication cost for large-scale tasks and proposes a Network-Aware Cost-Efficient Resource allocation method, called NACER, for distributed clouds. The goal is to minimize the network communication cost of running a task in a distributed cloud by selecting the DCs to provision the VMs in such a way that the total network distance (hop count or any reasonable measure) among the selected DCs is minimized. The third contribution proposes a Network-Aware Cost Efficient VM Placement method (called NACEV) for Distributed Clouds. NACEV is an extended version of NACER. While NACER only considers inter-DC communication cost, NACEV optimizes both communication and computing cost at the same time and also proposes a mapping algorithm to place VMs on Physical Machines (PMs) inside of the selected DCs. NACEV also considers some aspects such as heterogeneity of VMs, PMs and switches, variety of energy prices, multiple paths between PMs, effects of workload on cost (energy consumption) of cloud devices (i.e., switches and PMs) and also heterogeneity of energy model of cloud elements. The forth contribution presents a Cost and Carbon Emission-Efficient VM Placement Method (called CACEV) for green distributed clouds. CACEV is an extended version of NACEV. In addition to cost efficiency, CACEV considers carbon emission efficiency and green distributed clouds. It is a VM placement algorithm for joint optimization of computing and network resources, which also considers price, location and carbon emission rate of resources. It also, unlike previous contributions of thesis, considers IaaS Service Level Agreement (SLA) violation in the system model. To get a better performance, the fifth contribution proposes a dynamic Cost and Carbon Emission-Efficient VM Placement method (D-CACEV) for green distributed clouds. D-CACEV is an extended version of our previous work, CACEV, with additional figures, description and also live VM migration mechanisms. We show that our joint VM placement-reallocation mechanism can constantly optimize both cost and carbon emission at the same time in a distributed cloud
Hu, Ji. "A virtual machine architecture for IT-security laboratories". Phd thesis, [S.l.] : [s.n.], 2006. http://deposit.ddb.de/cgi-bin/dokserv?idn=980935652.
Pełny tekst źródłaAlbaaj, Hassan, i Victor Berggren. "Benchmark av Containers och Unikernels". Thesis, Tekniska Högskolan, Jönköping University, JTH, Datateknik och informatik, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:hj:diva-50214.
Pełny tekst źródłaSyfte – Syftet med denna studie är att undersöka möjligheten att effektivisera lokala nätverk och databaser med hjälp av unikernels och att jämföra denna möjlighet med containrar. Detta kan även gälla utveckling av programvara för att säkerställa att programvaran exekveras på servern på exakt samma sätt som den tidigare gjort lokalt på utvecklarens lokala dator. Metod – Två experiment utförs för att undersöka om det går besvara syftet, kvantitativa data samlas in i båda fallen, datan är även redovisad kvantitativt. Python-script används föratt starta C-script som agerar klient och server. Tidtagning på algoritmer i unikernels respektive containrar samt minnesanvändning vid multipel instansiering mättes för att analyseras och jämföras. Resultat – Intermittenta svarstids-toppar gjorde datan från unikernels svår att korrekt utvärdera. Containrar hade ett lägre medelvärde på svarstider vid mindre krävande algoritm-användning. Unikernels medelvärde dyker under container-svarstiderna när mer krävande program simuleras. Några små buggar upptäcktesi Unikraft unikernels. Implikationer – Unikernels har egenskaper som gör de mer passande för vissa uppgifter jämfört med dess motsvarighet medan detsamma gäller för Containrar. Unikraft unikernels är instabila och ger därfören bild av att containrar vidmindre processorkrävande program faktiskt är snabbare än unikernels. Unikernels är bara snabbare och säkrare i den mån verktyget som bygger dem, gör det på ett sätt att de är stabila. Begränsningar – Avsaknaden av standarder, avsaknaden av ett communitysom kan svara på frågor tillsammans med att unikernelsär ett litet och nischat fält gör att unikernels har en relativ hög inlärningskurva. Nyckelord – Unikernel, Unikraft, Container, Docker
Durelli, Vinicius Humberto Serapilha. "Toward harnessing a Java high-level language virtual machine for supporting software testing". Universidade de São Paulo, 2013. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-06012014-150025/.
Pełny tekst źródłaMáquinas virtuais de linguagens de programação têm desempenhado um papel importante como mecanismo para a implementação de linguagens de programação. Linguagens voltadas para esses ambientes de execução possuem várias vantagens em relação às linguagens compiladas. Essas vantagens fizeram com que tais ambientes de execução se tornassem amplamente utilizados pela indústria e academia. Entretanto, a maioria dos estudos nessa area têm se dedicado a aprimorar o desempenho desses ambientes de execução e poucos têm enfocado o desenvolvimento de funcionalidades que automatizem ou facilitem a condução de atividades de engenharia de software, incluindo atividades de teste de software. Este trabalho apresenta indícios de que máquinas virtuais de linguagens de programação podem apoiar a criação de ambientes de teste de software integrado. Para tal, duas funcionalidades que tiram proveito das características de uma máquina virtual Java foram desenvolvidas. O propósito da primeira funcionalidade e automatizar a condução de atividades de mutação fraca. Após a implementação de tal funcionalidade na máquina virtual Java selecionada, observou-se um desempenho até 95% melhor em relação a uma ferramenta de mutação forte. Afim de apoiar o teste de programas concorrentes, a segunda funcionalidade permite reexecutá-los de forma determinística além de automatizar a exploração de que novas sequências de escalonamento
Mohammad, Taha, i Chandra Sekhar Eati. "A Performance Study of VM Live Migration over the WAN". Thesis, Blekinge Tekniska Högskola, Institutionen för kommunikationssystem, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-1529.
Pełny tekst źródła0763472814
Książki na temat "Virtual Machines (VM)"
Corporation, International Business Machines, red. Conversion guide and notebook for VM/XA SP and VM/ESA, release 2.2: Virtual machine/enterprise systems architecture. Wyd. 5. Endicott, NY (1701 North St., Endicott 13760-5553): International Business Machines Corp., 1994.
Znajdź pełny tekst źródłaAbreu, Peter, i Paul Olenick. Windows Azure Virtual Machines: Deploy and Run Windows Server or Linux VM. Wiley & Sons, Incorporated, John, 2013.
Znajdź pełny tekst źródłaCzęści książek na temat "Virtual Machines (VM)"
Yuan, Shenghao, Frédéric Besson, Jean-Pierre Talpin, Samuel Hym, Koen Zandberg i Emmanuel Baccelli. "End-to-End Mechanized Proof of an eBPF Virtual Machine for Micro-controllers". W Computer Aided Verification, 293–316. Cham: Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-13188-2_15.
Pełny tekst źródłaChoi, Brendan. "Creating an Ubuntu Server Virtual Machine (VM)". W Introduction to Python Network Automation Volume I - Laying the Groundwork, 271–309. Berkeley, CA: Apress, 2024. http://dx.doi.org/10.1007/979-8-8688-0146-4_5.
Pełny tekst źródłaChoi, Brendan. "Creating a Fedora Server Virtual Machine (VM)". W Introduction to Python Network Automation Volume I - Laying the Groundwork, 311–50. Berkeley, CA: Apress, 2024. http://dx.doi.org/10.1007/979-8-8688-0146-4_6.
Pełny tekst źródłaGuo, Feng, Dong Zhang, Zhengwei Liu i Kaiyuan Qi. "VM $$^3$$ : Virtual Machine Multicast Migration Based on Comprehensive Load Forecasting". W Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering, 66–75. Cham: Springer International Publishing, 2015. http://dx.doi.org/10.1007/978-3-319-16050-4_6.
Pełny tekst źródłaKwon, Donghyun, Jiwon Seo, Sehyun Baek, Giyeol Kim, Sunwoo Ahn i Yunheung Paek. "VM-CFI: Control-Flow Integrity for Virtual Machine Kernel Using Intel PT". W Computational Science and Its Applications – ICCSA 2018, 127–37. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-95174-4_10.
Pełny tekst źródłaHussain, Mohammad Rashid, Arshi Naim i Mohammed Abdul Khaleel. "Implementation of Wireless Sensor Network Using Virtual Machine (VM) for Insect Monitoring". W Lecture Notes in Networks and Systems, 73–78. Singapore: Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-3172-9_8.
Pełny tekst źródłaPadhi, Biswajit, Motahar Reza, Indrajeet Gupta, Poorna Sai Nagendra i Sarath S. Kumar. "Prediction of Dynamic Virtual Machine (VM) Provisioning in Cloud Computing Using Deep Learning". W Computational Intelligence in Data Mining, 607–18. Singapore: Springer Nature Singapore, 2022. http://dx.doi.org/10.1007/978-981-16-9447-9_46.
Pełny tekst źródłaAlmamun, Shawakat Akbar, E. Balamurugan, Shahidul Hasan, N. M. Saravana Kumar i K. Sangeetha. "Intelligent Stackelberg Game Theory with Threshold-Based VM Allocation Strategy for Detecting Malicious Co-Resident Virtual Nodes in Cloud Computing Networks". W Machine Learning and Deep Learning Techniques in Wireless and Mobile Networking Systems, 249–67. Boca Raton: CRC Press, 2021. http://dx.doi.org/10.1201/9781003107477-14.
Pełny tekst źródłaSharma, Oshin, i Hemraj Saini. "Performance Evaluation of Energy-Aware Virtual Machine Placement Techniques for Cloud Environment". W Advances in Human Resources Management and Organizational Development, 45–72. IGI Global, 2018. http://dx.doi.org/10.4018/978-1-5225-5323-6.ch003.
Pełny tekst źródła"Modularity Design of VM". W Advanced Design and Implementation of Virtual Machines, 229–42. Taylor & Francis Group, 6000 Broken Sound Parkway NW, Suite 300, Boca Raton, FL 33487-2742: CRC Press, 2016. http://dx.doi.org/10.1201/9781315386706-17.
Pełny tekst źródłaStreszczenia konferencji na temat "Virtual Machines (VM)"
Amamou, Ahmed, Manel Bourguiba, Kamel Haddadou i Guy Pujolle. "DBA-VM: Dynamic bandwidth allocator for virtual machines". W 2012 IEEE Symposium on Computers and Communications (ISCC). IEEE, 2012. http://dx.doi.org/10.1109/iscc.2012.6249382.
Pełny tekst źródłaDa Silva, Rodrigo A. C., i Nelson L. S. Da Fonseca. "Energy-aware load balancing in distributed data centers". W XXIX Concurso de Teses e Dissertações da SBC. Sociedade Brasileira de Computação - SBC, 2020. http://dx.doi.org/10.5753/ctd.2016.9133.
Pełny tekst źródłaLi, Nan, Bo Li, Jianxin Li, Tianyu Wo i Jinpeng Huai. "vMON: An Efficient Out-of-VM Process Monitor for Virtual Machines". W 2013 IEEE International Conference on High Performance Computing and Communications (HPCC) & 2013 IEEE International Conference on Embedded and Ubiquitous Computing (EUC). IEEE, 2013. http://dx.doi.org/10.1109/hpcc.and.euc.2013.194.
Pełny tekst źródłaAdeshara, Nandan, Ajinkya Rede, Suhani Jain, Krishna Dhoot i Sunil Mhamane. "Optimizing Resource Utilization by Vm Migration Among Virtual Machines of a Cloud Server". W 2020 5th International Conference on Communication and Electronics Systems (ICCES). IEEE, 2020. http://dx.doi.org/10.1109/icces48766.2020.9138010.
Pełny tekst źródłaLi, Yaqiong, i Yongbing Huang. "TMemCanal: A VM-oblivious Dynamic Memory Optimization Scheme for Virtual Machines in Cloud Computing". W 2010 IEEE 10th International Conference on Computer and Information Technology (CIT). IEEE, 2010. http://dx.doi.org/10.1109/cit.2010.68.
Pełny tekst źródłaBraun, Tom, Marcel Taeumel, Eliot Miranda i Robert Hirschfeld. "Transpiling Slang Methods to C Functions: An Example of Static Polymorphism for Smalltalk VM Objects". W VMIL '23: 15th ACM SIGPLAN International Workshop on Virtual Machines and Intermediate Languages. New York, NY, USA: ACM, 2023. http://dx.doi.org/10.1145/3623507.3623548.
Pełny tekst źródłaJaison, Feon, i Gulista Khan. "Migration and Scheduling of Virtual Machines (VM) using Priority Based Load Balancing in Cloud Environment". W 2023 International Conference on Advances in Computation, Communication and Information Technology (ICAICCIT). IEEE, 2023. http://dx.doi.org/10.1109/icaiccit60255.2023.10465709.
Pełny tekst źródłaLange, Adriano, Marcos Sunye i Luis Carlos Bona. "Upstream: Exposing Performance Information from Cloud Providers to Tenants". W XX Simpósio em Sistemas Computacionais de Alto Desempenho. Sociedade Brasileira de Computação, 2019. http://dx.doi.org/10.5753/wscad.2019.8673.
Pełny tekst źródłaSheng, Junjie, Shengliang Cai, Haochuan Cui, Wenhao Li, Yun Hua, Bo Jin, Wenli Zhou i in. "VMAgent: A Practical Virtual Machine Scheduling Platform". W Thirty-First International Joint Conference on Artificial Intelligence {IJCAI-22}. California: International Joint Conferences on Artificial Intelligence Organization, 2022. http://dx.doi.org/10.24963/ijcai.2022/860.
Pełny tekst źródłaLuo, Chuan, Bo Qiao, Xin Chen, Pu Zhao, Randolph Yao, Hongyu Zhang, Wei Wu, Andrew Zhou i Qingwei Lin. "Intelligent Virtual Machine Provisioning in Cloud Computing". W Twenty-Ninth International Joint Conference on Artificial Intelligence and Seventeenth Pacific Rim International Conference on Artificial Intelligence {IJCAI-PRICAI-20}. California: International Joint Conferences on Artificial Intelligence Organization, 2020. http://dx.doi.org/10.24963/ijcai.2020/208.
Pełny tekst źródłaRaporty organizacyjne na temat "Virtual Machines (VM)"
Oleksiuk, Vasyl P., Olesia R. Oleksiuk, Oleg M. Spirin, Nadiia R. Balyk i Yaroslav P. Vasylenko. Some experience in maintenance of an academic cloud. [б. в.], czerwiec 2021. http://dx.doi.org/10.31812/123456789/4436.
Pełny tekst źródłaMcGarrigle, Malachy. Watchpoints for Consideration When Utilising a VDI Network to Teach Archicad BIM Software Within an Educational Programme. Unitec ePress, październik 2023. http://dx.doi.org/10.34074/ocds.099.
Pełny tekst źródłaChandramouli, Ramaswamy. Secure Virtual Network Configuration for Virtual Machine (VM) Protection. National Institute of Standards and Technology, marzec 2016. http://dx.doi.org/10.6028/nist.sp.800-125b.
Pełny tekst źródłaYu, Ken F. Android Virtual Machine (VM) Setup on Linux. Fort Belvoir, VA: Defense Technical Information Center, grudzień 2014. http://dx.doi.org/10.21236/ada612920.
Pełny tekst źródła