Cloud DevOps Engineer - Networking & Linux Overview

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/114

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key vocabulary related to networking, Linux commands, and the fundamentals of DevOps based on the lecture materials.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

115 Terms

1
New cards

OSI Model

A framework consisting of 7 layers used to understand network communications and diagnose issues.

2
New cards

TCP/IP Model

A 4-layer model that is the foundational framework of the Internet, detailed in RFC 1122.

3
New cards

Hybrid Model

A practical combination of physical, data link, network, transport, and application layers, commonly used by engineers.

4
New cards

Encapsulation

The process where each layer adds its own header to the original data, creating a PDU.

5
New cards

Application Layer (Layers 5-7)

This layer interacts with end users and handles data types like HTTP, DNS, and DHCP.

6
New cards

Transport Layer (Layer 4)

Responsible for reliable data delivery (TCP) or faster delivery (UDP), through segmentation.

7
New cards

Network Layer (Layer 3)

Manages IP addresses (IPv4 and IPv6) and routing packets through the network.

8
New cards

Data Link Layer (Layer 2)

Uses MAC addresses to identify network devices and formats frames for transmission.

9
New cards

Physical Layer (Layer 1)

Involves the actual data transmission through physical signals, like electric pulses and light.

10
New cards

VLANs

Virtual Local Area Networks, used for network segmentation and increased security.

11
New cards

EtherType

A field in the Ethernet header that indicates which Layer 3 protocol follows.

12
New cards

Subnetting

The process of dividing a large network into smaller, manageable sub-networks.

13
New cards

CIDR (Classless Inter-Domain Routing)

A method for allocating IP addresses and IP routing that allows for variable length subnet masking.

14
New cards

Network Address

The first address in a subnet that identifies the network itself.

15
New cards

Broadcast Address

The last address in a subnet used to communicate with all devices on that subnet.

16
New cards

Default Gateway

The IP address of the router that serves as an exit point from a network to other networks.

17
New cards

NIC (Network Interface Card)

The hardware that connects a computer to a network and converts data into signals.

18
New cards

TCP (Transmission Control Protocol)

A transport-layer protocol that ensures reliable communication between devices.

19
New cards

UDP (User Datagram Protocol)

A transport-layer protocol that provides faster, connectionless communication.

20
New cards

Wireshark

A network protocol analyzer tool used for capturing and inspecting network traffic in real time.

21
New cards

IP Configuration

The process of assigning an IP address, subnet mask, and gateway to network devices.

22
New cards

Permission Management (chmod)

A Linux command used to change file system permissions required for file access.

23
New cards

ss (Socket Statistics)

A command in Linux to investigate network connections and open ports.

24
New cards

pwd (Print Working Directory)

A command that displays the current directory path in the terminal.

25
New cards

ls -la

A command that lists all files including hidden files with detailed information.

26
New cards

ping

A command used to test connectivity between network devices.

27
New cards

sudo

A command allowing a permitted user to execute a command as the superuser or another user.

28
New cards

apt

The package manager for installing, upgrading, and managing software on Ubuntu.

29
New cards
30
New cards

OSI Model

A framework consisting of 7 layers used to understand network communications and diagnose issues.

31
New cards

TCP/IP Model

A 4-layer model that is the foundational framework of the Internet, detailed in RFC 1122.

32
New cards

Hybrid Model

A practical combination of physical, data link, network, transport, and application layers, commonly used by engineers.

33
New cards

Encapsulation

The process where each layer adds its own header to the original data, creating a PDU.

34
New cards

Application Layer (Layers 5-7)

This layer interacts with end users and handles data types like HTTP, DNS, and DHCP.

35
New cards

Transport Layer (Layer 4)

Responsible for reliable data delivery (TCP) or faster delivery (UDP), through segmentation.

36
New cards

Network Layer (Layer 3)

Manages IP addresses (IPv4 and IPv6) and routing packets through the network.

37
New cards

Data Link Layer (Layer 2)

Uses MAC addresses to identify network devices and formats frames for transmission.

38
New cards

Physical Layer (Layer 1)

Involves the actual data transmission through physical signals, like electric pulses and light.

39
New cards

VLANs

Virtual Local Area Networks, used for network segmentation and increased security.

40
New cards

EtherType

A field in the Ethernet header that indicates which Layer 3 protocol follows.

41
New cards

Subnetting

The process of dividing a large network into smaller, manageable sub-networks.

42
New cards

CIDR (Classless Inter-Domain Routing)

A method for allocating IP addresses and IP routing that allows for variable length subnet masking.

43
New cards

Network Address

The first address in a subnet that identifies the network itself.

44
New cards

Broadcast Address

The last address in a subnet used to communicate with all devices on that subnet.

45
New cards

Default Gateway

The IP address of the router that serves as an exit point from a network to other networks.

46
New cards

NIC (Network Interface Card)

The hardware that connects a computer to a network and converts data into signals.

47
New cards

TCP (Transmission Control Protocol)

A transport-layer protocol that ensures reliable communication between devices.

48
New cards

UDP (User Datagram Protocol)

A transport-layer protocol that provides faster, connectionless communication.

49
New cards

Wireshark

A network protocol analyzer tool used for capturing and inspecting network traffic in real time.

50
New cards

IP Configuration

The process of assigning an IP address, subnet mask, and gateway to network devices.

