InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Explain About Microsoft Virtual Server 2005? |
|
Answer» Microsoft Virtual SERVER 2005: Microsoft Virtual Server 2005 allows SYSTEM administrators to consolidate separate hardware servers on to a single server running Microsoft Windows Server 2003 as the host operating system. Each of the hosted servers RUNS in its own separate and isolated virtual machine environment. This allows the administrator to easily manage, provide for, and MAINTAIN large numbers of servers, and reduces the need to run multiple hardware servers in order to utilize various server products and operating systems. Another advantage of the virtual machine environment is in test and disaster recovery. Each virtual machine session running under Virtual Server is maintained as a file, which is easily archived or transferred to another hardware server in the event of a failure. New server and system configurations can be deployed and tested in parallel with the existing system without REQUIRING costly downtime during the rollout phase. Microsoft Virtual Server 2005: Microsoft Virtual Server 2005 allows system administrators to consolidate separate hardware servers on to a single server running Microsoft Windows Server 2003 as the host operating system. Each of the hosted servers runs in its own separate and isolated virtual machine environment. This allows the administrator to easily manage, provide for, and maintain large numbers of servers, and reduces the need to run multiple hardware servers in order to utilize various server products and operating systems. Another advantage of the virtual machine environment is in test and disaster recovery. Each virtual machine session running under Virtual Server is maintained as a file, which is easily archived or transferred to another hardware server in the event of a failure. New server and system configurations can be deployed and tested in parallel with the existing system without requiring costly downtime during the rollout phase. |
|
| 2. |
During Setting Up The Development Environment How Do We Access Virtual Server Using Using Visual C++? |
|
Answer» Accessing Virtual Server USING Visual C++: Accessing the Virtual Server COM object using VC++ requires a few MANUAL STEPS to set up the development environment PROPERLY. TWO files are included with Virtual Server: "VSComInterfaces.h" and "VSComInterfaces.lib". These two files are located in the "Program FilesMicrosoft Virtual ServerDocumentation" directory after installation. Accessing Virtual Server using Visual C++: Accessing the Virtual Server COM object using VC++ requires a few manual steps to set up the development environment properly. Two files are included with Virtual Server: "VSComInterfaces.h" and "VSComInterfaces.lib". These two files are located in the "Program FilesMicrosoft Virtual ServerDocumentation" directory after installation. |
|
| 3. |
During Setting Up The Development Environment How Do We Access Virtual Server Using Using Visual C#? |
|
Answer» Accessing VIRTUAL Server using Visual C#: To use the Virtual Server object in Visual C#, select Project/Add Reference from the menu, select the COM TAB in the dialog box, then scroll down the list and select Virtual Server 2005 Type LIBRARY. Once the type library is added as a reference, the VirtualServer object can be REFERENCED in the program. Accessing Virtual Server using Visual C#: To use the Virtual Server object in Visual C#, select Project/Add Reference from the menu, select the COM tab in the dialog box, then scroll down the list and select Virtual Server 2005 Type Library. Once the type library is added as a reference, the VirtualServer object can be referenced in the program. |
|
| 4. |
During Setting Up The Development Environment How Do We Access Virtual Server Using Visual Basic? |
|
Answer» Accessing Virtual SERVER using VISUAL Basic: To use the Virtual Server object in Visual Basic, select Project/Add REFERENCE from the menu, select the COM tab in the dialog box, then scroll down the list and select Virtual Server 2005 Type Library. Once the type library is added as a reference, the VirtualServer object can be referenced and USED in the program. Accessing Virtual Server using Visual Basic: To use the Virtual Server object in Visual Basic, select Project/Add Reference from the menu, select the COM tab in the dialog box, then scroll down the list and select Virtual Server 2005 Type Library. Once the type library is added as a reference, the VirtualServer object can be referenced and used in the program. |
|
| 5. |
Explain About Virtual Network Architecture? |
|
Answer» Virtual Server Virtual networks in Microsoft Virtual Server allow virtual machines running in the same Virtual Server session to communicate with each other at data rates which are not limited by physical hardware. A virtual network can be configured with a basic DHCP server which is not dependent on any of the virtual machine sessions OPERATING systems. A new virtual network is initialized when an IVMVirtualNetwork object is created using IVMVirtualServer::CreateVirtualNetwork. The IVMVirtualNetwork object is the equivalent to a multi-port Ethernet switching HUB and the IVMVirtualNetwork's properties allow software monitoring of the virtual network's data transmission statistics. Each virtual network is automatically equipped with a basic virtual DHCP server. This server is implemented via the IVMDHCPVirtualNetworkServer COM object and can be accessed through the virtual network's DHCPVirtualNetworkServer property value. Since a virtual machine can be attached to multiple virtual networks, a virtual network's associated IVMDHCPVirtualNetworkServer object should be initialized before any virtual machine sessions are attached to that virtual network. Attaching a virtual machine to a virtual network is a two-step process. First, the virtual machine MUST have an open virtual network adapter, which is created using IVMVirtualMachine::AddNetworkAdapter. Second, the adapter is attached to the virtual network with IVMNetworkAdapter::AttachToVirtualNetwork. PREVIOUSLY existing network ADAPTERS in a virtual machine can be freely connected to and disconnected from any virtual network using IVMNetworkAdapter::AttachToVirtualNetwork and IVMNetworkAdapter::DetachFromVirtualNetwork. When a virtual network is deleted or unregistered, any virtual network cards connected to the virtual network are logically detached before the IVMVirtualNetwork object is deleted. This is the equivalent of unplugging network cables from a physical switching hub and can result in incomplete data transmission if any virtual machine sessions were transferring data across the virtual network while the network object was being deleted. Virtual Server Virtual networks in Microsoft Virtual Server allow virtual machines running in the same Virtual Server session to communicate with each other at data rates which are not limited by physical hardware. A virtual network can be configured with a basic DHCP server which is not dependent on any of the virtual machine sessions operating systems. A new virtual network is initialized when an IVMVirtualNetwork object is created using IVMVirtualServer::CreateVirtualNetwork. The IVMVirtualNetwork object is the equivalent to a multi-port Ethernet switching hub and the IVMVirtualNetwork's properties allow software monitoring of the virtual network's data transmission statistics. Each virtual network is automatically equipped with a basic virtual DHCP server. This server is implemented via the IVMDHCPVirtualNetworkServer COM object and can be accessed through the virtual network's DHCPVirtualNetworkServer property value. Since a virtual machine can be attached to multiple virtual networks, a virtual network's associated IVMDHCPVirtualNetworkServer object should be initialized before any virtual machine sessions are attached to that virtual network. Attaching a virtual machine to a virtual network is a two-step process. First, the virtual machine must have an open virtual network adapter, which is created using IVMVirtualMachine::AddNetworkAdapter. Second, the adapter is attached to the virtual network with IVMNetworkAdapter::AttachToVirtualNetwork. Previously existing network adapters in a virtual machine can be freely connected to and disconnected from any virtual network using IVMNetworkAdapter::AttachToVirtualNetwork and IVMNetworkAdapter::DetachFromVirtualNetwork. When a virtual network is deleted or unregistered, any virtual network cards connected to the virtual network are logically detached before the IVMVirtualNetwork object is deleted. This is the equivalent of unplugging network cables from a physical switching hub and can result in incomplete data transmission if any virtual machine sessions were transferring data across the virtual network while the network object was being deleted. |
|
| 6. |
Explain About Virtual Machine Architecture? |
|
Answer» Virtual Server
Virtual Server |
|
| 7. |
Can You Please Explain The Difference Between Host And Guest Clustering? |
Answer»
|
|
| 8. |
Can You Explain What Are The Benefits Involved In Virtual Server Host Clustering? |
|
Answer» The benefits that are involved in VIRTUAL server host clustering are as follows:
The benefits that are involved in virtual server host clustering are as follows: |
|
| 9. |
Define Virtual Server Architecture.? |
|
Answer» Virtual server consists of virtual network that in turn consists of virtual machines. It allows traffic to be isolated in virtual network while COMMUNICATING with the host operating system. It allows the handling of network devices by virtual machine network service driver. This virtual machine network service driver come with the virtual server setup that is being PERFORMED on the host operating system. The main function of the network driver is to MONITOR the traffic and the routing packets. The virtual network can have several options defined like:
Virtual server consists of virtual network that in turn consists of virtual machines. It allows traffic to be isolated in virtual network while communicating with the host operating system. It allows the handling of network devices by virtual machine network service driver. This virtual machine network service driver come with the virtual server setup that is being performed on the host operating system. The main function of the network driver is to monitor the traffic and the routing packets. The virtual network can have several options defined like: |
|
| 10. |
What Is The Process Of Creating A Virtual Network? |
Answer»
|
|
| 11. |
What Are The Steps To Be Taken To Secure Microsoft Virtual Server? |
|
Answer» To secure Microsoft the virtual server the steps that are REQUIRED are as follows:
To secure Microsoft the virtual server the steps that are required are as follows: |
|
| 12. |
What Is The Difference Between Host Clustering And Standard Clustering? |
Answer»
|
|
| 13. |
What Is The Difference Between Host And Guest Clustering? |
Answer»
|
|
| 14. |
What Are The Benefits Involved In Virtual Server Host Clustering? |
|
Answer» The benefits that are involved in virtual server host clustering are as follows:
The benefits that are involved in virtual server host clustering are as follows: |
|
| 15. |
What Are The Limitations Of Kerberos Protocol? |
|
Answer» The limitations of Kerberos protocol that is being used by the Microsoft virtual server are as follows:
The limitations of Kerberos protocol that is being used by the Microsoft virtual server are as follows: |
|
| 16. |
What Is The Authentication Protocol That Is Used For Microsoft Virtual Servers? |
|
Answer» Kerberos is the authentication protocol that is being used by virtual servers. It maintains an active directory COMPUTER object that is involved in clustering. This PROVIDES the client security and easy to use FEATURES. It provides the provision of message queuing on a virtual server and allows the clients to PUBLISH the information to other computer systems. It provides clustering as well and by configuring its properties more OPTIONS can be found out to be used. Kerberos is the authentication protocol that is being used by virtual servers. It maintains an active directory computer object that is involved in clustering. This provides the client security and easy to use features. It provides the provision of message queuing on a virtual server and allows the clients to publish the information to other computer systems. It provides clustering as well and by configuring its properties more options can be found out to be used. |
|
| 17. |
What Are The Similarities Between The Virtual Server And Physical Server? |
|
Answer» The virtual server provided by MICROSOFT and PHYSICAL server has few THINGS common in between them and these are as follows:
The virtual server provided by Microsoft and physical server has few things common in between them and these are as follows: |
|
| 18. |
Why Microsoft Virtual Servers Are Used? |
|
Answer» Microsoft Virtual server is USED to access the network application RESOURCE that is in a non-clustered environment. In this clients connected to network must remain connected in case of any failure in network access to the application and RESOURCES get LOST or the connection becomes unavailable. Microsoft Virtual server allows creation of virtual servers. These virtual servers don’t belong to any particular computer and can be damaged within a group too. The server is used to identify a group that belongs or COMMUNICATING with each other in the form of IP addresses. Microsoft Virtual server is used to access the network application resource that is in a non-clustered environment. In this clients connected to network must remain connected in case of any failure in network access to the application and resources get lost or the connection becomes unavailable. Microsoft Virtual server allows creation of virtual servers. These virtual servers don’t belong to any particular computer and can be damaged within a group too. The server is used to identify a group that belongs or communicating with each other in the form of IP addresses. |
|
| 19. |
What Are The Challenges Faced By Remote Site Virtualization? |
|
Answer» Remote site virtualization provides server virtualization and need for remote management for the virtual machines. It is provided due to LIMITED resources that might not exist. The main challenge is to APPLY the server consolidations. Each server is using dedicative SERVICE functions and small servers and not using multiple servers. If SINGLE server approach is being given then there will be less power requirements, SPACE requirements and only one server to manage and backup that will make it prone to fail and reduce the efficiency. Remote site virtualization provides server virtualization and need for remote management for the virtual machines. It is provided due to limited resources that might not exist. The main challenge is to apply the server consolidations. Each server is using dedicative service functions and small servers and not using multiple servers. If single server approach is being given then there will be less power requirements, space requirements and only one server to manage and backup that will make it prone to fail and reduce the efficiency. |
|
| 20. |
Why Hyper-v Server Of Microsoft Is Getting Used? |
|
Answer» Hyper-V server is a HYPERVISOR that doesn't require any other operating system to run on. It is a GOOD platform for organizations that needs one consolidated single server. This is used where the infrastructure work load is not high. It provides HOST clustering to PRODUCE high availability for virtual machines. Hyper-V server provides added functionalities like MANAGING, creating and distributing the virtual machines. It provides flexible and cost effective solutions for enterprise organizations. Hyper-V server is a hypervisor that doesn't require any other operating system to run on. It is a good platform for organizations that needs one consolidated single server. This is used where the infrastructure work load is not high. It provides host clustering to produce high availability for virtual machines. Hyper-V server provides added functionalities like managing, creating and distributing the virtual machines. It provides flexible and cost effective solutions for enterprise organizations. |
|
| 21. |
What Are The Limitations Of Microsoft Virtual Server? |
|
Answer» The limitations of Microsoft Virtual server includes:
The limitations of Microsoft Virtual server includes: |
|
| 22. |
What Are The Features Provided In Microsoft Virtual Server? |
|
Answer» Microsoft Virtual server includes the following FEATURES:
Microsoft Virtual server includes the following features: |
|
| 23. |
How Microsoft Virtual Server Manages The Virtualization Platform? |
|
Answer» Microsoft virtual server PROVIDES virtualization PLATFORM that allows the creation of virtual machine using a windows operating SYSTEM. It is developed by Connectix. This platform provides the provision to create and MANAGE the virtual machines using IIS web based interface that keeps all the SETTINGS and configuration at one place. It also allows the management of network configuration for communicating with host operating system or other guest operating systems. Microsoft virtual server provides virtualization platform that allows the creation of virtual machine using a windows operating system. It is developed by Connectix. This platform provides the provision to create and manage the virtual machines using IIS web based interface that keeps all the settings and configuration at one place. It also allows the management of network configuration for communicating with host operating system or other guest operating systems. |
|