Chapter 2 Flashcards
(OSI)stands for what? p28
Open Systems Interconnection (OSI)
is the process of encoding data as it goes down the OSI stack. p28
Encapsulation
is a conceptual blueprint of how communications should take place. It addresses all the processes required for effective communication and divides these processes into logical groupings called layers. p28
reference model
If they’re developing a protocol for a certain layer, all they need to concern them- selves with is that specific layer’s functions, not those of any other layer.The technical term for this idea is called?p29
binding
Advantages of using the OSI layered model include, but are not limited to, the following: p29
It divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting.
It allows multiple-vendor development through standardization of network components.
It encourages industry standardization by defining what functions occur at each layer of the model.
It allows various types of network hardware and software to communicate
It prevents changes in one layer from affecting other layers, so it doesn’t hamper development and makes application programming easier.
The OSI model has seven layers: p30
Application (Layer 7) Presentation (Layer 6) Session (Layer 5) Transport (Layer 4) Network (Layer 3) Data Link (Layer 2) Physical (Layer 1)
Provides a user interface
Application
Presents data
Handles processing such as encryption
Presentation
Keeps different applications’
data separate
Session
Provides reliable or unreliable delivery
Performs error correction before retransmit
Transport
Provides logical addressing
which routers use for path determination
Network
Combines packets into bytes and bytes into frames
Provides access to media using MAC address
Performs error detection not correction
Data Link
Moves bits between devices
Specifies voltage, wire speed,and pin-out of cables.
Physical
After all of this required synchronization takes place, a connection is fully established and the data transfer begins. This virtual circuit setup is called?p34
overhead.
What is a flow control?p35
Flow control provides a means for the receiver to govern the amount of data sent by the sender.