51
New cards

Permission Management (chmod)

A Linux command used to change file system permissions required for file access.

52
New cards

ss (Socket Statistics)

A command in Linux to investigate network connections and open ports.

53
New cards

pwd (Print Working Directory)

A command that displays the current directory path in the terminal.

54
New cards

ls -la

A command that lists all files including hidden files with detailed information.

55
New cards

ping

A command used to test connectivity between network devices.

56
New cards

sudo

A command allowing a permitted user to execute a command as the superuser or another user.

57
New cards

apt

The package manager for installing, upgrading, and managing software on Ubuntu.

58
New cards

DNS (Domain Name System)

The hierarchical system that resolves human-readable domain names into numerical IP addresses.

59
New cards

DHCP (Dynamic Host Configuration Protocol)

A network protocol used to automatically assign IP addresses and other communication parameters to devices.

60
New cards

ARP (Address Resolution Protocol)

A protocol used to map an Internet Protocol address (IP) to a localized physical hardware address (MAC).

61
New cards

Segment

The Protocol Data Unit (PDU) terminology used when data is at the Transport Layer (Layer 4).

62
New cards

Packet

The Protocol Data Unit (PDU) terminology used when data is at the Network Layer (Layer 3).

63
New cards

Frame

The Protocol Data Unit (PDU) terminology used when data is at the Data Link Layer (Layer 2).

64
New cards

ICMP (Internet Control Message Protocol)

A supporting protocol in the Internet protocol suite used by network devices to send error messages and operational information.

65
New cards

ip addr

A standard Linux utility used to display and configure addresses and properties of network interfaces.

66
New cards

Well-Known Ports

The range of port numbers from 0 to 1023 that are reserved for specific system processes and applications.

67
New cards

TCP 3-way Handshake

The process used to establish a connection between a client and server: SYN, SYN-ACK, and ACK.

68
New cards

OSI Model

A framework consisting of 7 layers used to understand network communications and diagnose issues.

69
New cards

TCP/IP Model

A 4-layer model that is the foundational framework of the Internet, detailed in RFC 1122.

70
New cards

Hybrid Model

A practical combination of physical, data link, network, transport, and application layers, commonly used by engineers.

71
New cards

Encapsulation

The process where each layer adds its own header to the original data, creating a PDU.

72
New cards

Application Layer (Layers 5-7)

This layer interacts with end users and handles data types like HTTP, DNS, and DHCP.

73
New cards

Transport Layer (Layer 4)

Responsible for reliable data delivery (TCP) or faster delivery (UDP), through segmentation.

74
New cards

Network Layer (Layer 3)

Manages IP addresses (IPv4 and IPv6) and routing packets through the network.

75
New cards

Data Link Layer (Layer 2)

Uses MAC addresses to identify network devices and formats frames for transmission.

76
New cards

Physical Layer (Layer 1)

Involves the actual data transmission through physical signals, like electric pulses and light.

77
New cards

VLANs

Virtual Local Area Networks, used for network segmentation and increased security.

78
New cards

EtherType

A field in the Ethernet header that indicates which Layer 3 protocol follows.

79
New cards

Subnetting

The process of dividing a large network into smaller, manageable sub-networks.

80
New cards

CIDR (Classless Inter-Domain Routing)

A method for allocating IP addresses and IP routing that allows for variable length subnet masking.

81
New cards

Network Address

The first address in a subnet that identifies the network itself.

82
New cards

Broadcast Address

The last address in a subnet used to communicate with all devices on that subnet.

83
New cards

Default Gateway

The IP address of the router that serves as an exit point from a network to other networks.

84
New cards

NIC (Network Interface Card)

The hardware that connects a computer to a network and converts data into signals.

85
New cards

TCP (Transmission Control Protocol)

A transport-layer protocol that ensures reliable communication between devices.

86
New cards

UDP (User Datagram Protocol)

A transport-layer protocol that provides faster, connectionless communication.

87
New cards

Wireshark

A network protocol analyzer tool used for capturing and inspecting network traffic in real time.

88
New cards

IP Configuration

The process of assigning an IP address, subnet mask, and gateway to network devices.

89
New cards

Permission Management (chmod)

A Linux command used to change file system permissions required for file access.

90
New cards

ss (Socket Statistics)

A command in Linux to investigate network connections and open ports.

91
New cards

pwd (Print Working Directory)

A command that displays the current directory path in the terminal.

92
New cards

ls -la

A command that lists all files including hidden files with detailed information.

93
New cards

ping

A command used to test connectivity between network devices.

94
New cards

sudo

A command allowing a permitted user to execute a command as the superuser or another user.

95
New cards

apt

The package manager for installing, upgrading, and managing software on Ubuntu.

96
New cards

DNS (Domain Name System)

The hierarchical system that resolves human-readable domain names into numerical IP addresses.

97
New cards

DHCP (Dynamic Host Configuration Protocol)

A network protocol used to automatically assign IP addresses and other communication parameters to devices.

98
New cards

ARP (Address Resolution Protocol)

A protocol used to map an Internet Protocol address (IP) to a localized physical hardware address (MAC).

99
New cards

Segment

The Protocol Data Unit (PDU) terminology used when data is at the Transport Layer (Layer 4).

100
New cards

Packet

The Protocol Data Unit (PDU) terminology used when data is at the Network Layer (Layer 3).