1A Comparing OSI Model Network Functions Flashcards
(40 cards)
Acronym Used to remember OSI model from bottom up
Please Do Not Throw Sausage Pizza Away
Acronym Used to remember OSI model from top to bottom
All People Seem To Need Data Processing
OSI Model Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Network Protocol 2 principal functions
Addressing & Encapsulation
Addressing
Describing where data messages should go.
Encapsulation
Describing how data messages should be packaged for transmission. Similar to an envelope for a letter with the distinction that each layer requires its own envelope.
OSI reference model
Open Systems Interconnection - promotes understanding of how components in a network system work.
Same layer interaction
protocol running at each layer communicates with its equivalent (or peer) layer on the other node.
Adjacent Layer Interaction
Transmit or receive a communication on each node, each layer provides services for the layer above and uses the services of the layer below.
Layer 1
(Physical Layer) responsible for transmission and receipt of the signals that represent bits of data from one node to another.
Devices that operate at the Physical Layer include
Transceiver, Repeater, Hub, Media converter, Modem
Transceiver
The part of the network interface that sends and receives signals over network media
Repeater
A device that amplifies an electronic signal to extend the maximum allowable distance for a media type
Hub
A multiport repeater, deployed as the central point of connection for nodes
Media converter
a device that converts one media signaling type to another (ex: copper wire to fiber optic)
Modem
A device that performs some type of signal modulation and demodulation, such as sending digital data over an analog line. Creates a physical connection to another network.)
Layer 2
(Data Link Layer) Responsible for transferring data between nodes on the same logic segment. Organizes the stream of bits arriving from the physical layer into structured units called frames. Frames contain a network layer packet as its payload. Layer 2 adds control info to payload in form of header fields. Fields include source & destination hardware addresses + basic error check making sure received frame is intact.
Layer 2 devices
NIC, Bridge, Switch, Wireless Access Point (AP)
Logical Topology
At the Data Link Layer (L2) segment is one where all nodes can send tragic to one another using hardware addresses, regardless of whether they share access to the same media. A Layer 2 segment might include multiple physical segments.
Layer 3
(Network Layer) - responsible for moving data around a network of networks, known as an internetwork or the internet. Moves info around by using logical network and host IDs.
Layer 3 devices
Router, basic firewall (packet filtering firewall)
Layer 4
Transport Layer - AKA the end-to-end or host-to-host layer. can understand payload/data itself. identifies each type of network app by assigning it a port number. Ex: data from HTTP web app is identified as port 80. Tags segments with application port numbers and passes it on to the network layer for delivery.
Layer 4 PDUs
Segments
PDU (network not hardware)
Protocol Data Unit - A unit of information transmitted between entities on a computer network.