CCNA Chapter 7
Match the characteristic to the protocol category. Both UDP and TCP
Checksum Port number
What subnet mask is represented by the slash notation /20?
255.255.240.0
Refer to the exhibit. Consider a datagram that originates on the PC and that is destined for the web server. Match the IP addresses and port numbers that are in that datagram to the description. Source port number
2578
How many bits are in an IPv4 address?
32
Which of these addresses is the shortest abbreviation for the IP address: 3FFE : 1044 : 0000 : 0000 : 00AB : 0000 : 0000 : 0057?
3FFE : 1044 : 0 : 0 : AB :: 57
Fill in the blank using a number. A total of ______ messages are exchanged during the TCP session termination process between the client and the server.
4
What is the decimal equivalent of the hex number 0x3F?
63
Refer to the exhibit. Consider a datagram that originates on the PC and that is destined for the web server. Match the IP addresses and port numbers that are in that datagram to the description. Destination port number
80
Which transport layer feature is used to guarantee session establishment?
TCP 3-way handshake
Match each application to its connectionless or connection-oriented protocol. UDP
TFTP DHCP
What is the purpose of the subnet mask in conjunction with an IP address?
To determine the subnet to which the host belongs
What is the purpose of ICMP messages?
To provide feedback of IP packet transmissions
What is the complete range of TCP and UDP well-known ports?
0 to 1023
A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the server send before it requires an acknowledgment from the PC?
10 segments
Which three IP addresses are private?
10.1.1.1 172.16.4.4 192.168.5.5
The binary equivalent of the decimal number 232 is...
11101000
Match each description with an appropriate IP address. A Loopback Address
127.0.0.1
The decimal equivalent of the binary number 10010101 is...
149
Match each description with an appropriate IP address. A Link-Local Address
169.254.1.5
Match each description with an appropriate IP address. A Private Address
172.19.20.5
Match each description with an appropriate IP address. A TEST-NET Address
192.0.2.123
Refer to the exhibit. Consider a datagram that originates on the PC and that is destined for the web server. Match the IP addresses and port numbers that are in that datagram to the description. Source IP address
192.168.1.2
Refer to the exhibit. Consider a datagram that originates on the PC and that is destined for the web server. Match the IP addresses and port numbers that are in that datagram to the description. Destination IP address
192.168.2.2
Match each description with an appropriate IP address. An Experimental Address
240.2.6.255
What are three parts of an IPv6 global unicast address?
A global routing prefix that is used to identify the network portion of the address that has been provided by an ISP. A subnet ID that is used to identify networks inside of the local enterprise site. An interface ID that is used to identify the local host on the network.
What does a client application select for a TCP or UDP source port number?
A random value in the range of the registered ports
What are three characteristics of multicast transmission?
A single packet can be sent to a group of hosts. Multicast transmission can be used by routers to exchange routing information. The range of 224.0.0.0 to 224.0.0.255 is reserved to reach multicast groups on a local network.
Which scenario describes a function provided by the transport layer?
A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.
Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity between two network devices?
ACK SYN
Match the characteristic to the protocol category. UDP
Connectionless Best for VoIP
A host device sends a data packet to a web server via the HTTP protocol. What is used by the transport layer to pass the data stream to the proper application on the server?
Destination port number
A message is sent to all hosts on a remote network. Which type of message is it?
Directed broadcast
Which two IPv4 to IPv6 transition techniques manage the interconnection of IPv6 domains?
Dual stack Tunneling
What is a beneficial feature of the UDP transport protocol?
Fewer delays in transmission
Match each application to its connectionless or connection-oriented protocol. TCP
HTTP FTP TELNET
What field content is used by ICMPv6 to determine that a packet has expired?
Hop Limit field
What does the IP address 172.17.4.250/24 represent?
Host address
Which protocol supports Stateless Address Autoconfiguration (SLAAC) for dynamic assignment of IPv6 addresses to a host?
ICMPv6
What is indicated by a successful ping to the ::1 IPv6 address?
IP is properly installed on the host.
What does a client do when it has UDP datagrams to send?
It just sends the datagrams
What type of address is automatically assigned to an interface when IPv6 is enabled on that interface?
Link-local
What are two types of IPv6 unicast addresses?
Loopback Link-local
A host device needs to send a large video file across the network while providing data communication to other users. Which feature will allow different communication streams to occur at the same time, without having a single data stream using all available bandwidth?
Multiplexing
Which two parts are components of an IPv4 address?
Network portion Host portion
Compared to UDP, what factor causes additional network overhead for TCP communication?
Network traffic that is caused by retransmissions
Fill in the blank. During a TCP session, the _________ flag is used by the client to request communication with the server.
SYN
Which two TCP header fields are used to confirm receipt of data?
Sequence number Acknowledgment number
An administrator wants to configure hosts to automatically assign IPv6 addresses to themselves by the use of Router Advertisement messages, but also to obtain the DNS server address from a DHCPv6 server. Which address assignment method should be configured?
Stateless DHCPv6
What happens if the first packet of a TFTP transfer is lost?
The TFTP application will retry the request if a reply is not received.
Which factor determines TCP window size?
The amount of data the destination can process at one time
Which two things can be determined by using the ping command?
The average time it takes a packet to reach the destination and for the response to return to the source. The destination device is reachable through the network.
What is a socket?
The combination of a source IP address and port number or a destination IP address and port number.
A technician wishes to use TFTP to transfer a large file from a file server to a remote router. Which statement is correct about this scenario?
The file is segmented and then reassembled in the correct order at the destination, if necessary, by the upper-layer protocol.
During a TCP session, a destination device sends an acknowledgment number to the source device. What does the acknowledgment number represent?
The next byte that the destination expects to receive
A user is executing a tracert to a remote device. At what point would a router, which is in the path to the destination device, stop forwarding the packet?
When the value in the TTL field reaches zero.
Match the characteristic to the protocol category. TCP
Window size 3-way handshake