Lesson 5: Practice Questions

¡Supera tus tareas y exámenes ahora con Quizwiz!

A network technician is checking the records to ensure all the host names match up with the proper IP addresses for the network. What records is the technician checking? (Select all that apply.) 1) A 2) MX 3) FQDN 4) AAAA

1) A 4) AAAA An address (A) record is a resource record that resolves a host name to an IPv4 address. Network technicians can create and update resource records manually (statically). An AAAA record is a resource record on a DNS server that resolves a host name to an IPv6 address. Client and server computers on the network can generate resource records dynamically. A mail exchange (MX) record identifies an email server for the domain so that other servers can send messages to it. A fully qualified domain name (FQDN) is a unique label specified in a DNS hierarchy to identify a particular host within a subdomain within a top-level domain.

An application uses Transmission Control Protocol (TCP) as it requires data to make it to the destination 100% intact. Which of the following are functions of this protocol? (Select all that apply.) 1) Uses SYN/ACK packets. 2) Uses TFTP. 3) Uses negative acknowledgment. 4) Uses FIN.

1) Uses SYN/ACK packets. 3) Uses negative acknowledgment. 4) Uses FIN. TCP establishes a connection between the sender and recipient using a handshake sequence of SYN, SYN/ACK, and ACK packets. TCP allows the receiver to send a negative acknowledgment (NACK) to force retransmission of a missing or damaged packet. TCP allows the graceful termination of a session using a FIN handshake. The main drawback is that this connection information requires multiple header fields. Network devices typically use Trivial File Transfer Protocol (TFTP) to obtain a configuration file. The application protocol uses its own acknowledgment messaging, so it does not require TCP.

A technician is sent to the personal office space of the organizations board to set up a SOHO environment for the executive. While preparing for the home installation, the technician creates a list of items that will be needed to successfully setup and configure the SOHO network. What is the function of using a switch in a SOHO environment? 1) It connects to the service provider cabling and transfers frames over the link 2) It allows local computers and other host types to connect to the network via RJ-45 ports 3) It forwards packets over the WAN interface if a location destination IP address is not available 4) It allows hosts to connect to the network over Wi-Fi

2) It allows local computers and other host types to connect to the network via RJ-45 ports When setting up and configuring a SOHO Network, a switch allows local computers and other host types to connect to the network via RJ-45 ports. This will be an unmanaged switch, so no configuration is necessary. A modem, versus a switch, connects to the service provider cabling and transfers frames over the link. The modem type must be matched to the network type (ADSL, VDSL, or cable). Routers, and not switches, forward packets over the WAN (Internet) interface if they do not have a local destination IP address. An access point allows hosts to connect to the network over Wi-Fi.

An application developer wants to ensure packets arrive at the destination in the correct order and none are lost when an application communicates across the network. Which protocol will the application developer use? 1) UDP 2) TCP 3) IP 4) DNS

2) TCP The Transmission Control Protocol (TCP) can identify and recover from lost or out-of-order packets. Failing to receive a packet or processing it incorrectly can cause serious data errors. The User Datagram Protocol (UDP) is faster than TCP and comes with less of a transmission overhead because it does not need to send extra information to establish reliable connections. The Internet Protocol (IP) provides packet addressing and routing within a network of networks. For data to travel from one IP network to another, an intermediate system must forward it. The Domain Name System (DNS) is a service that maps fully qualified domain name labels to IP addresses on most TCP/IP networks, including the internet.

A network technician is configuring hosts to request IP configuration from a server. What protocol is the technician configuring? 1) HTTPS 2) SSH 3) DHCP 4) TFTP

3) DHCP The technician is configuring Dynamic Host Configuration Protocol (DHCP) which is a protocol used by clients to request IP configuration information from a server. HyperText Transfer Protocol Secure (HTTPS) is a protocol used to deliver web pages and other resources. It uses encryption to authenticate the server and protect the information. Secure shell (SSH) is a protocol that accesses the command-line interface of a computer from across the network and uses encryption to authenticate the server and user and protect the information. Network devices typically use Trivial File Transfer Protocol (TFTP) to obtain a configuration file. The application protocol uses its own acknowledgment messaging, so it does not require TCP.

A company hires a network technician who is reviewing the network setup documentation. The technician sees that the company has fiber optic cable running all the way up to the building. This represents what type of connection? 1) FTTC 2) VDSL 3) ONT 4) FTTP

