Chapter 1 Flashcards
(106 cards)
The general topic of how on one computer, two adjacent layers in a networking architectural model work together, with the lower layer providing services to the higher layer.
Adjacent-layer interaction
On a computer that receives data over a network, the process in which the device interprets the lower-layer headers and, when finished with each other, removes the header, revealing the next-higher layer PDU
de-encapsulation
The placement of data from a higher-layer protocol behind the header (and in some cases, between a header and trailer) of the next-lower-layer protocol. For example, an IP packet could be encapsulated in an Ethernet header and trailer before being sent over an Ethernet.
Encapsulation
A term referring to a data link header and trailer, plus the data encapsulated between the header and trailer.
Frame
A generic term referring to any set of protocols and standards collected into a comprehensive grouping that, when followed by the devices in a network, allows all the devices to communicate. Examples include TCP/IP and OSI.
Networking model
A logical grouping of bytes that includes the network layer header and encapsulated data, but specifically does not include and headers and trailers below the network layer.
Packet
A generic term referring to the header defined by some layer of a networking model, and the data encapsulated by the header (and possibly trailer) of that layer, but specifically not including any lower-layer headers and trailers.
Protocol data unit (PDU)
The communication between two networking devices for the purposes of the functions defined at a particular layer of a networking model, with that communication happening by using a header defined by that layer of the model. The two devices set values in the header, send the header and encapsulated data, with the receiving devices interpreting the header to decide what action to take.
Same-layer interaction
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).
Segment
What type of network is created by a corporation or enterprise?
Enterprise Network
What are small networks at home for business purposes?
Small office/home office network (SOHO)
A comprehensive set of documents that defines how a computer works.
Networking model
Logical set of rules devices must follow to communicate
Protocol
What organization in the late 1970’s created the Open Systems Interface (OSI)
International Organization for Standardization (OSI)
The OSI was developed to reduce _____ and aid _____ and to standardize data networking protocols to allow communication between all computers.
Complexity;
Competition
What networking model did the DoD create that was less-formal than OSI and is the prevailing model today?
TCP/IP (Transmission-Control Protocol/Internet Protocol
What institute defines Ethernet standards?
Institute of Electrical and Electronic Engineers (IEEE)
What are the layers of the old TCP/IP model?
Application; Transport; Internet; Link
What protocol provides services to the software running on the computer?
Application
Does the application layer define the application itself or the services the application needs?
Services the application needs
What protocol defines how web browsers can pull the contents of a web page from a web server?
Hypertext transfer protocol (HTTP)
What are the documents referred to that define protocols?
Requests for Comments (RFC)
What is the most popular TCP/IP application today?
Web Browser
What layer provides an interface between software running on a computer and the network itself?
Application layer