Lesson 2 - OSI Flashcards
OSI
Open Systems Interconnection
The physical layer
Layer 1
The data link layer
Layer 2
The network layer
Layer 3
The transport layer
Layer 4
The session layer
Layer 5
The presentation layer
Layer 6
The application layer
Layer 7
At the ______ layer, binary expressions (that is, a series of 1s and 0s) represent data
Physical Layer/Layer 1
At upper layers, however, bits are grouped together, into what is known as a ________ or a __________
Protocol Data Unit (PDU) or Data Service Unit
Physical layer PDU
Bits
Data link layer PDU
Frames
Network layer PDU
Packets
Transport layer PDU
Segments
The concern of the__________ is the transmission of bits on the network along with the physical and electrical characteristics of the network
Physical Layer / Layer 1
represents a binary 1 with the presence of voltage (on a copper cable) or the presence of light (on a fiber-optic cable). Similarly, the absence of light or voltage represents a binary 0
Current state modulation
One way to electrically or optically represent a binary 1 or 0 is to use the transition between a voltage level (for example, going from a state of no voltage to a state of voltage, or vice versa, on a copper cable) or the transition of having light or no light on a fiber-optic cable to represent a binary 1. Similarly, a binary 0 is represented by having no transition in a voltage level or light level from one time period to the next. This approach of representing binary digits is called ________________
state transition modulation
The ___________ layer is concerned with the following:
Packaging data into frames and transmitting those frames on the network
Performing error detection/correction
Uniquely finding network devices with an address
Handling flow control
Data Link Layer / Layer 2
The _____________ is primarily concerned with forwarding data based on logical addresses
Network Layer / Layer 3
The _________ acts as a dividing line between the upper layers and lower layers of the OSI model. Specifically, messages are taken from upper layers and are encapsulated into segments for transmission to the lower layers.
Transport Layer / Layer 4
The _________ is responsible for setting up, maintaining, and tearing down sessions. You can think of a session as a conversation that needs to be treated separately from other sessions to avoid the intermingling of data from different conversations.
Session Layer / Layer 5
The __________ handles formatting the data being exchanged and securing that data with encryption.
Presentation Layer / Layer 6
The _______ gives services to a network.
Application Layer / Layer 7
Network Interfave || Internet || Transport || Application
TCP/IP Stack
___________ field. The value in this field is decremented by 1 every time this packet is routed from one IP network to another (that is, passes through a router). If the ____ value ever reaches 0, the packet is discarded from the network.
Time-to-Live (TTL)
Due to the sequencing and acknowledgements, ___ is considered to be a connection-oriented transport layer protocol
TCP
Dynamically assigns IP address information (for example, IP address, subnet mask, DNS server’s IP address, and default gateway’s IP address) to a network device
DHCP Dynamic Host Configuration Protocol
UDP Port 67, 68
DHCP Dynamic Host Configuration Protocol
Resolves domain names to corresponding IP addresses
DNS Domain Name System
TCP Port 53 UDP Port 53
DNS Domain Name System
Transfers files with a remote host (typically requires authentication of user credentials)
FTP File Transfer Protocol
TCP Port 20, 21
FTP File Transfer Protocol
A signaling protocol that provides multimedia communications over a network
H.323
TCP Port 1720
H.323
Retrieves content from a web server
HTTP Hypertext Transfer Protocol
TCP Port 80
HTTP Hypertext Transfer Protocol