TCP/IP Flashcards
TCP includes 6 component services to provide reliable data delivery. Name 3 of these services.
acknowledged delivery
error detection
retransmission after acknowledgement timeout
preservation of data sequence
nonduplication of data
flow control
According to the book, what is a good rule of thumb when deciding between TCP and UDP protocols?
Use TCP, unless you have a good reason not to.
Provide the name(s) of the protocols supported by WinSock and layer 3 of the OSI model.
Internet Protocol (IP)
Address Resolution Protocol (ARP)
Internet Control Message Protocol (ICMP)
Provide the name(s) of the protocols supported by WinSock and layer 4 of the OSI model.
User Datagram Protocol (UDP)
Transmission Control Protocol (TCP)
Provide the name(s) of the protocols supported by WinSock and layer 5 of the OSI model.
telnet
Provide the name(s) of the protocols supported by WinSock and layer 6 of the OSI model.
File Transfer Protocol (FTP)
Simple Mail Transport Protocol (SMTP)
Domain Name Services (DNS)
Provide the complete name of the agency credited with the development of TCP/IP.
Department of Defense Advanced Research Projects Agency (DARPA)
The “Host Requirements” RFC 1122 specifies that any network address with the network number _____ . _____ . _____ . _____ is a “loopback”.
127.0.0.1
Which layers of the OSI does the WinSock API provide access?
Lower Layers
The TCP/IP Suite incorporates which layers of the OSI model?
Network, Tranport, Session, Presentation
Which of the following mechanisms is utilized to ensure interoperability throughout the Internet?
Request For Comment
According to your textbook, the strength of TCP/IP is found within its _________ with most lower-layer network infrastructure.
compatibility
Which protocol is considered to be more reliable?
TCP
(Transmission Control Protocol)
The acronym DNS, stands for Answer
Domain Name Service
The acronym ARP, stands for
Address Resolution Protocol