IT Questions and Answers :)

Thursday, December 19, 2019

What port do you use to get to the management GUI of your VCSA or PSC server?

What port do you use to get to the management GUI of your VCSA or PSC server?

  • 2465
  • 4865
  • 5480
  • 5548 

 
What port do you use to get to the management GUI of your VCSA or PSC server?

EXPLANATION

https://blogs.vmware.com/vsphere/2015/09/web-based-management-for-the-vcsa-is-back.html


SOURCE

https://blogs.vmware.com/vsphere/2015/09/web-based-management-for-the-vcsa-is-back.html

Share:

Wednesday, December 18, 2019

In Amazon Web Services (AWS), what instance type would give you the cheapest possible EC2 instance?

In Amazon Web Services (AWS), what instance type would give you the cheapest possible EC2 instance?

  • Dedicated Host
  • Reserved Instance
  • Spot Instance
  • On Demand Instance 

 
In Amazon Web Services (AWS), what instance type would give you the cheapest possible EC2 instance?

EXPLANATION

Reserving instances in AWS will allow a user to purchase dedicated EC2 instances with contracts for either 1 or 3 years for a significant cost saving (up to 75%) of the on-demand instance price.

Spot Instances allow the user to set a bid-price that they are willing to pay for an instance. The bid price will vary from hour to hour, and when the price drops below the users bid-price, AWS will give access to the instances, however, if the price were to go up back above the bid price, the instance will be terminated. As a result these instances are typically only for very flexible applications such as big data, containerized workloads, CI/CD, web servers, high-performance computing (HPC), and other test & development workloads. Because Spot Instances are tightly integrated with AWS services such as Auto Scaling, EMR, ECS, CloudFormation, Data Pipeline and AWS Batch, you can choose how to launch and maintain your applications running on Spot Instances.

SOURCE

https://aws.amazon.com/ec2/pricing/
Share:

Monday, December 16, 2019

What runs on all Domain Controllers and creates and maintains replication topology?

What runs on all Domain Controllers and creates and maintains replication topology?

  • Knowledge Consistency Checker
  • DNS
  • Schema Master
  • LDAP 

What runs on all Domain Controllers and creates and maintains replication topology?

EXPLANATION

The Knowledge Consistency Checker (KCC) is a built-in process that runs on all domain controllers and creates the replication topology for the forest. The KCC creates replication connections between domain controllers in the same site automatically.

SOURCE

https://technet.microsoft.com/en-us/library/cc961781.aspx
Share:

Friday, December 13, 2019

what is the easiest way to answer spice works daily questions correctly?

what is the easiest way to answer spice works daily questions correctly?

  • yahoo
  • google
  • guess
  • bing 

EXPLANATION

 Duckduckgo is the way to find the daily challenge of spiceworks techlanda shows the accurate answers.

Share:

Which protocol is used for sending email?

Which protocol is used for sending email?

  • POP3
  • IMAP4
  • SSL
  • SMTP

EXPLANATION

The Simple Mail Transfer Protocol (SMTP) is a communication protocol for electronic mail transmission. As an Internet standard, SMTP was first defined in 1982 by RFC 821, and updated in 2008 by RFC 5321 to Extended SMTP additions, which is the protocol variety in widespread use today.

Share:

Popular Posts