Operating Systems and Networking Flashcards

1
Q

What is The 7 Network Layers (OSI Model)?

A

The Open Systems Interconnection model is a conceptual framework used to understand network interactions in seven layers. Each layer has a specific function, and understanding this model is vital for anyone in IT and cybersecurity.

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

What layer in the (OSI Model) interfaces directly with applications, responsible for network services like email, file transfers, and web browsing? EX: Email, file transfer, etc.

A

Layer 7, Application

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

What layer in the (IOS Model) translates data between the network and application formats, responsible for data encryption/decryption and compression? EX: Html, docx, avi, etc.

A

Layer 6, Presentation

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

What layer in the (IOS Model) manages communication sessions, continuous exchange of information in the form of multiple transmissions between nodes? EX: Session protocol establishment

A

Layer 5, Session

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

What layer in the (IOS Model) is a reliable transmission of data segments, including segmentation, acknowledgment, and multiplexing? EX: TCP, UDP, SSL, etc.

A

Layer 4, Transport

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

What layer in the (IOS Model) manages a multi-node network, including addressing, routing, and traffic control? EX: IP, ARP, IPSec, etc.

A

Layer 3, Network

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

What layer in the (IOS Model) is a node-to-node data transfer, error detection, and correction from the physical layer? EX: Ethernet, 802.11, Token ring, etc.

A

Layer 2, Data Link

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

What layer in the (IOS Model) is the transmission and reception of raw bit streams over a physical medium? EX: Wires, Antenna, etc.

A

Layer 1, Physical

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

When entered in the terminal, the __ command lists the files and directories in the current working directory.

A

“ls” (List) command: Displays the contents of a directory.

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

The __ command is used to change the working directory. In the example, it moves the user into the “Documents” directory.

A

“cd” (Change Directory) command: Navigates to a specified directory.

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

The __ command is used to create a new directory. In this case, it creates a directory named “NewDirectory.”

A

“mkdir” (Make Directory) command: Creates a new directory.

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

The __ command is used to copy files or directories. In the example, it copies “file.txt” to the specified destination path.

A

“cp” (Copy) command: Copies files or directories.

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

The __ command is used to move or rename files or directories. In the example, it moves “file.txt” to the specified new path.

A

“mv” (Move) command: Moves or renames files/directories.

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

The __ command is used to remove (delete) files or directories. Caution is advised when using this command, as it permanently deletes the specified file.

A

“rm” (Remove) command: Deletes files/directories.

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

The __ command creates an empty file with the specified name. In the example, it creates a file named “newfile.txt.”

A

“touch” command: Creates an empty file.

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

What is a Command Prompt?

A

The traditional command-line interface that allows text-based interaction with the system. Basic commands include “cd” for changing directories and “dir” for listing files.

14
Q

What is a Task Manager?

A

A system monitoring tool that provides information about running applications, processes, and system performance. It allows users to end tasks and manage system resources.

15
Q

What is IPv4 and IPv6?

A

“Internet Protocol version 4” and “Internet Protocol version 6” respectively, and they are the two primary versions of IP addresses used to identify devices on the internet, with the key difference being that IPv6 offers a significantly larger address space compared to the older IPv4, which is nearing exhaustion due to the growing number of connected devices.

16
Q

What is the function of Windows Defender?

A

Protects home users from malware and provides a baseline of cybersecurity.

17
Q

what is the function of Bitlocker?

A

Provides disk encryption to protect data in case of theft or unauthorized access.

18
Q

What is a Windows Update?

A

A tool for keeping the operating system and software up-to-date with the latest security patches and feature updates.

19
Q

What is PowerShell?

A

A more advanced command-line shell with scripting capabilities. It enables task automation, system management, and intricate command structures.

20
Q

What is subnetting?

A

The process of dividing a larger network into smaller, logical subnetworks (or subnets), allowing for more efficient IP address allocation and improved network traffic management by isolating different parts of a network and routing data packets more effectively between them.