Network Fundamentals #2 Flashcards
Conceptual model to show how data is communicated through layers.
Open Systems Interconnection (OSI Model)
Layers of OSI and mneumonic
Please - Physical Do - Data Link Not - Network Throw - Transport Sausage - Session Pizza - Presentation Away - Application
Short explanation of each layer
Application - The Actual Application being used, for example email. Here the data is created.
Presentation - Data is converted and formatted. For example, into JPEG form for images.
Session - Creates a session ‘conversation’ between two applications
Transport - Using TCP, breaks down data into segments and begins sending it.
Network - Labels data with network addresses and creates a route for the data. Data is now called a packet.
Data Link Layer - Gets data from one device to another data by establishing a logical link. MAC address is added. Ethernet is in this layer
Physical Layer - Manages physical things like radio signals and speed, etc. The data is finally sent.
Two kinds of IP addresses and which one is newer and which one is more common
IPv4 is older, but its more common and what you think of as IP.
IPv6 is newer.
Composition of IP Address
4 Octets (4 numbers, 8 bit values each).
Since each octet is an 8 bit value, what is the highest and lowest possible IP?
0.0.0.0 and 255.255.255.255
The first two numbers determine what?
The network