Chapter 1 Introduction To TCP/IP Networking Flashcards
What is a network model
A network model reflects a design or architecture to accomplish communication between different systems. Network models are also referred to as stacks or protocol suites. Examples of network models include tcp/ip and the OSI model.
What is ISO
ISO stands for international organization for standardization. They created the OSI model (open systems interconnection) their goal is to standardize data networking protocols to allow communication among all computers across the planet.
TCP/IP model
Application, Transport, Network, Data link , and physical.
What are the two most common transfer layer protocols
TCP and UDP
What is a same layer interaction?
When a particular layer on one computer wants to communicate with the same layer on another computer the two computers use headers to hold the information they want to communicate.
What is an adjacent layer interaction?
How one computer, two adjacent layers, and networking architectural model work together with the lower layer providing services to the higher layer.
What are the 5 layers of the TCP/IP model
Application, Transport, Network, data link, physical
What is data called at the bottom layers of the TCP/IP model
Layer 2: frame
Layer 3: packet
Layer 4: segment
What is data called in the OSI model
Pdu (protocol data unit) and the number of the respective layer ie l1 pdu, l2 pdu etc
What is De-encapsulation?
on a computer that receives data over a network the process on which the device interprets the lower layer headers and when finished with each header, remove the header revealing the next higher layer pdu.