You have a computer with the ipv4 address 163.208.199.8. what class is this address?

D. Transport

The TCP protocol operates at the transport layer of the TCP/IP reference model layer stack, while the IP protocol operates at the Internet layer. This application layer holds application-related protocols, such as HTTP,FTP,SNMP ant SMTP. The network layer interface layer provides media-related protocols, such as Ethernet and Frame Relay. The presentation layer does not exist in the TCP/IP reference model, only in the seven layer OSI reference model .

You have just set up a network that will use the TCP/IP protocol, and you want client computers to automatically obtain IP configuration information. Which type of server do you need for this?A. DNSB. DHCPC. Domain controller

D. IP configuration server

B. A Dynamic Host Configuration Protocol (DHCP) server provides IP configuration information to hosts when they join the network. A Domain Name System (DNS) server resolves hostnames to IP addresses. A domain controller may provide login authentication, but it does not provide IP configuration information. There is no IP configuration server.

You have a computer with the IP address 171.226.18.1. What class is this address?A. Class AB. Class BC. Class C

D. Not a valid IP address

B. Class A addresses have a first octet between 1 and 126, Class B between 128 and 191, and class C between 192 and 223. With a first octet of 171, this is a Class B address.

Which TCP/IP protocol uses port 80?A. HTTPB. HTTPSC. Telnet

D. POP3

A. HTTP uses port 80. HTTPS uses 443, Telnet 23, and POP3 110.

What is the maximum number of IPv6 addresses that can be assigned to one IPv6 interface?A. One (unicast)B. Two (unicast and anycast)C. Three (unicast, anycast, and multicast)

D. None of the above

D. An IPv6 interface is not limited in the number of addresses it can be assigned, although there could be limitations based upon practicality.

Which of the following are valid examples of IPv6 addresses? (Choose two.)A. 2001:0db8:3c4d:0012:0000:0000:1234:56abB. ::ffff:c0a8:173C. 2001:db8:3c4d:12::1234:56ab

D. 2001::1ab4::5468

A, B, C. An IPv6 address contains 128 bits, written in eight 16-bit fields represented by four hexadecimal digits. Option A contains all eight fields expressed in full. Option B is an IPv4 address expressed in IPv6 form. Option C is the same address as option A but written in accepted shorthand. 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?A. 10.25.11.33B. 18.33.66.254C. 155.118.63.11

D. 192.186.12.2

A. DNS servers resolve hostnames to IP addresses. On the Internet, a DNS server needs to have a public IP address. The address 10.25.11.33 is in a private address space, so that address would not be valid for a DNS server 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?A. The subnet mask is wrong.B. It has a private IP address.C. The default gateway is wrong.

D. It can’t reach the DHCP server.

D. The address assigned to the computer is an 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 email?A. IMAP4B. POP3C. SMTP

D. SNMP

C. Simple Mail Transfer Protocol (SMTP) is responsible for sending email. IMAP4 and POP3 both receive email. SNMP is a network management protocol.

What port does the RDP protocol work on?A. 53B. 143C. 389

D. 3389

D. Remote Desktop Protocol (RDP) works on port 3389. DNS works on port 53, IMAP4 works on 143, and LDAP works on 389.

Which two TCP/IP protocols work at the Host-to-Host layer of the DOD model?(Choose two.)A. IPB. ARPC. TCP

D. UDP

C, D. The two protocols that work at the Host-to-Host layer are TCP and UDP. IP and ARP both work at the Internet layer.

What are two advantages that TCP has over UDP? (Choose two.)A. Acknowledged deliveryB. Faster deliveryC. Lower overhead

D. Virtual circuits

A, D. TCP is a connection-oriented protocol that establishes virtual circuits and acknowledges delivery of packets. Because of these 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 him to look for in the address bar of the web browser?A. HTTPB. HTTPSC. SSH

D. SFTP

B. The HTTP protocol is inherently unsecure, but the HTTPS protocol is secure. (SSH and SFTP are secure as well, 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?A. Default gatewayB. Subnet maskC. DNS server

D. DHCP server

A. The router is your doorway out into other networks and is known in TCP/IP terms as the default gateway. Without this configuration option, you will not be able to get to external networks.

Your network is running IPv4. Which of the configuration options are mandatory for your host to communicate on the network? (Choose two.)A. IP addressB. Subnet maskC. Default gateway

D. DNS server address

A, B. The only mandatory IPv4 configuration items are an IP address and a subnet mask. If you are not connecting to another network, you do not need a default gateway. DNS servers resolve hostnames to IP addresses but they are not mandatory.

Which of the following protocols is used for secure delivery of email?A. SMTPB. SNMPC. POP3

D. IMAP4

D. IMAP4 and POP3 are the two protocols that are used for email delivery. Of the two, only IMAP4 provides security features. SMTP sends email. SNMP is a network management protocol.

Which protocol was developed to be a secure alternative to Telnet?A. SMBB. SSHC. SNMP

D. SFTP

B. The Secure Shell (SSH) was developed as a secure alternative to Telnet. SMB is Server Message Block, which is a network file system. SNMP is for network management. SFTP is designed for secure file downloads. It’s a secure alternative to FTP, not a replacement for Telnet.

Which of the following protocols uses TCP port 23?A. TelnetB. SSHC. FTP

D. DNS

A. Telnet uses port 23. SSH uses port 22. FTP uses ports 21 and 20. DNS uses port 53.

Which of the following is an IPv6 broadcast address?A. ::1B. FE80::C. FF00::D. ::FFFF

E. None of the above

E. IPv6 does not have broadcasts. IPv6 does have multicasts, which are a bit like targeted broadcasts. FF00:: is the first part of a multicast address.

You are setting up a small network that will not connect to the Internet. You want computersto be able to locate each other by using hostnames. What service will do this?A. DNSB. DHCPC. FTP

D. APIPA

A. DNS is typically known as a name resolver on the Internet, but it will work on private networks as well. DNS resolves hostnames to IP addresses. DHCP automatically configures clients with IP address information. FTP is for file downloads. APIPA is a process used to automatically assign clients a private IP address when they can’t reach the DHCP server.

Which of the following protocols is responsible for resolving IP addresses to hardware addresses?A. DNSB. DHCPC. ARP

D. RARP

C. The Address Resolution Protocol (ARP) resolves IP addresses to hardware (MAC) addresses. RARP does the reverse—it resolves MAC addresses to IP addresses. DNS resolves hostnames to IP addresses. DHCP automatically configures TCP/IP clients.