IT Questions and Answers :)

Friday, August 2, 2019

Which type of DNS record is responsible for email?

Which type of DNS record is responsible for email?

  • CName record
  • A Record
  • MX record
  • NS record 

EXPLANATION

A mail exchanger record (MX record) specifies the mail server responsible for accepting email messages on behalf of a domain name. It is a resource record in the Domain Name System (DNS). It is possible to configure several MX records, typically pointing to an array of mail servers for load balancing and redundancy.
Share:

Systems running 32-bit versions of Windows cannot address more than how much total RAM?

Systems running 32-bit versions of Windows cannot address more than how much total RAM?

  • 2GB
  • 8GB
  • 4GB
  • 4MB 


EXPLANATION

 on a 32bit machine the maximum amount of memory usable is around 4GB. Actually, depending on the OS it might be less due to parts of the address space being reserved: On Windows you can only use 3.5GB for example. On 64bit you can indeed address 2^64 bytes of memory.
Share:

Convert an IP Address of 192.168.1.10 to binary,

Convert an IP Address of 192.168.1.10 to binary,

  • 11000000 10101000 00000001 00001010
  • 11000000.10101000.00000001.00001010
  • 11000000.10101000
  • 10100000 

Convert an IP Address of 192.168.1.10 to binary,


EXPLANATION

Calculation results
  • Address
    192.168.1.10
    11000000.10101000.00000001.00001010
  • Netmask
    255.255.248.0 = 21
    11111111.11111111.11111000.00000000
  • Wildcard
    0.0.7.255
    00000000.00000000.00000111.11111111
  •  
  • Network
    192.168.0.0/21
    11000000.10101000.00000000.00000000
    Class C
  • Broadcast
    192.168.7.255
    11000000.10101000.00000111.11111111
  • First IP
    192.168.0.1
    11000000.10101000.00000000.00000001
  • Last IP
    192.168.7.254
    11000000.10101000.00000111.11111110
  • Hosts/Net
    2046
    nnnnnnnn.nnnnnnnn.nnnnnhhh.hhhhhhhh
    Private

Share:

In virtualization, what does the .VHD file extension stand for?

In virtualization, what does the .VHD file extension stand for?

  • Virtual High Density
  • Video Hard Drive
  • Virtual Hard Disk
  • Virtual Hazard Detection 

In virtualization, what does the .VHD file extension stand for?

EXPLANATION

VHD is the file extension for a disk image file format for storing the complete contents of a hard drive. VHD stands for virtual hard disk. The disk image, sometimes called a virtual machine, replicates an existing hard drive and includes all data and structural elements.
VHDX is a Hyper-V virtual hard disk (VHD) format found in Windows Server 2012. The main advantage of switching to VHDX is its increased storage capacity of 64 TB (terabytes), instead of VHD's standard storage limit of 2 TB.

 

Share:

What does LCD stand for?

What does LCD stand for?

  • Liquid Crisp Display
  • Light Crystal Display
  • Liquid Crystal Display
  • Liquid Crystal DipSwitch 

What does LCD stand for?EXPLANATION

 LCD (liquid crystal display) is the technology used for displays in notebook and other smaller computers. Like light-emitting diode (LED) and gas-plasma technologies, LCDs allow displays to be much thinner than cathode ray tube (CRT) technology.


Share:

The Multiple Spanning Tree Protocol (MSTP) was originally defined in what IEEE Standard?

The Multiple Spanning Tree Protocol (MSTP) was originally defined in what IEEE Standard?

  • IEEE 802.1Q-2005
  • IEEE 802.1w
  • IEEE 802.1D
  • IEEE 802.1s 
The Multiple Spanning Tree Protocol (MSTP) was originally defined in what IEEE Standard?

EXPLANATION

The Spanning Tree Protocol (STP) is a network protocol that builds a loop-free logical topology for Ethernet networks. The basic function of STP is to prevent bridge loops and the broadcast radiation that results from them. Spanning tree also allows a network design to include backup links to provide fault tolerance if an active link fails.

As the name suggests, STP creates a spanning tree within a network of connected layer-2 bridges, and disables those links that are not part of the spanning tree, leaving a single active path between any two network nodes. STP is based on an algorithm that was invented by Radia Perlman while she was working for Digital Equipment Corporation.[1][2]
In 2001, the IEEE introduced Rapid Spanning Tree Protocol (RSTP) as 802.1w. RSTP provides significantly faster recovery in response to network changes or failures, introducing new convergence behaviors and bridge port roles to do this. RSTP was designed to be backwards-compatible with standard STP.
STP was originally standardized as IEEE 802.1D but the functionality of spanning tree (802.1D), rapid spanning tree (802.1w), and multiple spanning tree (802.1s) has since been incorporated into IEEE 802.1Q-2014.[3]

 

Share:

In telecommunications, the CBR is used to determine the quality of service. What does CBR stand for?

In telecommunications, the CBR is used to determine the quality of service. What does CBR stand for?

  • Clipped Beard Regret
  • Central Board Ratio
  • Closed Bit Ratio
  • Constant Bit Rate 
 
In telecommunications, the CBR is used to determine the quality of service. What does CBR stand for?

EXPLANATION

Constant bitrate (CBR) is a term used in telecommunications, relating to the quality of service. ... CBR is useful for streaming multimedia content on limited capacity channels since it is the maximum bit rate that matters, not the average, so CBR would be used to take advantage of all of the capacity.

 

Share:

Popular Posts