IT Questions and Answers :)

Friday, May 11, 2018

In Windows, out of the following commands, which command line command will show you the last reboot time of your machine?

In Windows, out of the following commands, which command line command will show you the last reboot time of your machine?

  • net statistics workstation
  • netstat -a
  • get-uptime
  • uptime 

 
In Windows, out of the following commands, which command line command will show you the last reboot time of your machine?

EXPLANATION

The net statistics command displays the statistics log for the local Workstation or Server service, or the running services for which statistics are available. Used without parameters, net statistics lists the running services for which statistics are available.
The available parameters are:
workstation   : Displays statistics for the local Workstation service.
server   : Displays statistics for the local Server service.
net help   command   : Displays help for the specified net command.

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

SOURCE

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

Tuesday, May 8, 2018

Which type of backup site has the fastest recovery time?

Which type of backup site has the fastest recovery time?

  • Hot site
  • Cold site
  • Middle Site
  • Warm Site 

 
Which type of backup site has the fastest recovery time?

EXPLANATION

A hot backup site is a full duplicate of the source data center, so has the fastest recovery time but also the highest price tag. The warm site is a scaled-down hot site,
which includes basics like power, networking, and telecommunications that are active at all times. A cold site usually includes power and physical space when not in use, giving you the longest recovery window for the cheapest price.
Share:

Monday, May 7, 2018

In vSphere, what technology is used to perform a live migration of a VM to another host?

In vSphere, what technology is used to perform a live migration of a VM to another host?

  • Replication
  • VMotion
  • Cloning
  • Snapshots 

 
In vSphere, what technology is used to perform a live migration of a VM to another host?

EXPLANATION




VMware VMotion enables the live migration of running virtual machines from one physical server to another with no downtime, continuous service availability, and complete transaction integrity. It is transparent to users.



 www.mosaictec.com/tessera/what-is-vmotion.htm

Share:

Saturday, May 5, 2018

Which layer of the OSI model is responsible for managing and terminating the connections between the local and remote application?

Which layer of the OSI model is responsible for managing and terminating the connections between the local and remote application?

  • Application layer
  • Network layer
  • Data link layer
  • Session layer 

Which layer of the OSI model is responsible for managing and terminating the connections between the local and remote application?

EXPLANATION

The session layer controls the dialogues (connections) between computers.
It establishes, manages and terminates the connections between the local and remote application.
Share:

Thursday, May 3, 2018

In a Unix environment, what is a daemon?

In a Unix environment, what is a daemon?

  • A multicore processor type for Linux OS
  • A type of virus or malware
  • A different user interface or desktop
  • A program that runs as a background process

 
In a Unix environment, what is a daemon?

EXPLANATION

Wikipedia entry: A daemon is a computer program that runs as a background process,
rather than being under the direct control of an interactive user.
Share:

Cloud solutions that can tolerate failures yet still provide service are referred to as what?

Cloud solutions that can tolerate failures yet still provide service are referred to as what?

  • IaaS
  • Highly portable
  • PaaS
  • Highly available 

Cloud solutions that can tolerate failures yet still provide service are referred to as what?

EXPLANATION

High availability ensures that cloud solutions are always accessible.
This means eliminating single points of failure, such as storing data on a single hard disk or single network connections.
Share:

Tuesday, May 1, 2018

A user can receive email but cannot send any. Which protocol, responsible for sending email, is potentially not configured properly?

A user can receive email but cannot send any. Which protocol, responsible for sending email, is potentially not configured properly?

  • SNMP
  • FTP
  • POP3
  • SMTP

A user can receive email but cannot send any. Which protocol, responsible for sending email, is potentially not configured properly?

EXPLANATION

The simple mail transfer protocol (SMTP) is probably not configured properly.
When troubleshooting, you need to confirm the SMTP setting because it is responsible for sending mail. POP3 receives mail, so wouldn't be responsible for the send issue, unless you are using Outlook (where POP3 authentication is required before email can be sent over SMTP). FTP sends files to remote computers and SNMP is used to manage networks.
FTP and SNMP are not responsible for users sending or receiving email.

SOURCE

http://searchexchange.techtarget.com/definition/SMTP
Share:

Popular Posts