IP Services Flashcards
(44 cards)
What is a host file?
Computer file used by an OS to map hostnames to IP addresses
What does a host file serve as to allow the overriding of DNS lookup?
A simple form of local DNS resolution
How is a host file commonly used?
Testing website deployment and blocking access to unwanted sites through redirection of domain names to incorrect or loopback IP addresses
Does the system check the external DNS server first?
No, it checks the host file before querying the external DNS server
Why are time synchronization protocols essential within the network?
Provide consistent and accurate time across all devices
Time synchronization is crucial for coordinating activities and ensuring the integrity of time-sensitive operations.
Where does time synchronization protocols play a critical role?
Network operations, logging, security, and proper sequence of events in distributed systems
These areas require precise timing to function correctly and efficiently.
What is the oldest and most common time protocol?
NTP
NTP stands for Network Time Protocol, which has been widely adopted for time synchronization.
What sort of system does NTP use to minimize the impacts of variable network latency?
Hierarchical system
This system allows NTP to manage time synchronization across multiple levels of servers.
What is the extension of NTP designed to provide security and improvements?
NTS (Network Time Security)
NTS enhances NTP by adding security features to protect against various vulnerabilities.
What does NTS add to NTP?
Encryption and authentication
These features help secure the time synchronization process against tampering and unauthorized access.
What is Precision Time Protocol (PTP) used for?
Precise time synchronization within nanoseconds
PTP is often used in applications requiring high precision, such as telecommunications and financial transactions.
How does the Address (A) Record allow users to access websites using human-readable domain names instead of numerical IP addresses?
The Address (A) Record maps a domain name with the corresponding IPv4 address
This allows users to enter a domain name instead of having to remember the numerical IP address.
Which record is the most commonly used record type in DNS settings?
Address (A) Record
This record is essential for mapping domain names to IPv4 addresses.
How is the AAAA Record similar to an Address (A) Record?
Maps a domain name to an IPv6 address
This enables the use of IPv6 addresses, which are necessary due to the exhaustion of IPv4 addresses.
When is the CNAME Record used?
When multiple domain names resolve to the same IP address
This is useful for directing different domain names to the same server.
What does the CNAME Record map to?
An alias name to a canonical domain name
This allows users to use different aliases for the same server.
What are MX Records responsible for?
Specifying the mail servers for receiving email messages on behalf of a domain
This is crucial for email delivery and routing.
What do TXT Records hold for sources outside of the domain?
Text information
TXT Records can include various types of text data relevant to the domain.
How can TXT Records be used?
Verifying domain ownership and implementing email security
They can also hold SPF or DKIM data for email validation.
What are the security measures used for securing emails?
SPF and DKIM
These protocols help in authenticating the sender’s domain and protecting against email spoofing.
What does the NS Record identify?
DNS server responsible for a specific domain
It plays a critical role in DNS delegation and management.
How can NS Records be useful?
Delegating subdomains and managing multiple DNS servers
This allows for organized DNS management across different servers.
How does a PTR Record differ from an A or AAAA Record?
Maps an IP address to a domain name
This is used for reverse DNS lookups.
How are PTR Records primarily used?
Reverse DNS lookup, network troubleshooting, and security checks
They are essential for verifying the identity of servers.