1.2 Network Models Flashcards
Two most important network models:
- Open System Interconnection (OSI) model
- Internet Model
Usually called the OSI Model for short
Open Systems Interconnection (OSI) Reference Model
Commercial networks used by businesses were built using non-standardized technologies developed by one vendor (sometimes referred to as ____________, or vendor-specific)
proprietary
During the late 1970s, the International Organization for Standardization (ISO) created the ________________________ Subcommittee, whose task was to develop a framework of standards for computer to computer communications
Open System Interconnection (OSI)
Other characteristics of the OSI model include:
1. OSI model is _____ a protocol
2. It is a model for understanding and designing a ____________ that is flexible, robust, and interoperable
NOT…network architecture
It consists of ________ separate layers, each of which defines a part of the process of moving information across a network
seven
OSI Model Layers:
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
The ____________ coordinates the functions required to carry a bit stream over a physical medium or channel.
physical layer
It is responsible for moving the individual bits from node (or hop) to the next
Physical Layer
It deals with the mechanical and electrical specifications of the interface and transmission medium
Physical Layer
It also defines the procedures and functions that physical devices and interfaces must perform for transmission to occur
Physical Layer
The ____________ is also concerned with the following:
1. Physical characteristics of the interfaces and medium
2. Representation of bits – defines the type of encoding (how bits are changed to signals)
3. Data Rate
4. Synchronization of bits
5. Line configuration
6. Physical topology
7. Transmission mode
physical layer
The ____________ transforms the physical layer to a “reliable link.” It is also responsible for moving frames from one node (or hop) to the next
data link layer
Responsibilities of this layer includes:
1. Framing
2. Physical addressing
3. Flow control
4. Error control
5. Access control
Data Link Layer
Data link layer divides the stream of bits received from the network layer into manageable data units called frames
Framing
Adds a header to the frame to define the sender and/or receiver of the frame
Physical addressing
Imposes a flow control mechanism to avoid overwhelming the receiver
Flow control
Add mechanisms to detect and retransmit damaged or lost frames
Error control
When two or more devices are connected to the same link, this layer determines which device has control over the link
Access control
The ____________ is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links)
network layer
Oversees the delivery of the packet between two systems on the same network
Data link layer
Ensures that each packet gets from its point of origin to its final destination
Network layer
Other responsibilities of the network layer include:
- Logical addressing
- Routing
Adds header to the packet, including the logical address (address needed to help distinguish the source/destination systems)
Logical addressing