Applied Networking Flashcards

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

1/27

flashcard set

Earn XP

Description and Tags

Flashcards about Applied Networking based on lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

What is a MAC Address?

A Media Access Control (MAC) address is a unique 48-bit hexadecimal identifier hard-coded into a Network Interface Card (NIC) by the manufacturer. It is used for identifying devices on a network at the data link layer and remains constant regardless of network changes.

2
New cards

What is an IP Address?

An address assigned to a network device by a network administrator or DHCP server, which can change depending on the network.

3
New cards

What is the format of an IPv4 address?

A 32-bit numerical address written in dotted decimal format, consisting of four octets (bytes) separated by periods (e.g., 192.168.1.1). Each octet represents a decimal value between 0 and 255.

4
New cards

What is the format of an IPv6 address?

An IPv6 address is a 128-bit address written in hexadecimal format, represented as eight groups of four hexadecimal digits, separated by colons (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334). It supports a vastly larger address space compared to IPv4 and includes features like stateless address autoconfiguration and built-in security.

5
New cards

What happens to a laptop's MAC and IP address when moved from LAN1 to LAN2?

It keeps its MAC address but obtains a new IP address.

6
New cards

What command is used to display IP addresses and MAC addresses on Windows?

ipconfig /all

7
New cards

How is an IPv4 address divided?

Divided into a network portion and a host portion.

8
New cards

What is the purpose of a subnet mask?

It helps devices identify their network.

9
New cards

How does routing work based on network?

If the destination is on the same network, data is sent directly; if on a different network, data is sent to the router.

10
New cards

What are the IPv6 address compression rules?

Omit leading zeros and use :: for consecutive zeros (only once).

11
New cards

What information is manually assigned in static addressing?

IP address, subnet mask, default gateway, and DNS server(s).

12
New cards

What information does a DHCP server assign in dynamic addressing?

IP address, subnet mask, default gateway, and DNS info.

13
New cards

What are the advantages of DHCP?

Easier setup and prevents duplicate addresses.

14
New cards

What does the DNS (Domain Name System) do?

Resolves domain names to IP addresses.

15
New cards

What are common DNS record types?

A, AAAA, MX, and TXT.

16
New cards

What are anti-spam TXT records and their purposes?

SPF, DKIM, and DMARC.

17
New cards

What is the 4-step process of DHCP operation?

DHCPDISCOVER, DHCPOFFER, DHCPREQUEST, and DHCPACK.

18
New cards

What does the ARP check do in DHCP operation?

Ensures no IP conflict.

19
New cards

What are IP address leases?

IPs are temporary and clients must renew them.

20
New cards

What are DHCP reservations?

IPs can be permanently tied to MAC addresses.

21
New cards

What is a VLAN (Virtual LAN)?

Logical segmentation of a network.

22
New cards

What are the benefits of VLANs?

Increased security, better traffic management, and flexibility.

23
New cards

What is the default VLAN ID?

1

24
New cards

What is the IPv4 Link-Local (APIPA) range?

169.254.0.0/16

25
New cards

When is IPv4 Link-Local (APIPA) used?

Used when DHCP is unavailable.

26
New cards

What is the IPv6 Link-Local range?

fe80::/10

27
New cards

When is IPv6 Link-Local used?

Used for communication within the local network.

28
New cards