ECCS3631: Unit 2 - IP Addressing and Subnetting

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

1/61

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.

62 Terms

1
New cards

How many bits are in an IPv4 address?

32 bits

2
New cards

How many octets make up an IPv4 address?

4 octets (8 bits each)

3
New cards

What part of an IP address identifies the network?

The network portion (defined by the subnet mask)

4
New cards

What must be unique on every device within the same network?

The host portion of the IP address

5
New cards

What is the maximum value of a single IPv4 octet?

255

6
New cards

What does all zeros in the host portion of an IP address represent?

Network Address

7
New cards

What does all ones in the host portion of an IP address represent?

Broadcast Address

8
New cards

Which address type is used to send data to exactly one destination host?

Unicast

9
New cards

What is the broadcast for 195.10.10.0/24?

195.10.10.255

10
New cards

Which format matches a Class A address?

network.host.host.host

11
New cards

In a Class A address, how many bits are used for the network?

First 8 bits

12
New cards

Which format matches a Class B address?

network.network.host.host

13
New cards

In a Class B address, how many bits are used for the network?

First 16 bits

14
New cards

Which format matches a Class C address?

network.network.network.host

15
New cards

In a Class C address, how many bits are used for the network?

First 24 bits

16
New cards

What is the default subnet mask for a Class A address?

255.0.0.0

17
New cards

What is the default subnet mask for a Class B address?

255.255.0.0

18
New cards

What is the default subnet mask for a Class C address?

255.255.255.0 Special & Private Addresses

19
New cards

What is the loopback address range used for self-testing?

127.0.0.0/8 (commonly 127.0.0.1)

20
New cards

Which IP range is reserved for APIPA (when no DHCP is available)?

169.254.0.0/16

21
New cards

Which RFC defines private IPv4 addresses?

RFC 1918

22
New cards

What is the private IP range for Class A?

Class A: 10.0.0.0

23
New cards

What is the private IP range for Class B?

Class B: 172.16.0.0 - 172.31.0.0

24
New cards

What is the private IP range for Class C?

Class C: 192.168.0.0

25
New cards

Which addresses are used for multicast?

224.0.0.0 - 239.255.255.255 Subnetting Fundamentals

26
New cards

What is the purpose of a subnet mask?

To separate the network and host portions of an IP address.

27
New cards

What happens when you borrow bits from the host portion?

You create more subnets, but fewer hosts per subnet.

28
New cards

What formula is used to calculate usable hosts per subnet?

2^n - 2 (where n = host bits)

29
New cards

If you borrow 3 bits, how many subnets can you create?

8 subnets (2^3)

30
New cards

If you borrow 3 bits, how many left for hosts in each subnet?

2^5 - 2 = 30 hosts

31
New cards

If you want only two hosts in a subnet, how many bits would you use for the host part?

2 bits

32
New cards

If you want only two hosts in a subnet, what would be the subnet mask in this IP Subnetting?

255.255.255.252 (/30)

33
New cards

What is the default mask for Class A?

255.0.0.0 (/8)

34
New cards

What is the default mask for Class B?

255.255.0.0 (/16)

35
New cards

What is the default mask for Class C?

255.255.255.0 (/24) CIDR (Classless Inter-Domain Routing)

36
New cards

What is another way to write the mask 255.255.255.0?

/24

37
New cards

A /30 mask provides how many usable host addresses?

2 usable hosts

38
New cards

Which CIDR prefix corresponds to 255.255.255.192?

/26

39
New cards

How many usable hosts are in a /27 subnet?

30 Troubleshooting

40
New cards

What is the first step when troubleshooting IP connectivity?

Ping 127.0.0.1 (loopback)

41
New cards

What does it mean if you can ping your own IP but not the gateway?

Possible incorrect gateway configuration or router issue.

42
New cards

Which Windows command shows all TCP/IP details including MAC address?

ipconfig /all

43
New cards

Which tool shows the route a packet takes to a destination?

tracert

44
New cards

Which protocol maps IP address to MAC addresses?

ARP Binary & Conversions

45
New cards

Convert the binary 11111111 into decimal.

255

46
New cards

Convert the binary 00000000 into decimal.

0

47
New cards

What is the binary equivalent of 192 in the first octet?

11000000

48
New cards

How many bits are reserved for the network in a /24?

24 bits

49
New cards

What is the block size of a /28 subnet?

16 (4 bits for Host part, so skip by 2^4 = 16) Applied Subnetting

50
New cards

How many usable hosts are available in a /23 network?

510

51
New cards

What is the broadcast address for 192.168.1.64/26?

192.168.1.127

52
New cards

In the subnet 192.168.10.64/27, what is the first usable host?

192.168.10.65

53
New cards

In the subnet 192.168.10.64/27, what is the last usable host?

192.168.10.94

54
New cards

Which subnet mask allows about 1000 hosts per subnet?

/22

55
New cards

What does NAT do in networking?

Translates private IPs into public IPs.

56
New cards

Which Windows utility displays the current IP configuration of a host?

ipconfig

57
New cards

Which command provides a full TCP/IP configuration, including DNS and MAC

ipconfig /all

58
New cards

Which utility checks the connectivity to the destination host (meaning if a host is reachable)?

ping

59
New cards

Which protocol maps IP addresses to MAC addresses?

ARP (Address Resolution Protocol)

60
New cards

Which Windows utility displays the path packets take to a remote host?

tracert

61
New cards

Which protocol is used by ping?

ICMP (Internet Control Message Protocol)

62
New cards

Which protocol assigns an IP address dynamically?

DHCP (Dynamic Host Configuration Protocol)