COP 3350 - Week 5.1: IP Address and Hostname

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

1/15

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering IP addressing, hostnames, IPv4 basics, subnetting, static vs. dynamic IP addressing, and Linux networking tools like nmcli and nmtui, along with file configurations for hostnames and verification commands.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

IP addressing

Enables devices to communicate over a network.

2
New cards

Hostnames

Provide human-readable names for devices.

3
New cards

IPv4

An IP addressing protocol expressed in dotted-decimal format (e.g., 192.168.1.1).

4
New cards

Subnet mask

Defines network boundaries and controls subnetting.

5
New cards

Subnetting

Divides networks into manageable segments, defined by subnet masks.

6
New cards

Static IP

An IP address manually assigned to critical devices that remains constant over time.

7
New cards

Dynamic IP

An IP address assigned by a DHCP server, which can change over time.

8
New cards

DHCP server

A server responsible for assigning dynamic IP addresses to devices on a network.

9
New cards

nmcli

A powerful command-line tool for configuring network settings in Linux.

10
New cards

nmtui

A text-based user interface tool for configuring network settings in Linux.

11
New cards

nmcli connection modify [connection-name] ipv4.addresses [address]

A command used to set a static IP address for a specified network connection using nmcli.

12
New cards

nmcli connection modify [connection-name] ipv4.method manual

A command used to configure a network connection to use a manual (static) IP address assignment method.

13
New cards

/etc/hostname

A configuration file that stores the system's hostname.

14
New cards

/etc/hosts

A configuration file used to map IP addresses to hostnames locally.

15
New cards

ping [IP_ADDRESS]

A command used to test and verify network connectivity to a specific IP address.

16
New cards

hostname command

A command used to display or set the system's hostname.