Section 2.5 SOHO IP Addressing

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

1/48

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.

49 Terms

1
New cards

What is the purpose of a gateway in IP networking?

Routes traffic from a local network to external networks

2
New cards

What does IPv4 stand for?

Internet Protocol version 4

3
New cards

What is a common IPv4 private address range?

192.168.0.0 to 192.168.255.255

4
New cards

What is another private IPv4 address range?

10.0.0.0 to 10.255.255.255

5
New cards

What is the third private IPv4 address range?

172.16.0.0 to 172.31.255.255

6
New cards

What is a public IP address?

An address routable on the internet

7
New cards

What is a private IP address?

An address used within internal networks, not routable on the internet

8
New cards

What is the purpose of APIPA?

Assigns an IP when DHCP is unavailable

9
New cards

What is the APIPA address range?

169.254.0.1 to 169.254.255.254

10
New cards

What does DHCP stand for?

Dynamic Host Configuration Protocol

11
New cards

What is a static IP address?

An IP manually assigned to a device

12
New cards

What is a dynamic IP address?

An IP assigned automatically by DHCP

13
New cards

How many bits are in an IPv4 address?

32 bits

14
New cards

How many bits are in an IPv6 address?

128 bits

15
New cards

Which IP version uses hexadecimal format?

IPv6

16
New cards

What format does IPv4 use?

Decimal, e.g., 192.168.1.1

17
New cards

What protocol is used to dynamically assign IP addresses?

DHCP

18
New cards

What address is used when no DHCP server is found?

APIPA address

19
New cards

What is a default gateway?

Device that routes traffic from a local subnet to other networks

20
New cards

What is one benefit of dynamic addressing?

Simplifies network management

21
New cards

When should a static IP address be used?

For servers, printers, or devices needing fixed IPs

22
New cards

What command shows IP configuration on Windows?

ipconfig

23
New cards

What command shows IP configuration on Linux/macOS?

ifconfig or ip a

24
New cards

Which protocol replaces ARP in IPv6?

Neighbor Discovery Protocol (NDP)

25
New cards

What is an IPv6 loopback address?

::1

26
New cards

What prefix is used for link-local IPv6 addresses?

FE80::/10

27
New cards

What is the typical subnet mask for 192.168.1.0?

255.255.255.0

28
New cards

What does NAT do?

Translates private IP addresses to public IP addresses

29
New cards

What kind of IP address is 8.8.8.8?

Public IPv4 address

30
New cards

What kind of address is 192.168.1.1?

Private IPv4 address

31
New cards

What is one reason to use IPv6?

More available addresses

32
New cards

What defines the size of a subnet?

Subnet mask

33
New cards

What is CIDR notation for a subnet with mask 255.255.255.0?

/24

34
New cards

What IP range is reserved for loopback?

127.0.0.0/8

35
New cards

What happens if a device gets an APIPA address?

It cannot reach outside the local subnet

36
New cards

How can a device communicate on the Internet?

It must have a valid gateway and public IP

37
New cards

What does the subnet mask 255.255.255.0 represent?

A /24 network with 254 usable addresses

38
New cards

Which IP version uses colons to separate fields?

IPv6

39
New cards

What type of IP configuration is required for DHCP to work?

Dynamic IP configuration

40
New cards

Which IP configuration requires manual entry of all values?

Static IP configuration

41
New cards

What is the function of a gateway in a SOHO network?

Routes traffic to the Internet

42
New cards

Which devices commonly need static IPs in a SOHO?

Printers, routers, NAS, servers

43
New cards

What indicates a device failed to obtain a DHCP address?

APIPA address assigned

44
New cards

What does a subnet mask do?

Determines network and host portions of an IP address

45
New cards

What is an advantage of IPv6 over IPv4?

Virtually unlimited address space

46
New cards

Which protocol uses 169.254.x.x when DHCP fails?

APIPA

47
New cards

What does the prefix /64 represent in IPv6?

Network portion of the address is 64 bits

48
New cards

What is required for a device to access other subnets?

Default gateway

49
New cards

What is the main reason for using private IPs in a SOHO?

Security and conservation of public IP space