What are the 4 steps of DHCP assignment.
What are the 4 settings assigned by DHCP?
When do we need an IP Helper address?
When the DHCP Server and Client are on different network segments, the router on the Clients segment, needs to be configured with an IP Helper address in order to be able to forward the requests to the DHCP server. This IP address mostly is the IP of a DHCP relay.
What is an IP Helper?
It forwards several kinds of UDP broadcasts across the router and can be used with a DHCP relay.
What is a DHCP relay?
It forwards DHCP packets between clients and servers if clients and servers are on different network segments.
What are the 5 levels of DNS?
What is a URL?
A Uniform Ressource Locator is the full string to access a webserver, like: https://www.diontraining.com
What are the different types (8) of DNS records?
What are internal/external DNS?
Internal DNS: Allows cloud instances on the same network to access each other using internal DNS names with internal A and PTR records.
External DNS: Thats the DNS we all know, that is used to reach domains over the internet.
Whats the TTL?
The Time To Live is used to tell a DNS resolver how long a cached record is valid until it has to request a new record from the server.
What are the two types of DNS Lookups if a DNS server doesnt know a requested IP address?
Recursive Lookup: The DNS Server goes up the levels until it finds the requested IP address.
Iterative Lookup: The DNS resolver keeps asking other DNS Servers until one of the either knows the IP or knows a DNS server that knows the IP
What are 3 ways to secure DNS against eavesdropping and DNS Snooping?
DNS over HTTPS (DoH): Sends all DNS queries through https like most webtraffic is nowadays
DNS of TLS (DoT): Sends all DNS queries through an encrypted transport layer security tunnel, pretty much like DoH but using TLS instead of SSL.
DNS Security Extension (DNSSEC): Provides authentication and integrity checking for DNS data, preventing DNS spoofing and poisoning.
What is NTP and what port is it running on?
Network Time Protocol (NTP): Is used to synchronize computer clocks over the network in a very accurate way, it does that on Port 123.
What are newer alternatives to NTP?
Precision Time Protocol (PTP): More precise, sub-microsecond, for networks that need really accurate clocks
Network Time Security (NTS): Extension for NTP that provides cryptographic security for the time synching. Uses TLS and AEAD
What is QoS and what are the 3 metrics used to measure it?
Quality of Service (QoS) is the principle of categorizing your network traffic and prioritizing the different categories based on the needs of the company. Delay when sending an email is for example way more acceptable than Delay of packets in a VoiP call.
The 3 metrics are:
- Delay
- Jitter (Jumbling of signals)
- (Packet) Drops
What are the 3 types of QoS ruling?