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
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
What is the DNS?
- -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
VM Network Adapter:
–NAT Network
VM Network Adapter:
–Bridged Mode
VM Network Adapter:
–Internal Mode
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.
Name types of Windows users
Guest, Standard, Administrator, NT Authority
What is a domain?
What is a workgroup?
What do domain controllers do?
Domain controllers (DCs) control access to resources in a domain. Servers that are domain members have resource access managed by a DC. Client authentication is managed by the DC.
What is a guest user?