LESSON1 Flashcards

1
Q

Provides a structured approach to explain the interaction of
networking devices.

A

Conceptual Framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Helps to visualize how networks operate and isolate network
problems.

A

Conceptual Framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explains the connectivity to understand the protocols and technology
used in computer networks.

A

Conceptual Framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In networking, we have two most common frameworks—OSI and
TCP/IP model.

A

Conceptual Framework

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Networking most common frameworks.

A

OSI Model
TCP/IP Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

7 Layers of OSI Model

A

Physical Layer
Data Link Layer
Network Layer
Transport Layer
Session Layer
Presentation Layer
Application Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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.

A

Physical Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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.

A

Data Link Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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.

A

Network Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

Network Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

layer manages the delivery and
error checking of data packets. This is where TCP(transmission
control protocol) and UDP(user datagram protocol) takes place.

A

Transport Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

A

Session Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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.

A

Presentation Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • At this layer, both the end user and the _________ interact directly with the software application.
A

Application Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Network Interface (Data Link, Physical)
Network
Transport
Application Layer (Session, Presentation, Application)

A

TCP/IP Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Difference of TCP/IP on OSI Model

A

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.

17
Q

making the mask longer than the default for the IP class.

A

IP Subnetting

18
Q

This creates sub-networks that allow for the efficient use of the
address space.

A

IP Subnetting

19
Q

is used for taking a packet from one
device and sending it through the network to another network.

A

Routing

20
Q

_____ uses routing table to make decisions.

A

Router

21
Q

can be manually or dynamically configured.

A

Routing

22
Q

manually enter route information and uses simple routing algorithms and provides more security than
dynamic routing.

A

Static Routing

23
Q

It does not handle failures in external networks well.

A

Static Routing

24
Q

Static Routing Configuration

A

ip route <destination> <subnet> <next></next></subnet></destination>

25
Q
A