Chapter 2: Networking Standards & the OSI Model Flashcards
Network address
Unique identifiers applicable to specific network computers; the network address identifies the data packet’s intended recipient
Network protocol
Establishes the guidelines and conventions to send and receive messages formatted as data packets
Data packet
a container used to convey data or information via TCP/IP or similar protocol; the data packet contains (among other information) the IP address of the intended recipient, source data, and network information.
Header
packet origin and packet destination information.
What follows the header section in a packet?
Message body (payload)
What does the footer (trailer) contain?
Ending or termination instructions
The process of sending and receiving data packets is called
Packet-switching
This IPv4 field denotes how long the packet will be active before it is deleted
Time to live
Which part of a data packet typically contains an error-checking algorithm?
Both the header and footer
Which descriptive term best describes reception quality when impacted by ‘packet loss’?
Poor
Which protocol below is used to format most data packets for transmission over the Internet?
TCP/IP
Open Systems Interconnection (OSI) model
Describes how data is sent and received over a network
What are the seven layers of the OSI model
Application
Presentation
Session
Transport
Network
Data Link
Physical
application layer
the software that the end user interacts with
presentation layer
defines the format the data uses as it is transmitted
session layer
responsible for (flow control) allowing ongoing communication between two parties across the network.
transport layer
ensures that error-free data is given to the user
network layer
splits up long messages into smaller bits of data, often referred to as packets.