Microsoft Security Flashcards
Describe an IPv4 address
An IPv4 address is composed of four numbers divided by dots. Each number is called an octet. The value of each octet can be between 0 and 255.
Ex. 192.168.26.1
What is a class A Subnet Mask, Prefix and Range?
Subnet mask: 255.0.0.0
Prefix:/8
Range: 1.0.0.0 to 126.255.255.255
What is a class B Subnet Mask, Prefix and Range?
Subnet mask: 255.255.0.0
Prefix: /16
Range: 128.0.0.0 to 191.255.255.255
What is a class C Subnet Mask, Prefix and Range?
Subnet mask: 255.255.255.0
Prefix: /24
Range: 192.0.0.0to 223.255.255.255
Name the Private IPv4 Address ranges
- 0.0.0 –10.255.255.255
- 16.0.0 –172.31.255.255
- 168.0.0 –192.168.255.255
Why do we have IPv4 private addresses?
They are used to delay the depletion of IPv4addresses
Can IPv4 private address be used to directly communicate over the internet?
No
What is a static IP address?
It is a manually configures IP address
Where are static IP addresses used?
Servers use static IP addresses
Describe a Default Gateway
- -A gate through which data passes on its way to or from other networks
- -Can be a router, computer, or server
- -The machine used as a gateway can also serve as a firewall and proxy server.
What is the DNS?
- Used for Name-to-number (IP address) mapping
- -Typically installed on the domain controller (DC)
What does DHCP do?
It dynamically assigns an IP address and other network configuration parameters
VM Network Adapter:
–NAT mode
- -In NAT mode, a guest operating system on a virtual machine (VM) cannot access hosts in a physical LAN but can on the internet.
- -A guest machine will not be accessible from a host machine or from other machines in the network.
- -NAT is the default mode.
VM Network Adapter:
–NAT Network
- -In NAT network mode, a guest operating system on a VM can access hosts in a physical local area network (LAN) and on the internet.
- -A guest machine will not be accessible from a host machine or from other machines in the network.
- -The VM must have a unique IP address.
VM Network Adapter:
–Bridged Mode
- -In bridged mode, a VM’s virtual network adapter is connected to a physical network.
- -Packets are sent and received directly to/from the virtual network adapter without additional routing.
VM Network Adapter:
–Internal Mode
- -In internal mode, VMs are connected to an isolated virtual network.
- -The VMs can communicate with each other but not with the host machine or any other host in a physical or external network.
Windows Device Manager
The manager provides a view of the hardware components connected to the computer.
Windows Event Manager
It is an administrative tool that displays logs and system messages regarding events that occur in the system.
Windows Network Center
The center enables network interface card (NIC) configuration, including IP address assignment.