• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/13

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

13 Cards in this Set

  • Front
  • Back
connection establishment
the process by which a connection-oriented protocol creates a connection. With TCP, a connection is established by a three-way transmission of TCP segments
error detection
the process of discovering whether a data link level frame was changed during transmission. This process typically uses a Frame Check Sequence (FCS) field in the data link trailer
error recovery
the process of noticing when some transmitted data was not successfully received and resending the data until it is successfully received
flow control
the process of regulating the amount of data sent by a sending computer toward a receiving computer. Several flow control mechanisms exist, including TCP flow control which uses windowing
forward acknowledgement
A process used by protocols that do error recovery, in which the number that acknowledges data lists the next data that should be sent, not the last data that was successfully received
HTTP
hypertext transfer protocol. the protocol used by web browsers and web servers to transfer files, such as text and graphic files
ordered data transfer
a networking function, included in TCP, in which the protocol defines how the sending host should number the data transmitted, defines how the receiving device should attempt to reorder the data if it arrives out of order, and specifies to discard the data if it cannot be delivered in order
port
in TCP and UDP, a number that is used to uniquely identify the application process that either sent (source port) or should receive (destination port) data. In LAN switching, another term for switch interface
segment
in TCP, a term used to describe a TCP header and its encapsulated data (also called an L4PDU). Also, in TCP, the process of accepting a large chunk of data from the application layer and breaking it into smaller pieces that fit into TCP segments. In Ethernet, a segment is either a single Ethernet cable or a single collision domain (no matter how many cables are used)
sliding windows
for protocols such as TCP that allow the receiving device to dictate the amount of data the sender can send before sending an acknowledgement - a concept called a window - a reference to the fact that the mechanism to grant future windows is typically just a number that grows upward slowly after each acknowledgement, sliding upward
URL
uniform resource locator. a standard for how to refer to any piece of information retrievable via a TCP/IP network, most notably used to identify web pages.
VoIP
Voice over IP. The transport of voice traffic inside IP packets over an IP network
web server
software, running on a computer, that stores web pages and sends those web pages to web clients (web browsers) that request the web pages