Network+ Concepts Flashcards
TCP/IP Model
aka TCP/IP stack or the DoD model. It is an alternative to the OSI Model. 4 layers vs 7 layers to OSI model -Application -Transport -Internet -Network Interface
OSI Model
aka OSI stack. Open Systems Interconnection Model is a framework used to describe the functions of a networking system. There are 7 layers.
Please Do Not Throw Sausage Pizza Away
Physical Layer
OSI model Layer 1 - Electrically or optically transmitting raw unstructured data bits across the network. “physical” resources
Examples of Layer 1:
-Cable (Ethernet, fiber optic)
-Radio frequencies (Wi-Fi, Bluetooth)
-Infrastructure devices (network hubs, Wireless Access Points, Media converters) [devices that work at the bit layer; whatever comes in, goes out; simple dumb devices].
Data Link Layer
OSI model Layer 2
Layer 2 devices view networks logically.
data is packaged into frames. The data link layer also corrects errors that may have occurred at the physical layer.
Data link layer has two sub-layers:
- media access control (MAC), provides flow control and multiplexing for device transmissions over a network.
- logical link control (LLC), provides flow and error control over the physical medium
Examples at Layer 2:
- Network Interface Cards (NIC)
- Bridges
- Switches
- MAC addresses
- –They are smarter devices that can use logic to send specific information to specific devices
Network Layer
OSI model Layer 3 Forwards traffic (routing) using logical addresses (e.g. IPv4 or IPv6) -Logical addressing -Switching (i.e. routing; not switches as in Layer 2) -Route discovery and selection -Connection services -Bandwidth usage -Multiplexing strategy
Alt Summary
Receiving frames from the data link layer, and delivering them to their intended destination based on the addresses contained inside the frame.
Transport Layer
Layer 4 - This layer is the same in the OSI model and TCP/IP stack.
The transport layer manages the delivery and error checking of data packets. It regulates the size, sequencing, and ultimately the transfer of data between systems and hosts.
Examples of the transport layer is TCP or the Transmission Control Protocol.
Session Layer
OSI model Layer 5
The session layer controls the conversations between different computers. A session or connection between machines is set up, managed, and termined at layer 5. Session layer services also include authentication and reconnections.
Presentation Layer
OSI model, Layer 6
Responsible for formatting the data exchanged and securing that data with proper encryption so it can be presented.
Think data formatting and encryption at Layer 6.
Examples of Layer 6 are:
-scripting languages [because they’re formatting data] (ex. HTML, XML, PHP, JavaScript, etc
-Standard text (ASCII, EBCDIC, UNICODE) [ways of displaying the 1s and 0s]
-Pictures (GIF, JPG, TIF, SVG, PNG, etc)
-Video files (MP4, MPG, MOV, etc)
-Encryption (TLS and SSL)
The presentation layer formats or translates data for the application layer based on the syntax or semantics that the application accepts. Because of this, it at times also called the syntax layer. This layer can also handle the encryption and decryption required by the application layer.
Application Layer (OSI)
OSI model Layer 7 Provides application-level services and is where the users communicate with the computer. Application here=file transfer or network transfer, not IE or Word Examples at Layer 7: -Email (POP3, IMAP, SMTP) -Web browsing (HTTP, HTTPS) -Domain Name Service -File Transfer Protocol (FTP, FTPS) -Remote Access (Telnet, SSH) -Simple Network Management Protocol
At this layer, both the end user and the application layer interact directly with the software application. This layer sees network services provided to end-user applications such as a web browser or Office 365. The application layer identifies communication partners, resource availability, and synchronizes communication.
Application Layer (TCP/IP)
DoD model Application layer includes layers 5,6,7 of the OSI model (Session, Presentation, Application). Defines TCP/IP applications protocols and how programs interface with the transport layer service. This is the layer the end-user interacts with
Transport layer
Transport layer is the same in OSI and TCP/IP. Provides communications session management between hosts and defines level of service and status of connection used for transport. TCP, UDP, RTP.
Internet layer
Same as the Network layer of the OSI model. Packages data into IP datagrams and routes these IP datagrams between hosts across the network. Contains source and destination IPs.
Network Interface layer
Combines the Physical and Data Link layers from the OSI model. Concerned with physical and electrical characteristics. It describes how to transmit bits across the network.
Data on the Application, Presentation, Session layers (Layers 5,6,7) is called….
data (OSI model).
Data on the Transport layer (Layer 4) is called….
segments (OSI models).
Data on the Network layer (Layer 3) is called….
packets (OSI model).
Data on the Data Link layer (Layer 2) is called….
Frames (OSI model).
Data on the Physical layer (Layer 1) is called….
Bits (OSI model).
Do Some People Fear Birthdays? (mnemonic)
Data, Segments, Packets, Frames, Bits
What is a session (Layer 5)?
A session is like a convo that must be kept separate from others to prevent intermingling of the data.
What happens when setting up a session?
Check user credentials and assign a number to the session and determine who begins sending data. [Classroom example]
What happens when maintaining a session?
Transfer of data across the network, reestablish a session if it gets disconnected, and acknowledging data received. [Classroom example]
What happens when tearing down a session?
Ending a session due to mutual agreement (after the data transfer is done) or one party disconnects. [Classroom example]
What devices or protocols are used at Layer 5?
H.323 or H.264 (used to set-up, maintain and tear down voice and video connections) which operate over RTP [real time protocol] AND
NetBIOS is used to share files over a network.