Network Services Flashcards

(16 cards)

1
Q

What are the 4 steps of DHCP assignment.

A
  1. Discover
  2. Offer
  3. Request
  4. Acknowledgement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 4 settings assigned by DHCP?

A
  • IP Address
  • Subnet Mask
  • Default Gateway
  • DNS/WINS Server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When do we need an IP Helper address?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an IP Helper?

A

It forwards several kinds of UDP broadcasts across the router and can be used with a DHCP relay.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a DHCP relay?

A

It forwards DHCP packets between clients and servers if clients and servers are on different network segments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 5 levels of DNS?

A
  1. Root Level
  2. Top-Level-Domain (.com/.org/.de/.uk etc.)
  3. Second-Level-Domain (diontraining, microsoft etc.)
  4. Subdomain (www/mail/support/forum etc)
  5. Host (Refers to a specific machine)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a URL?

A

A Uniform Ressource Locator is the full string to access a webserver, like: https://www.diontraining.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different types (8) of DNS records?

A
  • A: Domain —> IPv4
  • AAAA: Domain —> IPv6
  • CNAME (Canocial Name): Domain/Subdomain —> Domain/Subdomain
  • MX (Mail Exchange): Directs emails to mail server (cant point to IPs)
  • SOA (Start of Authority): Stores critical info about domain or zone, needed in zone transfers, that use TCP
  • PTR (Pointer): Opposite of A records, used for Reverse DNS Lookups, PTR records always use .arpa top level domain, ex: IP.in-addr.arpa
  • TXT: Used for ownership verification
  • NS (Nameserver): Indicates which nameserver has the authority over that domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are internal/external DNS?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Whats the TTL?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the two types of DNS Lookups if a DNS server doesnt know a requested IP address?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are 3 ways to secure DNS against eavesdropping and DNS Snooping?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is NTP and what port is it running on?

A

Network Time Protocol (NTP): Is used to synchronize computer clocks over the network in a very accurate way, it does that on Port 123.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are newer alternatives to NTP?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is QoS and what are the 3 metrics used to measure it?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the 3 types of QoS ruling?

A
  1. Best Effort: no categories, no priorities / No QoS
  2. Integrated Services (IntServ): Traffic types have strict bandwith reservations / Hard QoS
  3. Differentiated Services (DiffServ): Diffenrentiation of data types where routers and switches can shift bandwith based on whats available / Soft QoS