###**1.
Installation of hypervisor and role of hypervisor in virtualization**
**Answer:**
A hypervisor is software that allows multiple virtual machines (VMs) to run on a single physical system. It
manages hardware resources like CPU, memory, and storage, and allocates them to each VM.
**Types:**
* Type 1 (bare-metal): Runs directly on hardware (e.g., ESXi)
* Type 2: Runs on top of an OS (e.g., VirtualBox)
**Role:**
* Resource allocation
* Isolation between VMs
* Efficient hardware utilization
* Enables virtualization
**Basic Installation Steps:**
1. Download hypervisor software
2. Create bootable media.
3. Install on system
4. Configure network and storage
### **2. To create an area virtual machine in type-2 hypervisor**
**Answer:**
Steps to create a VM in a Type-2 hypervisor:
1. Install software (e.g., VirtualBox/VMware Workstation)
2. Click "New VM"
3. Select OS type (Windows/Linux)
4. Allocate RAM and CPU
5. Create virtual hard disk
6. Attach ISO file
7. Start VM and install OS
### **3. To create LAN segments with network devices, switch and hub in Cisco Packet
Tracer**
**Answer:**
Steps:
1. Open Cisco Packet Tracer
2. Add devices (PCs, switches, hubs)
3. Connect using cables:
* Straight cable for PC to switch
4. Assign IP addresses manually
5. Use hub/switch to form LAN segments
6. Test using ping command
**Result:** Devices communicate within same LAN.
### **4. To connect different devices through routers**
**Answer:**
Steps:
1. Add routers and PCs
2. Connect PCs to router via switch
3. Connect routers using serial cable
4. Assign IP addresses to all interfaces
5. Configure routing:
* Static routing or dynamic (RIP)
6. Test communication using ping
**Result:** Devices in different networks communicate.
###**5. Installation of Type-1 hypervisor (ESXi server) and configuration**
**Answer:**
Steps:
1. Download ESXI ISO
2. Create bootable USB
3. Boot system and install ESXI
4. Set root password
5. Configure management network (IP, DNS)
6. Access via web browser
7. Create VMs and assign resources
**Features:**
* High performance
* Direct hardware access
* Enterprise virtualization
###**6. Connect a network to repeaters**
**Answer:**
A repeater regenerates signals to extend network distance.
**Steps:**
1. Place repeater between two network segments
2. Connect cables on both sides
3. Ensure proper signal flow
4. Test communication
**Result:** Signal strength is improved over long distances.
### **7. To connect two different LAN segments**
**Answer**
Steps:
1. Create two LANs with switches
2. Assign different IP ranges (e.g., 192.168.1.x and 192.168.2.x)
3. Connect both LANs using a router
4. Confiqure router interfaces with IPs
5. Enable routing
6. Test using ping
**Result:** Both LANs can communicate through the router.
## Experiment 8: Installation and Configuration of vCenter Server
* Aim: To install and perform the initial configuration of the vCenter Server Appliance (vCSA).
* Requirements: VMware ESXi host, vCenter Server ISO, DNS server (with A and PTR records), and a
machine to run the installer.
* Theory: vCenter Server is a centralized management platform for VMware vSphere environments,
allowing for the management of multiple ESXi hosts and virtual machines from a single console.
* Procedure:
1. Mount the vCenter Server ISO and run the installer..
2. Stage 1: Deploy the appliance on a target ESXi host.
3. Stage 2: Configure the SSO (Single Sign-On) domain, hostname, and networking.
4. Verify the installation by logging into the vSphere Client.
* Conclusion: The vCenter Server was successfully installed and configured to manage the virtual
infrastructure.
## Experiment 9: Installation of Virtual Machine on ESXi Host
* Aim: To create and install a new Virtual Machine (VM) on a standalone ESXi host.
* Requirements: ESXi host, vSphere Client (web), and an Operating System ISO (e.g., Windows or Linux).
* Theory: A Virtual Machine is a software-defined computer that runs its own operating system and
applications, sharing physical hardware resources of the host.
* Procedure:
1. Log in to the ESXi host via the vSphere Client.
2. Navigate to "Virtual Machines" and select "Create/Register VM."
3. Define the VM name, guest OS, and hardware resources (CPU, RAM, Storage).
4. Mount the OS ISO to the virtual CD/DVD drive and power on the VM to begin installation.
* Conclusion: A virtual machine was successfully provisioned and is ready for use.
## Experiment 10: Exploration and Creation of Users and Roles in ESXI Server
* Aim: To manage security and access control by creating custom roles and assigning them to users.
* Requirements: Access to ESXi Host or vCenter Server with administrative privileges.
* Theory: Role-Based Access Control (RBAC) ensures that users only have the permissions. necessary for
their specific tasks, improving system security.
* Procedure:
1. Navigate to the "Manage" tab and select "Security & Users."
2. Go to "Roles" to view existing roles or create a custom role with specific permissions.
3. Create a new local user and assign the predefined or custom role to that user.
4. Test access by logging in with the new user credentials.
* Conclusion: Users and roles were successfully created, demonstrating effective access management.
## Experiment 11: Troubleshooting Data Center Management Issues
* Aim: To resolve login failures for an IT administrator caused by excess rights and quota issues on the
data store.
* Requirements: vCenter Server access and administrative tools.
* Theory: Excessively broad permissions or storage quota limits can lead to unexpected login behaviors
or performance bottlenecks in a managed data center.
* Procedure:
1. Identify the specific error message during the administrator's login attempt.
2. Review and audit assigned permissions to ensure they follow the "principle of least privilege."
3. Check the data store usage and adjust storage quotas if limits are being exceeded.
4. Verify the resolution by successfully logging in as the affected administrator.