3) ONT A fiber to the premises (FTTP) internet connection means that the service provider's fiber optic cable runs all the way to the customer's building. A fiber to the curb (FTTC) solution retains some sort of copper wiring to the customer premises while extending the fiber link to a communications cabinet servicing multiple subscribers. The service providers with their roots in telephone networks use very high-speed DSL (VDSL) to support FTTC. VDSL achieves higher bit rates than other DSL types at the expense of range. An optical network terminal (ONT) is a device that converts between optical and electrical signaling deployed to facilitate full fiber internet connection types.

A network technician is setting static IPv4 addresses on servers. Which settings would be considered optional for ensuring proper communications within a local area network? (Select all that apply.) 1) The gateway 2) The alternate DNS 3) IP address 4) Subnet mask

3) The gateway 4) The alternate DNS The gateway parameter is the IPv4 address of a router and is the IP address to which packets destined for a remote network should go by default. This will be changed for groups of locally connected devices. The Domain Name System (DNS) and alternate DNS servers provide resolution of host and domain names to their IP addresses. While the primary DNS may be essential for locating resources on the internet, an alternate is optional. Each host must be configured with an IP address and subnet mask at a minimum to communicate on an IPv4 network. The subnet mask is entered in dotted decimal notation, such as 255.255.255.0. When used with the IP address 192.168.0.100 , this mask identifies 192.168.0.0 as the network ID and means that the last octet ( .100 ) is the host ID.

A network technician must allow employee computers to securely connect to the corporate network from alternate locations. What is the best method for the technician to use? 1) DMARC 2) DHCP scope 3) VPN 4) VLAN

3) VPN A virtual private network (VPN) enables hosts to connect to the LAN from locations other than the site by connecting to the local network via a secure remote access server. The Domain-Based Message Authentication, Reporting, and Conformance (DMARC) framework ensures that Sender Policy Framework (SPF) and DomainKeys Identified Mail (DKIM) are effective. A Dynamic Host Configuration Protocol (DHCP) scope is the range of addresses that a DHCP server can offer to client hosts in a particular subnet. A virtual LAN (VLAN) is a logical network segment comprising a broadcast domain established using a feature of managed switches to assign each port a VLAN ID.

A networking student is learning about IP addressing and discovers which of the following facts are NOT true regarding IPv6? 1) Divided into two main parts. 2) Will replace IPv4. 3) Expressed in hexadecimal notation. 4) Expressed in dotted decimal notation.

4) Expressed in dotted decimal notation. IS NOT TRUE ABOUT IPV6 To make IPv4 addresses easier to use, they are in dotted decimal notation. IPv6 addresses are in hexadecimal notation. An IPv6 address divides into two main parts: the first 64 bits designate the network ID, while the second 64 bits designate a specific interface. The pool of available IPv4 public addresses is not very large, compared to the number of devices that need to connect to the internet, so IP version 6 (IPv6) will replace IPv4 completely. IPv6 addresses are in hexadecimal notation. To express a 128-bit IPv6 address in hex, the binary address divides into eight double-byte (16-bit) values delimited by colons.

A network technician is purchasing a digital subscriber line (DSL) service for a business that transfers large amounts of data back and forth between branches. What is the best connection type for the business? 1) ADSL 2) ISP 3) PSTN 4) Symmetric DSL

4) Symmetric DSL Symmetric versions of DSL offer the same uplink and downlink speeds and are of more use to businesses and for branch office links, where more data passes upstream than with normal internet use. Asymmetrical DSL (ADSL) provides a fast downlink but a slow uplink, with the latest (ADSL2+) offering downlink rates up to about 24 Mbps and uplink rates of 1.25 Mbps or 2.5 Mbps. Internet service providers (ISPs) establish high-speed links between their networks, using transit and peering arrangements to carry traffic to and from parts of the internet they do not physically own. The public switched telephone network (PSTN) is the national and global telecommunications network that has fiber optic cabling at its core.


Conjuntos de estudio relacionados

Module 2, 2.1.1 Python Functions

View Set

B: Matrices and Rational Functions

View Set

QUIZ "The Love Song of J. Alfred Prufrock" by T.S. Eliot

View Set

MedSurg: NCLEX: Liver/Pancreas/Gallbladder

View Set

COMPTIAA+ 220-901 -Hardware and Network Troubleshooting, 4.1;Given a scenario, troubleshoot common problems related to motherboards, RAM, CPU and power with appropriate tools.

View Set

Chapter 1 An Overview of Nutrition

View Set

Chapter 44 Assessment and Management of Patients with Biliary Disorders PrepU

View Set

Chapter 8 LearnSmart ReadingAssignment

View Set

Chapter 4 - Health Insurance Providers

View Set