CompTia A+ : Chapter 6 Flashcards
You have just set up a network that will use the TCP/IP protocol, and you want client computers to obtain IP configuration information automatically. Which type of server do you need for this?
DCHP (Dynamic Host Configuration Protocol) [ DCHP provides IP configuration information to hosts when they join the network. A Domain name system (DNS) server resolves hostnames to IP addresses. Network address translation (NAT) translates private IP addresses. There is no IP configuration server (other than the DCHP server)]
Which of the following protocols were designed to access information stored in an information directory, such as employee phone books?
Lightweight directory access protocol (LDAP) [ is designed to access information stored in a database or directory typically referred to as a LDAP directory or LDAP database. This typically includes employee data and network configuration data. FTP is designed to transfer files. RDP is remote desktop protocol, and CIFS is used to share files and printers.
Which TCP/IP protocol uses port 80?
HTTP uses port 80. HTTPS uses port 443, Telnet uses port 23, and POP3 uses port 110.
What is the maximum number of IPv6 addresses that can be assigned to one IPv6 interface?
It is not limited but may be limited by practicality.
Which of the following are valid examples of IPv6 addresses? (Choose all that apply)
A,B, and C. [An IPv6 address contains 128 bits, written in 8 16 -bit fields represented by 4 hexadecimal digits. Option A contains all 8 fields expressed in full. Option B is a IPv4 address expressed in IPv6 form. Option C is the same address as option A, but written in accepted short hand. Option D is not valid because the double colons can be used only once within an address.]
Which of the following IP addresses would not be valid for a DNS server on the Internet?
10.24.11.33 is in a private address space and would therefore not be valid on the internet.
The workstations on your network are configured to use a DHCP server. One of the workstations can’t communicate with other computers. Its IP address is 169.254.1.18. What could be the problem?
The address assigned to the computer is a APIPA address. Microsoft client computers (and others) will configure themselves with an address in this range if they are unable to reach a DHCP server.
Which of the following protocols is responsible for sending an email?
Simple Mail Transfer Protocol (SMTP) is responsible for sending an email [ IMAP4 and POP3 both will receive an email. SNMP is a network management protocol.]
What port does the RDP protocol work on?
3389 [ DNS works on port 53, IMAP4 works on port 143, and LDAP works on port 389.]
An email administrator wants to help protect against their server being spoofed to send spam. They were told that they can do this with a TXT record in their DNS server. If they want to authenticate emails using an encrypted security key, which TXT record would be most appropriate?
DKIM [DKIM authenticates messages from email servers using private-public encrypted key pairs. SPF authenticates via IP addresses . DMARC is a TXT record that allows administrators to specify how they want rejected emails to be handled. VLAN is a virtual LAN and is not a TXT record type.]
What are the advantages that TCP has over UDP? (Choose two)
Virtual circuits and acknowledged delivery. [ Because of its features it has higher overhead than UDP and is a little slower.]
Your friend is concerned about the security of making an online purchase. What should you tell them to look for in the address bar of the web browser?
HTTPS [TLS and SSH are also secure, but they are not protocols used to connect to websites.]
You are manually configuring a TCP/IP host. Another administrator gives you the router’s IP address. What is the TCP/IP term for this?`
The default gateway [ Without this configuration option, you would not be able to get to external networks. The subnet mask tells the host which network its on. The DNS server resolves the hostname to the IP addresses, and a DHCP server provides IP configuration information to the hosts.]
Your network is running IPv4. Which of the configuration options are mandatory for your host to communicate on the network?
The only mandatory IPv4 configuration options are the subnet mask and an IP address. [If you are not connecting to another network, you don’t need a default gateway. DNS servers resolve hostnames to IP addresses, they are not mandatory.]
Which of the following protocols is used for secure retrieval of email?
IMAP4 [ IMAP4 and POP3 are both used to retrieve email, but only IMAP4 provides security features. SMTP sends email and SNMP is a network management protocol.]