IT Questions and Answers :)

Wednesday, August 14, 2019

In Vsphere 6.0, what is the primary difference between a vSS switch and a vDS switch?

In Vsphere 6.0, what is the primary difference between a vSS switch and a vDS switch?

  • vSS supports host only networking. vDS switches share network resources across multiple hosts
  • vSS supports only 2 hosts. vDS must be used for 3 or more hosts.
  • vSS switches and vDS switches are essentially the same
  • vSS switches are standard and vDS are virtual 

 
In Vsphere 6.0, what is the primary difference between a vSS switch and a vDS switch?

EXPLANATION

vSS (standard switch) works within one ESXi host only. vDS enables more features and allows the switches to be used by multiple hosts.
Searchvmware.techtarget.com
Vmware terminology
Share:

Which of these is NOT a valid ping command

Which of these is NOT a valid ping command

  • ping 0x08080808
  • ping 8.8.8.8 google.com
  • ping 127.1
  • ping 01002004010 

 
Which of these is NOT a valid ping command

EXPLANATION

PING 127.1 is a valid command because it is a short form of 127.0.0.1, same as IPv6 addresses, IPv4 addresses can be shortened by removing leading zeroes. See page 4 of RFC3513
PING 01002004010 is a valid ping command as it is the octal number form of 8.8.8.8.
PING 0x08080808 is a valid ping command as it is the hex number form of 8.8.8.8

PING 8.8.8.8 google.com is NOT valid because of multiple destinations referenced.
See the ping man page.
These conversions may not be useful for day to day IT pros, but in security, it is a huge threat as skilled attackers can use this technique to conceal their IPs from Web Application Firewalls (WAF) since these firewalls only have rules created for IP addresses.
This tool converts IP to different number formats (it's not limited to IP addresses, other bidirectional formats are available)
P.S This question stemmed from this tweet

SOURCE

https://tools.ietf.org/html/rfc3513
Share:

Tuesday, August 13, 2019

What CIDR would be used to restrict a network to 100 hosts?

What CIDR would be used to restrict a network to 100 hosts?

  • /26
  • /12
  • /25
  • /30 
What CIDR would be used to restrict a network to 100 hosts?


EXPLANATION


AddressesHostsNetmaskAmount of a Class C
/3042255.255.255.2521/64
/2986255.255.255.2481/32
/281614255.255.255.2401/16
/273230255.255.255.2241/8
/266462255.255.255.1921/4
/25128126255.255.255.1281/2
/24256254255.255.255.01
/23512510255.255.254.02
/2210241022255.255.252.04
/2120482046255.255.248.08
/2040964094255.255.240.016
/1981928190255.255.224.032
/181638416382255.255.192.064
/173276832766255.255.128.0128
/166553665534255.255.0.0256









Share:

What does CTRL-ALT-DEL actually do, when at the BIOS screen?

What does CTRL-ALT-DEL actually do, when at the BIOS screen?

  • Sends an interrupt 999 to the CPU
  • Sends an interrupt 0 to the CPU
  • Sends an interrupt 443 to the CPU
  • Sends an interrupt 9 to the CPU 

EXPLANATION

If Ctrl+Alt+Del is executed before Windows is to a point where it can intercept the command, BIOS will simply restart the computer. Ctrl+Alt+Del might also restart the computer while in Windows if Windows is locked up in a certain way. For example, using Ctrl+Alt+Del during the Power On Self Test reboots the computer.
In Windows 3.x and 9x, if Ctrl+Alt+Del is quickly pressed twice in a row, the system will immediately start a reboot without safely shutting down any open programs or processes. The page cache is flushed and any volumes are safely unmounted, but there isn't an opportunity to cleanly shut down running programs or save any work.

 

Share:

A PC connects to two working networks using SOHO routers and different subnets. One of the routers doesn't connect to the Internet, but the other does. You lose access to the Internet when the isolated network is connected. What the likely cause?

A PC connects to two working networks using SOHO routers and different subnets. One of the routers doesn't connect to the Internet, but the other does. You lose access to the Internet when the isolated network is connected. What the likely cause?

  • The test network route metric is lower.
  • Your Internet goes out at the same time.
  • Network issues on the Internet side.
  • A system can't be on two separate subnets at once. 

EXPLANATION

 Two subnets on a single VLAN isn't practical.

Share:

Popular Posts