Better Networking

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

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

31 Terms

1
New cards

What is the main purpose of DHCP (Dynamic Host Configuration Protocol)

To automatically assign IP addresses and other network configuration to client devices on a network.

2
New cards

What are the four steps of the DHCP process (DORA)

Discover, Offer, Request, Acknowledge.

3
New cards

What happens during the DHCP Discover step?

The client sends a broadcast message to find available DHCP servers.

4
New cards

What happens during the DHCP Offer step?

The DHCP server responds with an available IP address and configuration options.

5
New cards

What happens during the DHCP Request step?

The client requests the offered IP address from one of the responding DHCP servers.

6
New cards

What happens during the DHCP Acknowledge step?

The server confirms the IP assignment and finalizes the lease.

7
New cards

What is a DHCP lease?

A temporary assignment of an IP address to a client, valid for a specified period of time.

8
New cards

How does DHCP support PXE Boot?

DHCP assigns an IP and tells the PXE client where to find the bootloader (usually via a TFTP server).

9
New cards

What is NFS used for?

Sharing files over a network as if they were local folders.

10
New cards

What is iSCSI used for?

Accessing remote block storage over a network like a local hard disk.

11
New cards

What are Puppet and Ansible used for?

Automating configuration management and provisioning across multiple servers.

12
New cards

What do Puppet and Ansible do?

Configuration management tool that automates server setup.

13
New cards

What does top do?

Shows real-time system processes, CPU/memory usage, and load average.

14
New cards

What’s the difference between df and du?

  • df: Disk free space by filesystem.

  • du: Disk usage of files/directories.

15
New cards

When would you use ping vs traceroute?

  • ping: Tests basic network connectivity to a host.

  • traceroute: Shows the path packets take to a destination.

16
New cards

What does netstat show?

Active network connections, listening ports, and routing tables.

17
New cards

What are the main resources monitored for server capacity?

CPU, memory (RAM), disk storage, and network bandwidth.

18
New cards

What does high CPU usage indicate?

The server is under heavy computational load — may need more CPU cores or process optimization.

19
New cards

What tools can you use to monitor memory usage?

top, free, or vmstat on Linux; Cloud tools like CloudWatch.

20
New cards

What’s the difference between disk capacity and IOPS?

  • Capacity = total storage available.

  • IOPS = how fast the disk can handle input/output operations.

21
New cards

What’s the purpose of capacity planning?

To anticipate future resource needs and prevent outages, slowdowns, or overprovisioning.

22
New cards

How do you back up a MySQL database?

Use mysqldump:

23
New cards

How do you back up a PostgreSQL database?

Use pg_dump

24
New cards

What is the difference between full, incremental, and differential backups?

  • Full: Everything

  • Incremental: Only changes since last backup (of any type)

  • Differential: Changes since last full backup

25
New cards

What is rsync used for?

To sync directories/files, often over SSH, and supports incremental backups

26
New cards

What does ping do?

Tests connectivity to a host by sending ICMP echo requests and measuring response time.

27
New cards

What does traceroute show?

Shows the path packets take from your machine to a destination, revealing network hops.

28
New cards

What does dig do?

Performs DNS lookups to retrieve A, CNAME, MX, etc. records.

29
New cards

What is curl used for?

Sends HTTP requests from the terminal, useful for testing APIs or web server responses.

30
New cards

What is ServiceNow Asset Management?

A tool for tracking and managing IT assets throughout their lifecycle, from procurement to disposal.

31
New cards

What types of assets can ServiceNow track?

Hardware, software, virtual machines, cloud resources, and non-IT assets.