Ch. 5 Fundamentals Of TCP/IP Transport And Applications Flashcards
_____ provides a wide variety of services whereas _____ does not
TCP
UDP
_____ provides error recovery, _____ does not
TCP
UDP
_____ needs fewer bytes than _____ and it’s Header
UDP
TCP
______ Does not need error recovery so they use UDP
VoIP
Multiplexing using ports, error recovery, flow control using windowing, connection establishment and termination, ordered data transfer and data segmentation are all features of
TCP/IP transport layer
Each TCP/IP application typically chooses to use either TCP or UDP based on the applications ______
Requirements
TCP relies on ____ end to end delivery of the data including routing issues
IP Internet protocol
Message created by the TCP is known as TCP segment or more generically _____
L4PDU
The function that allows receiving host to choose the correct application for which the data is destined based on the port number
Multiplexing
______ tells the receiving computer to which application to give the received data
Multiplexing
TCP and UDP segments use different ______ ______ ______ to know where to direct data to
Destination port number
Multiplexing relies on the concept called a ______
Socket
A ______ is composed of three things : An IP address, transfer protocol, a port number
Socket
Web servers Use well known port ___
80
_____ ______ _____ start at 1024 because the ports below 1024 are reserve for well-known applications
Dynamic port numbers
______ based on sockets, ensures that the data is delivered to the correct application
Multiplexing
_____ Numbers are a vital part of socket concept
Port
You can manage a switch or router using the _____
World Wide Web (WWW)
The _____ allows users to use names to refer to computers, with it being used to find the corresponding IP address
DNS (domain name system)
SNMP
Simple network management protocol
______ is an application layer protocol used specifically for network device management
SNMP (simple network management protocol)
To query network devices Cisco prime software mainly uses______
SNMP (simple network management protocol)
TFTP
Trivial file transfer protocol
Traditionally to move files to and from the router or switch, Cisco used _____
TFTP (trivial file transfer protocol)
Routers and switches can use _____ is a much more functional protocol to transfer files
FTP (file transfer protocol)
Process of numbering and acknowledging data with sequence and acknowledgement fields
Error recovery (reliability)
Process that uses window sizes to protect buffer space and routing devices from being overloaded with traffic
Flow control using windowing
Process used to initialize port numbers and sequence and acknowledgment fields
Connection establishment and termination
Continuous stream of bytes from an upper layer process that is segmented for transmission and delivered to upper layer processes at the receiving device with the bytes in the same order
Order data transfer and data segmentation