Lesson 10: Explaining Network Services Flashcards
What is the first step in a DHCP request?
The client broadcasts a DHCPDISCOVER packet to find a DHCP server
What is the second step in a DHCP request?
If an IP address is available, the DHCP server responds to the client with a DHCPOFFER packet containing the ip address and other configuration information
What is the third step in a DHCP request?
The client can choose to accept the offer using a DHCPREQUEST packet that is broadcast onto the network
What is the fourth step in a DHCP request?
If the offer is still available, the server will respond with a DHCPACK packet, the client will broadcast an ARP message to check that the address is unused
Define a DHCP scope?
A range of IP addresses and options configured on a DHCP server to be server to clients requesting an IP address
What does is mean that a DHCP server maintains a one-to-one mapping of scopes to subnets?
No scope can cover more than one subnet and no subnet can contain more than one scope
What are some DHCP options available to a client?
- Default Gateway
- DNS Server
- DNS name
- NTP server
How are DHCP options presented to clients?
By a tag byte (1-254) in the DHCPOFFER and DHCPACK packets
What is the purpose of a DHCP relay agent/server?
Allows a server/router to forward DHCP traffic from one subnet to another
How does a DHCP relay server/agent function?
The DHCP relay server/agents intercepts broadcast DHCP frames, applies a unicast address for the appropriate DHCP server and forwards the frames to the the subnet the DHCP server is in
How does the DHCP server function after being forwarded a frame?
The DHCP server can identify the original IP subnet from the packet and offers a lease from the appropriate scope
What is the purpose of the IP helper command?
Command set in a router OS to support DHCP relay and other broadcast forwarding functionality
What is the command to set up broadcast forwading?
- int eth1
- ip helper-address x.x.x.x
What is a fully qualified domain name (FQDN)?
Unique label specified in a DNS hierarchy to identify a particular host within a subdomain within the internetwork
What is a fully qualified domain name (FQDN) made up of?
A host name assigned within the AS, and a domain name that is registered
What rules must a FQDN follow?
- Must be unique
- Can’t exceed 253 characters
- Letters, digits, and hyphens only
Define DNS
A global hierarchy of servers that contain information on domains and hosts in those domains that maps FQDNs to IP addresses
What is the DNS hierarchy consist of?
- Root (.)
- Top level domain (TLD)
- Second level domain (SLD)
- Sub domain
Define the root domain and its puropose
There are 13 root level servers in the world, each containing information about the top level domains
Define the top level domain (TLD) and its purpose
TLD’s initial purpose was to help classify websites based on their purposes, ownership, or geographical origin (.com, .org, .edu, .uk, .gov)
Define the second level domain (SLD) and its purpose
The official domain name of an entity (google, apple, paymentservicenetwork)