CCNA 1 v7 Modules 14 – 15: Network Application Communications Exam
This flashcard set focuses on the key functions and behaviors of transport layer protocols TCP and UDP. It includes topics such as port ranges, session establishment, sockets, TCP windowing, and the connectionless nature of UDP, helping learners understand how communication is managed between devices.
Which action is performed by a client when establishing communication with a server via the use of UDP at the transport layer?
The client sets the window size for the session.
The client sends an ISN to the server to start the 3-way handshake.
The client randomly selects a source port number.
The client sends a synchronization segment to begin the session.
The client randomly selects a source port number.
Key Terms
Which action is performed by a client when establishing communication with a server via the use of UDP at the transport layer?
The client sets the window size for the session.
The client sends an ISN to the server to start the 3-way handshake.
The client randomly selects a source port number.
The client sends a synchronization segment to begin the session.
The client randomly selects a source port number.
Which transport layer feature is used to guarantee session establishment?
UDP ACK flag
TCP 3-way handshake
UDP sequence number
TCP port number
TCP 3-way handshake
What is the complete range of TCP and UDP well-known ports?
0 to 255
0 to 1023
256 – 1023
1024 – 49151
0 to 1023
What is a socket?
the combination of the source and destination IP address and source and destination Ethernet address
the combination of a source IP address and port number or a destination IP address and port number
the combination of the source and destination sequence and acknowledgment numbers
the combination of the source and destination sequence numbers and port numbers
the combination of a source IP address and port number or a destination IP address and port number
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?
1 segment
10 segments
100 segments
1000 segments
10 segments
Which factor determines TCP window size?
the amount of data to be transmitted
the number of services included in the TCP segment
the amount of data the destination can process at one time
the amount of data the source is capable of sending at one time
the amount of data the destination can process at one time
Related Flashcard Decks
Study Tips
- Press F to enter focus mode for distraction-free studying
- Review cards regularly to improve retention
- Try to recall the answer before flipping the card
- Share this deck with friends to study together
Term | Definition |
---|---|
Which action is performed by a client when establishing communication with a server via the use of UDP at the transport layer? The client sets the window size for the session. | The client randomly selects a source port number. |
Which transport layer feature is used to guarantee session establishment? UDP ACK flag | TCP 3-way handshake |
What is the complete range of TCP and UDP well-known ports? 0 to 255 | 0 to 1023 |
What is a socket? the combination of the source and destination IP address and source and destination Ethernet address | the combination of a source IP address and port number or a destination IP address and port number |
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? 1 segment | 10 segments |
Which factor determines TCP window size? | the amount of data the destination can process at one time |
What does a client do when it has UDP datagrams to send? It just sends the datagrams. | It just sends the datagrams. |
Which three fields are used in a UDP segment header? (Choose three.) Window Size | Length |
What are two roles of the transport layer in data communication on a network? (Choose two.) identifying the proper application for each communication stream | identifying the proper application for each communication stream |
What information is used by TCP to reassemble and reorder received segments? port numbers | sequence numbers |
What important information is added to the TCP/IP transport layer header to ensure communication and connectivity with a remote network device? | destination and source port numbers |
Which two characteristics are associated with UDP sessions? (Choose two.) Destination devices receive traffic with minimal delay. | Destination devices receive traffic with minimal delay. |
Which flag in the TCP header is used in response to a received FIN in order to terminate connectivity between two network devices? | ACK |
Which protocol or service uses UDP for a client-to-server communication and TCP for server-to-server communication? | DNS |
What is a characteristic of UDP? UDP datagrams take the same path and arrive in the correct order at the destination. | UDP reassembles the received datagrams in the order they were received. |
What kind of port must be requested from IANA in order to be used with a specific application? registered port | registered port |
Which three application layer protocols use TCP? (Choose three.) SMTP | SMTP |
Which three statements characterize UDP? (Choose three.) UDP provides basic connectionless transport layer functions. | UDP provides basic connectionless transport layer functions. |
Which two fields are included in the TCP header but not in the UDP header? (Choose two.) | window |
Which field in the TCP header indicates the status of the three-way handshake process? window | control bits |
Why does HTTP use TCP as the transport layer protocol? to ensure the fastest possible download speed | because HTTP requires reliable delivery |
Which two types of applications are best suited for UDP? (Choose two.) | applications that handle reliability themselves |
How are port numbers used in the TCP/IP encapsulation process? Source port numbers and destination port numbers are not necessary when UDP is the transport layer protocol being used for the communication. | If multiple conversations occur that are using the same service, the source port number is used to track the separate conversations. |
In what two situations would UDP be better than TCP as the preferred transport protocol? (Choose two.) when applications need to guarantee that a packet arrives intact, in sequence, and unduplicated | when a faster delivery mechanism is needed |
What are three responsibilities of the transport layer? (Choose three.) meeting the reliability requirements of applications, if any | meeting the reliability requirements of applications, if any |
Which three statements describe a DHCP Discover message? (Choose three.) The source MAC address is 48 ones (FF-FF-FF-FF-FF-FF). | The destination IP address is 255.255.255.255. |
Which two protocols may devices use in the application process that sends email? (Choose two.) HTTP | SMTP |
What is true about the Server Message Block protocol? Different SMB message types have a different format. | Clients establish a long term connection to servers. |
What is the function of the HTTP GET message? to request an HTML page from a web server | to request an HTML page from a web server |
Which OSI layer provides the interface between the applications used to communicate and the underlying network over which messages are transmitted? application | application |
Which networking model is being used when an author uploads one chapter document to a file server of a book publisher? peer-to-peer | client/server |
What do the client/server and peer-to-peer network models have in common? Both models have dedicated servers. | Both models support devices in server and client roles. |
In what networking model would eDonkey, eMule, BitTorrent, Bitcoin, and LionShare be used? peer-to-peer | peer-to-peer |
What is a common protocol that is used with peer-to-peer applications such as WireShare, Bearshare, and Shareaza? Ethernet | Gnutella |
What is a key characteristic of the peer-to-peer networking model? wireless networking | resource sharing without a dedicated server |
The application layer of the TCP/IP model performs the functions of what three layers of the OSI model? (Choose three.) physical | session |
What is an example of network communication that uses the client-server model? A user uses eMule to download a file that is shared by a friend after the file location is determined. | A workstation initiates a DNS request when the user types www.cisco.com in the address bar of a web browser. |
Which layer in the TCP/IP model is used for formatting, compressing, and encrypting data? internetwork | application |
What is an advantage of SMB over FTP? Only with SMB can data transfers occur in both directions. | SMB clients can establish a long-term connection to the server. |
A manufacturing company subscribes to certain hosted services from its ISP. The services that are required include hosted world wide web, file transfer, and e-mail. Which protocols represent these three key applications? (Choose three.) FTP | FTP |
Which application layer protocol uses message types such as GET, PUT, and POST? DNS | HTTP |
What type of information is contained in a DNS MX record? the FQDN of the alias used to identify a service | the domain name mapped to mail exchange servers |
Which three protocols operate at the application layer of the TCP/IP model? (Choose three.) ARP | FTP |
Which protocol is used by a client to communicate securely with a web server? SMTP | HTTPS |
Which applications or services allow hosts to act as client and server at the same time? client/server applications | P2P applications |
What are two characteristics of peer-to-peer networks? (Choose two.) scalability | decentralized resources |
Which scenario describes a function provided by the transport layer? A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network. | 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 three layers of the OSI model provide similar network services to those provided by the application layer of the TCP/IP model? (Choose three.) physical layer | session layer |
A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received two packets of data from the PC? 3001 | 3001 |
A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received three packets of data from the PC? 4501 | 4501 |
A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received four packets of data from the PC? 6001 | 6001 |
A client creates a packet to send to a server. The client is requesting TFTP service. What number will be used as the destination port number in the sending packet? 69 | 69 |
A client creates a packet to send to a server. The client is requesting FTP service. What number will be used as the destination port number in the sending packet? 21 | 21 |
A client creates a packet to send to a server. The client is requesting SSH service. What number will be used as the destination port number in the sending packet? 22 | 22 |
A client creates a packet to send to a server. The client is requesting HTTP service. What number will be used as the destination port number in the sending packet? 80 | 80 |
A client creates a packet to send to a server. The client is requesting POP3 service. What number will be used as the destination port number in the sending packet? 110 | 110 |
A client creates a packet to send to a server. The client is requesting telnet service. What number will be used as the destination port number in the sending packet? 23 | 23 |
A client creates a packet to send to a server. The client is requesting SNMP service. What number will be used as the destination port number in the sending packet? 161 | 161 |
A client creates a packet to send to a server. The client is requesting SMTP service. What number will be used as the destination port number in the sending packet? 25 | 25 |
A client creates a packet to send to a server. The client is requesting HTTPS service. What number will be used as the destination port number in the sending packet? 443 | 443 |