OSI Model Flashcards
(9 cards)
Which layer contains the actual cables and wires that you can touch with your hands? At this layer, the actual electrical signals, or light waves, or radios waves are defined.
Layer One: Physical Layer
Which layer is how your device “talks” to this physical medium, and how other devices find your device on the network? Here is the world of the MAC address. Most switches function only on this layer. They are told by the next layer (Network) what mac address is needed.
Layer 2: Data Link
Which layer is where the IP protocol lives? After a long war, it’s pretty much the only one left standing for most communications at this layer. IP is interested in getting the traffic from the source to the destination. It allows communications to find a path anywhere in the world, regardless of the underlying physical layers.
Layer 3: Network
Which layer concerns specific ways that data is packaged up for transport on IP. Most traffic is simply TCP or UDP at this point, but there’s a wide variety of other stuff at this layer as well. The biggest concepts here are that TCP is stateful, meaning it expects to receive a response for each packet, while UDP is stateless. It doesn’t really care if you respond or not, it just sort of “throws” the packets at the other end.
Layer 4: Transport
Which layer manages connections and is responsible for controlling ports and sessions?
Layer 5 - Session
Which layer ensures that data is in a usable format and is where data encryption occurs?
Layer 6: Presentation
Which layer is the human-computer interaction layer, where applications can access network services?
Layer 7: Application
What 2 layers does ethernet operate in?
Physical (layer 1) and data link (layer 2)