IT Questions and Answers :)

Monday, April 15, 2019

What is the standard command for a modem to answer?

What is the standard command for a modem to answer?

  • AT DT
  • AT A
  • A/
  • AT Z 

 
What is the standard command for a modem to answer?

EXPLANATION

Modem Command strings are prefixed with "AT" to get the modem's "attention".  A is the code for "Answer".  This typically requires no Carriage Return to follow, as that is interpreted by the
modem as a cancellation.  AT Z resets the modem, AT DT Dials touch tone (usually the default dialing method), and A/ repeats the last command.

SOURCE

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

Which of the below is an Android Operating System

Which of the below is an Android Operating System

  • Oreo
  • Rich Tea
  • Custard Cream
  • Digestive

Which of the below is an Android Operating System

EXPLANATION

It contains a number of major features, including notification grouping, picture-in-picture support for video, performance improvements and battery usage optimization, and support for autofillers, Bluetooth 5, system-level integration with VoIP apps, wide color gamuts, and Wi-Fi Aware. Android Oreo also introduces two major platform features: Android Go – a software distribution of the operating system for low-end devices – and support for implementing a hardware abstraction layer. 

  Android "Oreo" is the eighth major release and the 15th version of the Android mobile operating system. It was first released as an alpha quality developer preview in March 2017 and released to the public on August 21, 2017. 

SOURCE

https://en.wikipedia.org/wiki/Android_Oreo

Share:

Thursday, April 11, 2019

The name given to simultaneous data transfer to targeted network connected devices, this method generally reduces load on the clients

The name given to simultaneous data transfer to targeted network connected devices, this method generally reduces load on the clients

  • Unicast
  • Multicast
  • Broadcast
  • Scattercast 

 
The name given to simultaneous data transfer to targeted network connected devices, this method generally reduces load on the clients

EXPLANATION


Unicast: traffic, many streams of IP packets that move across networks flow from a single point, such as a website server, to a single endpoint such as a client PC. This is the most common form of information transference on networks.

Broadcast: Here, traffic streams from a single point to all possible endpoints within reach on the network, which is generally a LAN. This is the easiest technique to ensure traffic reaches to its destinations.
This mode is mainly utilized by television networks for video and audio distribution. Even if the television network is a cable television (CATV) system, the source signal reaches to all possible destinations, which is the key reason that some channels’ content is scrambled. Broadcasting is not practicable on the public Internet due to the massive amount of unnecessary data that would continually reach at each user’s device, the complications and impact of scrambling and related privacy issues.
Multicast: In this method traffic recline between the boundaries of unicast (one point to one destination) and broadcast (one point to all destinations). And multicast is a “one source to many destinations” way of traffic distribution, means that only the destinations that openly point to their requisite to accept the data from a specific source to receive the traffic stream.

SOURCE

https://www.esds.co.in/blog/difference-between-unicast-broadcast-and-multicast/#sthash.sqHC51wG.dpbs
Share:

Wednesday, April 10, 2019

What encoding scheme represents text in computers and communications equipment?

What encoding scheme represents text in computers and communications equipment?

  • Hexadecimal
  • UEFI
  • Binary
  • ASCII

What encoding scheme represents text in computers and communications equipment?

EXPLANATION

ASCII, abbreviated from American Standard Code for Information Interchange, is a character-encoding scheme (the IANA prefers the name US-ASCII). ASCII codes represent text in computers, communications equipment, and other devices that use text. Most modern
character-encoding schemes are based on ASCII, though they support many additional characters.

SOURCE

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

Which of the following is NOT a business phone technology?

Which of the following is NOT a business phone technology?

  • SIP
  • DNS
  • PRI
  • PBX 

 
Which of the following is NOT a business phone technology?

EXPLANATION

Domain name system (DNS) is not a business phone technology. The Primary Rate Interface (PRI) is a telecommunications interface standard used on an Integrated Services Digital Network (ISDN) for
carrying multiple DS0 voice and data transmissions between the network and a user. The Session Initiation Protocol (SIP) is an Internet Engineering Task Force (IETF) standard protocol for initiating an interactive user session that involves multi-media elements, such as video, voice, chat, gaming, and virtual reality. A PBX (private branch exchange) is a telephone system within an enterprise that switches calls between enterprise users on local lines while allowing all users to share a certain number of external phone lines. 

Share:

Tuesday, April 9, 2019

Which is not an advantage of Windows 10 Pro over Windows 10 Home

Which is not an advantage of Windows 10 Pro over Windows 10 Home

  • Domain Join Services
  • BitLocker Drive Encryption
  • Remote Access Services
  • Windows Hello face & iris recognition 

Which is not an advantage of Windows 10 Pro over Windows 10 Home

EXPLANATION

Although Windows 10 Home is powerful in its own right, it definitely has some significant enterprise limitations the eliminate it from serious business contention.

SOURCE

https://www.microsoft.com/en-us/windows/compare
Share:

When installing Oracle Real Application Clusters on Linux/Unix, what is the default port number and protocol?

When installing Oracle Real Application Clusters on Linux/Unix, what is the default port number and protocol?

  • 11000/TCP
  • 61000/TCP
  • Dynamic/UDP
  • 1521/TCP 

 
When installing Oracle Real Application Clusters on Linux/Unix, what is the default port number and protocol?

EXPLANATION

Oracle Real Application Clusters (UNIX) uses a dynamic UDP port number that is assigned automatically during installation.
Oracle Real Application Clusters (Cluster Interconnect: Windows only) uses port 11000/TCP
Oracle Real Application Clusters (Local Host: Windows only) uses port 61000/TCP
Oracle SQL*Net Listener uses port 1521/TCP for Oracle client connections to the database over Oracle's SQL*Net protocol.

SOURCE

https://docs.oracle.com/en/database/oracle/oracle-database/12.2/rilin/port-numbers-and-protocols-of-oracle-components.html#GUID-D168F70C-BECE-4F9A-B616-D9103A35F1FF
Share:

Popular Posts