IT Questions and Answers :)

Saturday, July 18, 2020

How many addresses are in the range 192.168.0.1/32?

How many addresses are in the range 192.168.0.1/32?

  • 255
  • 32
  • 1
  • 1024 
How many addresses are in the range 192.168.0.1/32?

EXPLANATION

IP Address:192.168.0.1
Network Address:192.168.0.1
Usable Host IP Range:NA
Broadcast Address:192.168.0.1
Total Number of Hosts:1
Number of Usable Hosts:0
Subnet Mask:255.255.255.255
Wildcard Mask:0.0.0.0
Binary Subnet Mask:11111111.11111111.11111111.11111111
IP Class:C
CIDR Notation:/32
IP Type:Private
Short:192.168.0.1 /32
Binary ID:11000000101010000000000000000001
Integer ID:3232235521
Hex ID:0xc0a80001
in-addr.arpa:1.0.168.192.in-addr.arpa










SOURCE

https://subnet.techlanda.com/

 

 


Share:

In Microsoft .Net, the value of VBNULL is

In Microsoft .Net, the value of VBNULL is

  • 0
  • 1
  • Nothing
  • -1 
In Microsoft .Net, the value of VBNULL is

EXPLANATION

Indicates that the type of a variant object is Nothing. Returned by the VarType function.
C#
public const Microsoft.VisualBasic.VariantType vbNull = 1;
 
vbNull is a Long with a value of 1. It is probably the most misunderstood constant in all of Visual Basic. It is a variable type constant like vbEmpty (0), vbInteger (2), vbLong (3) etc 

 


Share:

Which PowerShell command helps you search for cmdlets currently available to you?

Which PowerShell command helps you search for cmdlets currently available to you?

  • All-Commands
  • Get-Command
  • Search-Command
  • Find-Command 

EXPLANATION


The PowerShell Get-Command cmdlet (‘command let’) in my opinion is the first PowerShell command you should know – that is if you are new to PowerShell.
PowerShell Get-Command lists all available PowerShell Cmdlets, Functions and Modules in your computer. I guess you are already beginning to see how helpful PowerShell Get-Command can be.
This is why I said that the Get-Command is a Cmdlet you need to know. The reason is simple. If you need a Cmdlet but you don’t know the Cmdlet or you cannot remember it, PowerShell Get-Command will help you find it.


Share:

Which of the following is not considered an input device for a computer?

Which of the following is not considered an input device for a computer?

  • USB hub
  • Keyboard
  • Mouse
  • MFP printer 
Which of the following is not considered an input device for a computer?

EXPLANATION

In computing, a printer is a peripheral device which makes a persistent representation of graphics or text, usually on paper.
While most output is human-readable, bar code printers are an example of an expanded use for printers. The different types of printers include 3D printer, inkjet printer, laser printer, thermal printer, etc.


Share:

Which of the following protocols is NOT normally used by someone surfing the web?

Which of the following protocols is NOT normally used by someone surfing the web?

  • HTTP
  • RIP
  • RTSP
  • TCP 
Which of the following protocols is NOT normally used by someone surfing the web?

EXPLANATION

The Transmission Control Protocol is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol. Therefore, the entire suite is commonly referred to as TCP/IP. 

 Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems.

Routing information protocol is most commonly deployed routing protocols, most of the operating windows, Linux and novel system use RIP. Routing information protocol is normally suitable for small office, medium office, branch office environment and flat networks. RIP is an interior routing protocol and used in inter-domain environment.  RIP have following three versions:

1. RIPv1 (version 1)
2. RIPv2 (version 2, VLMS and authentication support)
3. RIP NG (new generation, support IPV6)

 The Real Time Streaming Protocol is a network control protocol designed for use in entertainment and communications systems to control streaming media servers. The protocol is used for establishing and controlling media sessions between end points.
Share:

Popular Posts