IT Questions and Answers :)

Monday, November 23, 2020

What are the two phases of an IPSEC VPN?

What are the two phases of an IPSEC VPN?

  • CRYPTO and POLICY
  • IKE and CRYPTO
  • IKE and IPSEC
  • IKE and JONESEY 

 
What are the two phases of an IPSEC VPN?

EXPLANATION

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&...

Configure Phase 2 of the IPsec VPN tunnel.

  1. (Optional) Configure a custom IPsec Phase 2 proposal. This step is optional, as you can use a predefined IPsec Phase 2 proposal set (Standard, Compatible, or Basic).
  2. Configure an IPsec policy that references either your custom IPsec Phase 2 proposal or a predefined IPsec Phase 2 proposal set. Specify perfect forward secrecy (PFS) keys.
  3. Configure an IPsec VPN tunnel that references both the IKE gateway and the IPsec policy. Specify the proxy IDs to be used in Phase 2 negotiations.

    (For route-based VPNs) Bind the secure tunnel interface st0.x to the IPsec VPN tunnel.

 SOURCE

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&uact=8&ved=0ahUKEwijve__s_vXAhUs3IMKHfv7C1gQFggyMAI&url=http%3A%2F%2Fwww.ciscopress.com%2Farticles%2Farticle.asp%3Fp%3D24833%26seqNum%3D6&usg=AOvVaw0WF2U-qwYgHjTvkVu2BzSZ

 

Share:

Thursday, November 19, 2020

What Type of Hypervisor is VMware ESXi

What Type of Hypervisor is VMware ESXi

  • Type 2
  • Type 3
  • Type 1
  • Type 11 

 

What Type of Hypervisor is VMware ESXi

EXPLANATION

Type 1 hypervisor running directly on the hardware with VM resources provided by the hypervisor such as VMware ESXi and Citrix XenServer

Type 2 hypervisor runs on a host operating system to provide virtualization services such as VMware Workstation or Oracle VirtualBox running on Microsoft Windows, or Debian Linux.

For more information on Hypervisors
https://en.wikipedia.org/wiki/Hypervisor


SOURCE

https://en.wikipedia.org/wiki/VMware_ESXi
Share:

Friday, November 13, 2020

Where do stratum 1 NTP servers get time from?

Where do stratum 1 NTP servers get time from?

  • Averaging time from other trusted sources
  • A stratum 2 clock
  • A reference clock
  • They generate it internally 

Where do stratum 1 NTP servers get time from?

 

EXPLANATION

Stratum 1 NTP servers are the highest, most trusted order of NTP servers. They receive their time by being directly connected to a reference clock, typically an atomic clock. Reference clocks are also referred to as stratum 0 devices.


http://support.ntp.org/bin/view/Servers/ServerStratum

Share:

Thursday, November 12, 2020

Which of the following PowerShell cmdlets creates a new Active Directory user account?

Which of the following PowerShell cmdlets creates a new Active Directory user account?

  • New-ADUser
  • Add-ADUser
  • Create-ADUser
  • Make-ADUser 

 
Which of the following PowerShell cmdlets creates a new Active Directory user account?

EXPLANATION

The New-ADUser cmdlet creates a new Active Directory user. You can set commonly used user property values by using the cmdlet parameters.

 

 

Share:

Wednesday, November 11, 2020

What we use to increase the random access memory (RAM) capacity of a running virtual machine (VM) without downtime in vSphere setting

What we use to increase the random access memory (RAM) capacity of a running virtual machine (VM) without downtime in vSphere setting

  • memory hot-add
  • cpu-hotplug
  • drive hot-plug
  • cpu hot-add 

 

What we use to increase the random access memory (RAM) capacity of a running virtual machine (VM) without downtime in vSphere setting

 

EXPLANATION

VMware vSphere hot add is a feature that allows an administrator to increase the random access memory (RAM) capacity of a running virtual machine (VM) without downtime

VSphere hot add can be enabled during the configuration of VMware VMs running hardware version 7 and newer, on compatible OSes and with the use of VMware Tools. Because vSphere hot add is disabled by default, and VMs must be powered off to enable it, administrators should consider enabling hot add from the start if there's a possibility that a VM will need more resources at any point.

SOURCE

https://searchvmware.techtarget.com/definition/vSphere-hot-add
 
Share:

Popular Posts