11) Network Applications Flashcards
You must be able to identify the ports used by these services and their performance and security requirements so that you can assist with product deployments and upgrades and perform basic troubleshooting. You will identify common network applications and service platforms. • Explain the use of web, file/print, and database services. • Explain the use of email and voice services.
A client’s browser has requested a web page. What protocol, at the Application layer of the OSI model, makes the request?
A. HTTP
B. TCP
C. HTML
D. POST
HTTP
The foundation of web technology is the HyperText Transfer Protocol (HTTP). HTTP enables clients (typically web browsers) to request resources from an HTTP server.
A client connects to the HTTP server using an appropriate TCP port (TCP/80, by default) and submits a request for a resource, using a uniform resource locator (URL) via the HTTP protocol.
HyperText Markup Language (HTML) web pages are plain text files with coded tags describing how the browser should format the web page.
POST is a forms mechanism feature of the HTTP protocol that enables a user to submit form data from the client to the server.
An administrator ran a command and determined that the FQDN of a client is forbes.sales.realty.com. What is the hostname of the client?
A. com
B. sales
C. forbes
D. realty
c. forbes
=====================================
A fully qualified domain name (FQDN) consists of the hostname and a domain suffix. In this domain, forbes is the hostname and the domain suffix is sales.realty.com.
A fully qualified domain name (FQDN) consists of the hostname and a domain suffix. In this domain, the suffix .com is the top-level domain.
A fully qualified domain name (FQDN) consists of the hostname and a domain suffix. In this domain, sales is a domain name within the top-level domain .com.
A fully qualified domain name (FQDN) consists of the hostname and a domain suffix. In this domain, realty is a domain name within the top-level domain .com.
An organization has multiple subnets but is only using one DHCP server. How is this possible? (Select all that apply.)
A. Stateless address autoconfiguration
B. Default gateway
C. DHCP relay
D. UDP forwarding
C. DHCP relay
D. UDP forwarding
=====================================
Administrators can configure a DHCP relay agent to provide forwarding of DHCP traffic between subnets to avoid provisioning and configuring DHCP servers on every subnet.
UDP forwarding is a more general application of a DHCP relay, but UDP forwarding forwards DHCP, the Network Time Protocol (NTP), and other broadcast-based applications.
In IPv6, the Stateless Address Autoconfiguration (SLAAC) process can locate routers (default gateways) and generate a host address with a suitable network prefix automatically.
A default gateway is the IP address of the router that allows devices on one subnet to communicate with devices on other subnets.
An administrator is using DHCP and wants to retain centralized management of IP addressing but needs to ensure that specific devices that supply always-on functionality have static IP address assignments. What is the best solution?
A. Configure static assignments on those devices
B. Assign addresses from a specially configured exclusion range
C. Create reservations
D. Configure scopes
C. Create reservations
====================================
To retain centralized management of IP addressing, the administrator can create a reservation which is a mapping of a MAC address or interface ID to a specific IP address within the DHCP server’s address pool.
The administrator can configure static assignments using IP addresses outside the DHCP scope; however, this does not allow the administrator to retain centralized management.
The administrator can assign IP addresses from a specially configured exclusion range; however, the administrator must statically assign them, and this does not allow the administrator to retain centralized management.
A scope is a range of IP addresses and options configured for a single subnet. Administrators define scopes by providing a start and end IP address along with a subnet mask.
An organization is using IPv4 addresses. Which of the following records will resolve a hostname to the IP address?
A. A
B. AAAA
C. CNAME
D. Alias
Answer: A) A
=====================================
Administrators use an address (A) record in the domain name system to resolve a hostname to an IPv4 address using the UDP transport protocol over port 53 by default.
Administrators use an AAAA record in the domain name system to resolve a hostname to an IPv6 address. Due to the large address sizes of IPv6, AAAA records can exceed the maximum UDP packet size.
A Canonical Name (CNAME), or alias record, configures an alias for an existing address record (A or AAAA). An administrator can redirect an alias to a completely different host if needed.
An alias record, or Canonical Name (CNAME) record, configures an alias for an existing address record (A or AAAA).
ICANN is a non-profit organization that’s dedicated to keeping the Internet secure. What does ICANN manage? (Select all that apply.)
A. Country codes
B. Generic TLDs
C. FQDNs
D. DNS
B. Generic TLDs
D. DNS
=====================================
ICANN (Internet Corporation for Assigned Names and Numbers) manages the generic TLDs (top level domains) such as .com, .org, .net, .info, and .biz.
ICANN manages the Domain Name System (DNS) which is a global hierarchy of distributed name server databases that contain information on domains and hosts within those domains.
Organizations appointed by the relevant government generally manage country codes such as .uk, .ca, and .de.
Organizations must register a domain name with a registrar to ensure that it is unique, but the organization that registered the domain name manages its FQDNs (fully qualified domain names).
A user has typed www.network.com into a web browser. The domain name server cannot resolve the name, so it is querying other name servers to try to find it. What kind of lookup is the domain name server performing?
A. Iterative
B. Recursive
C. Start of authority
D. Resource record
B. Recursive
=====================================
A recursive lookup means that if the queried server is not authoritative, it does take on the task of querying other name servers until it finds the requested record or times out.
In an iterative lookup, a name server responds to a query with either the requested record or the address of a name server at a lower level in the hierarchy that is authoritative for the namespace.
The Start of Authority (SOA) record identifies the primary authoritative name server that maintains complete resource records for a zone.
Resource records allow a DNS name server to resolve queries for names and services hosted in the domain into IP addresses.
An administrator is configuring the TCP/IP settings in workstations and wants to use the solution with the least amount of overhead. What setting will the administrator select?
A. UDP
B. TCP
C. IP
D. DHCP
D. DHCP
=====================================
The administrator will use Dynamic Host Configuration Protocol (DHCP) which provides an automatic method for allocating an IP address, subnet mask, and other optional parameters.
The User Datagram Protocol (UDP) works at the Transport layer, but unlike TCP, it is a connectionless, nonguaranteed method of communication with no acknowledgments or flow control.
The Transport Control Protocol (TCP) works at the Transport layer and is a connection-oriented, guaranteed method of communication with acknowledgments and flow control.
The Internet Protocol (IP) works at the Network layer and provides logical addressing and packet forwarding between different networks.
An administrator is configuring a DHCP server. What configurations must the administrator apply to the server? (Select all that apply.)
A. The server must receive a dynamic IP address
B. The administrator must configure the DHCPDISCOVER packet
C. The server must receive a static IP address
D. The administrator must configure a scope
C. The server must receive a static IP address
D. The administrator must configure a scope
An administrator must allocate a static address to the DHCP server as network services that always need to be on should always have static IP addresses.
An administrator must configure a scope or a range (or pool) of IP addresses and subnet masks plus option values to allocate.
An administrator should not allocate a dynamic address to a DHCP server as network services that always need to be on should always have static IP addresses.
When negotiating a DHCP connection, some hosts cannot receive unicast without an IP address. They should set a broadcast bit in the DHCPDISCOVER packet.
A client is attempting to renew its lease with the DHCP server so that it can keep the same IP addressing information. How much of the lease duration has lapsed?
A. At least 50%
B. At least 87.5%
C. At least 0
D. At least 255
At Least 50%
=====================================
A client can renew the lease when at least half the lease’s period has elapsed so that it keeps the same IP addressing information.
If the original DHCP server does not renew a client’s lease by the time 87.5% of the lease duration is up, the client will attempt to renew with any available DHCP Server.
DHCP options besides IP address and subnet mask have a tag byte or decimal value between 0 and 255, although the DHCP server cannot use 0 as an option value.
DHCP options besides IP address and subnet mask have a tag byte or decimal value between 0 and 255, although the DHCP server cannot use 255 as an option value.
An organization has multiple subnets but is only using one DHCP server. How is this possible? (Select all that apply.)
A. Stateless address autoconfiguration
B. Default gateway
C. DHCP relay
D. UDP forwarding
C. DHCP relay
D. UDP Forwarding
=====================================
Administrators can configure a DHCP relay agent to provide forwarding of DHCP traffic between subnets to avoid provisioning and configuring DHCP servers on every subnet.
UDP forwarding is a more general application of a DHCP relay, but UDP forwarding forwards DHCP, the Network Time Protocol (NTP), and other broadcast-based applications.
In IPv6, the Stateless Address Autoconfiguration (SLAAC) process can locate routers (default gateways) and generate a host address with a suitable network prefix automatically.
A default gateway is the IP address of the router that allows devices on one subnet to communicate with devices on other subnets.
True or False?
If a client accepts a DHCPOFFER, the DHCPREQUEST packet is broadcast on the network.
True
When configuring multiple DHCP servers for redundancy, what should you take care to do?
Configure the servers with nonoverlapping address scopes
Nonoverlapping address scopes -
True or False?
DHCP options can be configured on a per-scope basis.
True
What is address is used to contact a DHCPv6 server?
IPv6 does not support broadcasts, so clients use the multicast address ff:02::1:2 to discover a DHCP server.
In a stateless environment, what sort of information does DHCPv6 provides?
In a stateless environment, the host autoconfigures an address using a network prefix provided by the router (typically).
DHCPv6 is then used to provide the IPv6 addresses used to access network services , such as DNS (domain name system) or addresses used to access network services, such as DNS or SIP ( ) gateways.
True or False?
While the client doesn’t have an IP address yet, the DHCPOFFER is usually delivered
as unicast because the server knows the client’s MAC address.
True
True or False? Some hosts cannot
receive unicast without an IP address. They should set a broadcast bit in the
DHCPDISCOVER packet.
True
The DHCP lease process is called the DORA process:
A. Discover, Offer, Request, and Acknowledge
B. Dynamic, Offer, Request, and Acknowledge
C. Distinct, Offer, Request, and Acknowledge
D. Develop, Offer, Request, and Acknowledge
A. Discover, Offer, Request, and Acknowledge
True or False? DHCP Server Configuration
DHCP is normally deployed as a service of a network operating system or through
an appliance such as a switch or router.
A DHCP server must be allocated a dynamic
IP address and configured with a range (or pool) of IP addresses and subnet masks
plus option values to allocate.
False
DHCP server must be allocated a static
IP address and configured with a range (or pool) of IP addresses and subnet masks
plus option values to allocate.
A range of addresses and options configured for a single subnet is referred to as a
____________.
A. subnet mask
B. Address resolution
C. DHCP relay agent
D. scope
D. Scope
To define a scope, you must provide a start and end IP address along with
a subnet mask.
The server maintains a one-to-one mapping of scopes to subnets.
That is, no scope can cover more than one subnet and no subnet can contain more
than one scope.
There is no mechanism for a client to choose between multiple servers. Therefore, if
multiple DHCP servers are deployed—for fault tolerance, for instance—they must be
configured with nonoverlapping or split scopes.
DHCP for multiple subnets is usually
handled by configuring _________ __________ to forward requests to a central DHCP server.
A. change agents
B. host names
C. zone transfer
D. relay agents
D. relay agents
DHCP for multiple subnets is usually
handled by configuring relay agents to forward requests to a central DHCP server.
A reverse DNS query returns the host name associated with a given IP address. This
information is stored in a ____________ lookup zone as a __________record.
A. NS lookup, DNS
B. reverse, pointer
C. mail (MX), service
D. recursive, FQRN
B. Reverse, pointer (PTR)
An administrator updated an A (address) record, but it took the client computers approximately five minutes to recognize the change. What update can the administrator make on the resource record to allow changes to propagate through the network more quickly?
A. Increase the TTL
B. Decrease the TTL
C. DNS cache on the servers
D. DNS cache on the clients
B. Decrease the TTL
The administrator can decrease the time to live (TTL) value, measured in seconds, on the resource record. This value instructs how long resolvers can keep a query in cache.
If the administrator increased the time to live (TTL) value, measured in seconds, on the resource record, it would take even longer for the change to propagate through the network.
Server caching means that an updated record can be slow to propagate around the Internet. Administrators can manage this by decreasing the TTL on the resource record before a change.
Client caching means that an updated record can be slow to propagate around the Internet. Administrators can manage this by decreasing the TTL on the resource record before a change.