LESSON1 Flashcards
Provides a structured approach to explain the interaction of
networking devices.
Conceptual Framework
Helps to visualize how networks operate and isolate network
problems.
Conceptual Framework
Explains the connectivity to understand the protocols and technology
used in computer networks.
Conceptual Framework
In networking, we have two most common frameworks—OSI and
TCP/IP model.
Conceptual Framework
Networking most common frameworks.
OSI Model
TCP/IP Model
7 Layers of OSI Model
Physical Layer
Data Link Layer
Network Layer
Transport Layer
Session Layer
Presentation Layer
Application Layer
responsible for transmission and reception of unstructured raw data between a device. Handles data frames received from the Data Link layer into binary data bits of 1s and 0s.
Physical Layer
directly connected nodes are
used to perform node-to-node data transfer where data is packaged
into frames. The ________ layer encompasses two sub-layers of its
own. The first, media access control (MAC), provides flow control and
multiplexing for device transmissions over a network.
Data Link Layer
layer is responsible for receiving
frames from the data link layer, and delivering them to their intended
destinations among based on the addresses contained inside the
frame.
Network Layer
finds the destination by using logical addresses, such as IP (internet protocol). At this layer, routers are a crucial component used to quite literally route information where it needs to go between networks.
Network Layer
layer manages the delivery and
error checking of data packets. This is where TCP(transmission
control protocol) and UDP(user datagram protocol) takes place.
Transport Layer
controls the conversations between
different computers. A _______ or connection between machines is set
up, managed, and determined at layer 5. __________ services also
include authentication and reconnections.
Session Layer
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.
Presentation Layer
- At this layer, both the end user and the _________ interact directly with the software application.
Application Layer
Network Interface (Data Link, Physical)
Network
Transport
Application Layer (Session, Presentation, Application)
TCP/IP Model
Difference of TCP/IP on OSI Model
The TCP/IP model provides a practical approach, unlike the OSI
model, which is more theoretical.
The model divides the data into four (4) layers, where the data first
goes into each of the layers in order to perform communication.
making the mask longer than the default for the IP class.
IP Subnetting
This creates sub-networks that allow for the efficient use of the
address space.
IP Subnetting
is used for taking a packet from one
device and sending it through the network to another network.
Routing
_____ uses routing table to make decisions.
Router
can be manually or dynamically configured.
Routing
manually enter route information and uses simple routing algorithms and provides more security than
dynamic routing.
Static Routing
It does not handle failures in external networks well.
Static Routing
Static Routing Configuration
ip route <destination> <subnet> <next></next></subnet></destination>