NET-02-P1 Network Fundamentals Flashcards

1
Q

represents the endpoint device (not necessarily a PC) that requested an operation

A

Client

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

Represents the endpoint device that receives a quest and perms the requested operation

A

Server

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

is a distributed application structure that manages tasks and workloads by sharing them among providers of resources and services (servers), and delivers responses to service requesters (clients)

A

Client-Server relationship

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

is an unsecure protocol used to transfer information over the web.

A

HTTP

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

is the encrypted version of version of HTTP

A

HTTPS

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

Translates domain names to IP addresses according to predefined databases

A

DNS

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

is used to transfer files over the network

A

FTP

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

service is responsible for assigning an IP address to each device on a network configured to use DHCP, such as PCs, Routers, Firewalls, Servers, etc.

A

DHCP

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

is standard protocol for mail transfer over the internet

A

SMTP

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

is a secure command line protocol that allows the user to run remote commands on a remote machine

A

Secure Shell - SSH

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

used by network devices to generate error messages when IP packets are not able to reach their destinations

A

ICMP

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

the concept behind creating a networking model was to set a standard for the development and usage of network components

A

The Network Model Concept

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

is a network model which each functionality of the network is represented by a layer

A

OSI

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

The first TCP/IP specification was submitted several years after the OSI model

A

TCP/IP

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

defines a network framework to implement protocols in layers

A

OSI - Open System Interconnection

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

Users interact directly with applications that operate at this level

A

Layer 7 - Application

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

prepares or translates data from application format to network format, and vice versa

A

Layer 6 - Presentation

18
Q

is responsible for creating a session two devices.

A

Layer 5 - Session

19
Q

handles coordination of data transfer between end systems and hosts, including how much data to send, , at what rate, destination, etc. Data in this layer is organized into segments

A

layer 4 - Transport

20
Q

organizes data into packets called IP datagrams that contain logical source and destination addresses

A

Layer 3 - Network

21
Q

provides node-to-node data transfer (between two directly connected nodes)

A

Layer 2 - Data Link

22
Q

defines the details of how data of how data is physically sent through the network

A

Layer 1 - Physical

23
Q

When a message is sent from source to destination, it must have a specific format or structure. Message formats depend on the type of message and the channel used to deliver it

A

Data Encapsulation

24
Q

layer creates an HTTP header requesting the web page from the server

A

Application - Layer 7

25
layers encodes, encrypts, or compresses the data traveling down from the Application layer, if necessary.
Presentation - Layer 6
26
layer determines the direction of the data: one way ot two-way, and whether the connection is secure or not.
Session - Layer 5
27
layer adds a header containing the source and destination logical ports
Transport - Layer 4
28
This layer also divides data from upper layers into smaller pieces called
Segments
29
internet streaming, content streaming uses this
UDP
30
uses flags to provide additional useful information or control the connection
TCP
31
is responsible for communication between network devices that use TCP
3-way handshake
32
3 steps including: 1. ) the client sends "SYN" 2. ) The server responds with "SYN-ACK" 3. ) The client finalizes with "ACK"
3-Way Handshake*
33
is the last stage of a TCP connection. When communication ends and the session is closed
Session Termination
34
4 steps include: 1. ) One of the sides (client) requests to close the connection by sending a FIN flag to the other side (server) 2. ) The receiver of the FIN flag (server) returns an ACK flag, to approve the request. 3. ) The server then sends a FIN flag to the client 4. ) The client approves the FIN request by the server, and responds with an ACK flag. The connection is then terminated
Session Termination*
35
in the "well-known" port range are assigned to commonly used and essential protocls
0-1023
36
IANA assigned these ports for IT companies that want register them for proprietary
1024 - 49151
37
This group covers the remaining logical ports that are available for any application.
49152 - 65535
38
To inspect open ports, use the command
netstat -ab
39
What are the 7 layers of the OSI models
Application, Presentation, Session, transport, Network, Data link, Physical
40
how to memorize the layers
All People Seem To Need Data Processing