Chapter 2 The OSI Layers Flashcards
__ ____ ______, is the primary architectural model for networks. pg 28
the OSI Model
_________ ______, is a conceptual blueprint of how communication should take place. it addresses all the processes required for effective communication and divides these processes. p 29
Reference model
Binding is a process of what ? p 29
Taking the communication processes related to each other are bound, or grouped together, at a particular layer
If you need to develop a certain protocol on a certain layer you should only be concerned with what? p 29
The layer that this protocol will function on and its functions.
What are some advantages you get with the OSI model? p 29-3
1.)OSI model divides a network into smaller and simpler components, thus aiding component development, design and troubleshooting.2.)it allows vendor development through the standardization of network components.3.)It prevents changes in other network layers from affecting other layers, thus making app programming easier.
The top three layers of the OSI model define what ? p 31
the rules of how and application working within host machines communicate with each other as well as with end users.
The bottom four layers of the OSI model define what? p 31
How the actual data is transmitted from end to end.
This layer chooses and determines the availability of communication partners along with the resources neccesary to make their required connection. p 32
The application layer
The Application layer acts as a _______ between application programs. p 33
Interface.
This OSI model layer is the layer responsible for data it presents to the application layer and data translation and code formatting. p 33
The presentation Layer
The session layer is responsible for what? p 33
The session layer is responsible for setting up and managing, and then tearing down sessions between presentation layer entities.
This OSI model Layer segments and reassembles data into data stream. This layer also establishes end to end data transport services and can establish a logical connection between the send and destination host on an internetwork. p 33
The Transport layer
TCP(transmission control protocol) is a reliable service,______ is not. p 34
UDP (User data-gram Protocol)
The transport layer can be _______ or ______-_________. p 34
Connectionless or connection-oreinted
A virtual circuit setup is called what? p 34
Overhead.