IT Questions and Answers :)

Tuesday, July 27, 2021

Which of the following is the default port used for POP3 SSL Traffic?

Which of the following is the default port used for POP3 SSL Traffic?

  • 110
  • 25
  • 995
  • 587          
Which of the following is the default port used for POP3 SSL Traffic?


EXPLANATION

POP uses port 110, but SSL/TLS encrypted POP uses port 995.

SOURCE

https://www.fastmail.com/help/technical/ssltlsstarttls.html 
     
Share:

A 17xx POST error code indicates a problem with the which of the following?

A 17xx POST error code indicates a problem with the which of the following?

  • System Board
  • Video
  • RAM or ROM
  • Hard Drive       

A 17xx POST error code indicates a problem with the which of the following?


EXPLANATION

Hard Drive or Controller Explanation Error codes beginning with 17 (17xx) relates to issues of the HDC.  

SOURCE

Share:

Friday, July 23, 2021

In Linux, which of these is the final step for installing software from a source file using the terminal?

In Linux, which of these is the final step for installing software from a source file using the terminal?

  • install pkg
  • sudo install <path>
  • make install
  • ./configure          

In Linux, which of these is the final step for installing software from a source file using the terminal?


EXPLANATION

Steps are as follows:

1. Unzip file

2. Navigate to it within the terminal using cd

3. Type './configure'

4. Type 'make'

5. Type 'make install'


SOURCE

Share:

Which of the following protocols is not supported natively in Windows?

Which of the following protocols is not supported natively in Windows?

  • SMB
  • FTP
  • NFS
  • AFP 

Which of the following protocols is not supported natively in Windows?


EXPLANATION

So, assuming that your PC and Mac are both sitting comfortably on your network, wirelessly or otherwise (if you haven't gotten that far, you need more help than I'll be providing right here), there are a couple of different ways for the various machines on your network to talk to each other and share files. Think of 'em sorta like languages.

SOURCE

Share:

Friday, July 16, 2021

In computer graphics, what is alpha compositing?

In computer graphics, what is alpha compositing?

  • Removing unused image information from a layer and use it to enhance another one (8bit to 16bit)
  • Combining an image with a background to create the appearance of partial or full transparency
  • Combining images to achieve pseudo 3D look
  • Removing a range of colors in RGB from an image for a stylized look

In computer graphics, what is alpha compositing?


EXPLANATION

Alpha compositing is the process of combining an image with a background to create the appearance of partial or full transparency. 

It is often useful to render image elements in separate passes, and then combine the resulting multiple 2D images into a single, final image called the composite.

 For example, compositing is used extensively when combining computer-rendered image elements with live footage.               
Share:

Popular Posts