How many subnets can be created with a /26 prefix?
4
What is the subnet mask for a /24 network?
255.255.255.0.
1/283
p.28
Subnetting Techniques

How many subnets can be created with a /26 prefix?

4

p.10
IPv4 Address Structure

What is the subnet mask for a /24 network?

255.255.255.0.

p.28
Subnetting Techniques

What is the number of hosts available in a /27 subnet?

30

p.27
Subnetting Techniques

What is the broadcast address for the subnet 10.0.0.0 /16?

10.0.255.255.

p.34
Subnetting for Different Prefixes

What is the original network address used by the small ISP?

10.0.0.0/8.

p.6
IPv4 Address Structure

What is the process used to identify the network and host portions of an IPv4 address?

ANDing.

p.12
Unicast, Broadcast, and Multicast

Give an example of unicast transmission.

The PC at 172.16.4.1 sends a unicast packet to the printer at 172.16.4.253.

p.41
Variable Length Subnet Masking (VLSM)

What is the purpose of the VLSM video?

To explain VLSM basics.

p.41
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.5
IPv4 Address Structure

How do you determine the network and host portions of an IPv4 address?

By examining the 32-bit stream.

p.13
Unicast, Broadcast, and Multicast

Give an example of a broadcast transmission.

A PC at 172.16.4.1 sends a broadcast packet to all IPv4 hosts.

p.42
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.1
Structured Design for IPv4 Addressing

What is the focus of Week 7 in the COMP2004 and COMP2005 courses?

IPv4 Addressing.

p.30
Subnetting Techniques

How is the Magic Number related to the subnet mask?

It is the positional value of the last 1 in binary (from left to right) in the subnet mask.

p.4
IPv4 Address Structure

What does IPv4 stand for?

Internet Protocol version 4.

p.13
Unicast, Broadcast, and Multicast

What is broadcast transmission in IPv4?

Sending a packet to all other destination IP addresses.

p.5
IPv4 Address Structure

What is the structure of an IPv4 address?

A 32-bit hierarchical address made up of a network portion and a host portion.

p.11
Unicast, Broadcast, and Multicast

What are the three main types of IPv4 addressing?

Unicast, Broadcast, and Multicast.

p.30
Subnetting Techniques

What does the Magic Number represent in subnetting?

The interesting octet value in the subnet mask (not 255 or 0).

p.14
Unicast, Broadcast, and Multicast

Give an example of a multicast transmission.

A PC at 172.16.4.1 sends a multicast packet to the multicast group address 224.10.10.5.

p.36
Subnetting Techniques

What is the purpose of subnetting?

To meet specific network requirements.

p.34
Subnetting for Different Prefixes

How many bits are in the network portion of the 10.0.0.0/8 address?

8 bits.

p.12
Unicast, Broadcast, and Multicast

What is unicast transmission?

Sending a packet to one destination IP address.

p.14
Unicast, Broadcast, and Multicast

What is multicast transmission?

Sending a packet to a multicast address group.

p.6
IPv4 Address Structure

How is the subnet mask compared to the IPv4 address?

Bit for bit, from left to right.

p.4
IPv4 Address Structure

How is an IPv4 address structured?

It consists of four octets separated by periods.

p.11
Unicast, Broadcast, and Multicast

What does Unicast addressing refer to?

A one-to-one communication method where data is sent from one sender to one receiver.

p.9
IPv4 Address Structure

What is a broadcast address?

An address used to send data to all possible destinations in a network.

p.11
Unicast, Broadcast, and Multicast

What is Broadcast addressing?

A one-to-all communication method where data is sent from one sender to all possible receivers in a network.

p.4
IPv4 Address Structure

What is the total number of possible IPv4 addresses?

Approximately 4.3 billion.

p.37
Public vs Private IPv4 Addresses

What type of IP addresses do devices in the DMZ use?

Public IPv4 addresses.

p.46
Variable Length Subnet Masking (VLSM)

What is the benefit of using VLSM in network addressing?

It allows addressing without unnecessary waste.

p.17
Network Address Translation (NAT)

Where is NAT typically enabled?

On the edge router connecting to the internet.

p.22
Broadcast Domains and Segmentation

How do switches handle broadcasts?

They propagate broadcasts out all interfaces except the one on which it was received.

p.46
Variable Length Subnet Masking (VLSM)

What types of networks can be addressed using VLSM?

LAN and inter-router networks.

p.17
Network Address Translation (NAT)

What type of address does NAT translate an internal private address to?

A public global IP address.

p.33
Subnetting for Different Prefixes

How many subnets does the enterprise require?

At least 100 subnets.

p.8
IPv4 Address Structure

What does 1 AND 1 equal in a logical AND operation?

1.

p.30
Subnetting Techniques

What is the Magic Number (MN) used for subnetting?

256.

p.6
IPv4 Address Structure

What is the purpose of a subnet mask in IPv4 addressing?

To identify the network and host portions of an IPv4 address.

p.15
Types of IPv4 Addresses

What are the main types of IPv4 addresses?

Unicast, Broadcast, and Multicast.

p.9
IPv4 Address Structure

What is a network address?

An identifier for a specific network segment in an IPv4 address structure.

p.35
Subnetting Techniques

What is the purpose of subnetting a Slash 16 and a Slash 8 prefix?

To create multiple subnets across different octets.

p.34
Subnetting for Different Prefixes

How many host bits are available to borrow for subnetting in a /8 prefix?

24 host bits.

p.46
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.39
Subnetting Techniques

How many subnets does the organization require?

10 subnets.

p.11
Unicast, Broadcast, and Multicast

Define Multicast addressing.

A one-to-many communication method where data is sent from one sender to a specific group of receivers.

p.8
IPv4 Address Structure

What operation is used to determine the network address in IPv4?

Logical AND.

p.31
Subnetting for Different Prefixes

What is a Slash 8 prefix?

A subnet mask that allows for 16,777,216 IP addresses.

p.33
Subnetting for Different Prefixes

What is the private address chosen by the enterprise for its internal network?

172.16.0.0/16.

p.21
Network Segmentation

Why is network segmentation important?

It enhances performance, security, and management of the network.

p.39
Subnetting Techniques

What subnet mask was allocated for the 10 subnets?

/26 (255.255.255.192).

p.45
Variable Length Subnet Masking (VLSM)

What is the first step when using VLSM?

Satisfy the host requirements of the largest subnet.

p.43
Subnetting Techniques

What subnet mask would support the required topology?

/27 mask.

p.3
Subnetting Techniques

What is required to implement an IPv4 addressing scheme?

A given set of requirements for subnetting.

p.40
Variable Length Subnet Masking (VLSM)

How does VLSM improve network design?

By enabling the allocation of IP addresses based on the specific needs of each subnet.

p.51
Variable Length Subnet Masking (VLSM)

What should be prioritized when subnetting with VLSM?

Satisfying the host requirements of the largest subnet first.

p.18
Types of IPv4 Addresses

What is the commonly identified Loopback address?

127.0.0.1.

p.49
Structured Design for IPv4 Addressing

What type of IP address should servers and peripherals have?

A predictable static IP address.

p.20
Types of IPv4 Addresses

What do smaller ISPs and organizations receive from larger ISPs?

IPv4 address blocks.

p.5
IPv4 Address Structure

What is the purpose of a subnet mask in IPv4 addressing?

To determine the network and host portions of an address.

p.37
Public vs Private IPv4 Addresses

What type of addresses do enterprise networks typically use for their intranet?

Private IPv4 addresses.

p.4
IPv4 Address Structure

What is the range of each octet in an IPv4 address?

0 to 255.

p.23
Network Segmentation

What is the solution to the problem of large broadcast domains?

Reducing the size of the network to create smaller broadcast domains through subnetting.

p.17
Network Address Translation (NAT)

What does Network Address Translation (NAT) do?

Translates private IPv4 addresses to public IPv4 addresses.

p.25
Subnetting Techniques

What is a key benefit of subnetting?

Improved network performance and security.

p.29
Subnetting Techniques

What do you subtract from the total number of addresses to find usable addresses?

The broadcast address and the network address.

p.44
Subnetting Techniques

How many addresses do point-to-point WAN links require?

Two addresses.

p.25
Subnetting Techniques

What is a subnet mask?

A 32-bit number that divides the IP address into network and host portions.

p.29
Subnetting Techniques

How do you calculate the number of subnets?

2^(number of network bits or subnet bits).

p.51
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.25
Subnetting Techniques

How does subnetting help in IP address management?

It allows for efficient use of IP addresses and reduces wastage.

p.46
Variable Length Subnet Masking (VLSM)

What does the logical topology diagram illustrate in relation to VLSM?

It shows how VLSM subnets can be effectively assigned.

p.48
Structured Design for IPv4 Addressing

What should be examined to understand an organization's network usage?

The needs of the organization and how the subnets will be structured.

p.18
Types of IPv4 Addresses

What is the range of Loopback addresses in IPv4?

127.0.0.0 /8 (127.0.0.1 to 127.255.255.254).

p.21
Network Segmentation

How does network segmentation improve security?

By isolating sensitive data and limiting access to specific segments.

p.20
Types of IPv4 Addresses

How do ISPs receive IPv4 address blocks?

From Regional Internet Registries (RIRs).

p.8
IPv4 Address Structure

How is the network address identified using a host IPv4 address?

By logically ANDing the host IPv4 address with the subnet mask, bit by bit.

p.27
Subnetting Techniques

What is the subnet address for the first subnet using a /16 mask?

10.0.0.0 /16.

p.53
Subnetting Techniques

How does a router identify the network and host portions of an IP address?

By using the subnet mask to differentiate between the network and host segments.

p.49
Network Address Translation (NAT)

What type of address must servers accessible from the internet have?

A public IPv4 address, often accessed using NAT.

p.26
Subnetting Techniques

What is the subnet mask for a /8 prefix length?

255.0.0.0.

p.49
Structured Design for IPv4 Addressing

What is the purpose of assigning addresses to intermediary devices?

For network management, monitoring, and security.

p.18
Types of IPv4 Addresses

What are Link-Local addresses commonly known as?

Automatic Private IP Addressing (APIPA) addresses or self-assigned addresses.

p.19
Types of IPv4 Addresses

What is the range of Class B IPv4 addresses?

128.0.0.0/16 to 191.255.0.0/16.

p.49
Structured Design for IPv4 Addressing

What is recommended when developing an IP addressing scheme?

Have a set pattern of how addresses are allocated to each type of device.

p.26
Subnetting Techniques

How many hosts can a /16 subnet support?

65,534.

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.255.0?

/24

p.10
IPv4 Address Structure

What does the network portion of an IP address represent?

The specific network to which the address belongs.

p.27
Subnetting Techniques

What is the last subnet address in the /16 subnetting example?

10.255.0.0 /16.

p.52
Unicast, Broadcast, and Multicast

What is the address used to send data to all devices in a network?

Broadcast address.

p.52
Public vs Private IPv4 Addresses

What type of addresses are routable on the internet?

Public addresses.

p.52
Network Segmentation

What is a broadcast domain?

A logical division of a network where any device can communicate with any other device without a router.

p.39
Subnetting Techniques

What public network address has been allocated to the corporate headquarters?

172.16.0.0/22.

p.47
Structured Design for IPv4 Addressing

What does structured design in networking refer to?

A systematic approach to designing network architecture for efficiency and scalability.

p.47
Structured Design for IPv4 Addressing

Why is structured design important in networking?

It helps in organizing and managing network resources effectively.

p.15
Types of IPv4 Addresses

What is a Broadcast address?

An address that allows information to be sent to all hosts on a network.

p.31
Subnetting for Different Prefixes

What is a Slash 16 prefix?

A subnet mask that allows for 65,536 IP addresses.

p.43
Subnetting Techniques

What is the required number of subnets for the given topology?

7 subnets (four LANs and three WAN links).

p.34
Subnetting for Different Prefixes

How many bits need to be borrowed to create at least 1000 subnets?

10 bits.

p.37
Subnetting for Different Prefixes

Which private IPv4 address range could a company use for subnetting?

10.0.0.0/8.

p.34
Subnetting for Different Prefixes

What is the total number of subnets created when borrowing 10 bits?

1024 subnets.

p.35
Subnetting Techniques

What will the video demonstrate?

Creating subnets across multiple octets.

p.37
Subnetting for Different Prefixes

On which network boundaries can a company subnet the 10.0.0.0/8 address?

/16 or /24 network boundary.

p.34
Subnetting for Different Prefixes

What is the maximum number of host bits that can be borrowed after subnetting?

22 host bits.

p.51
Variable Length Subnet Masking (VLSM)

What is the primary benefit of using VLSM?

It allows a network space to be divided into unequal parts.

p.45
Variable Length Subnet Masking (VLSM)

What is illustrated on the right side of the VLSM diagram?

How VLSM can be used to subnet a subnet into eight /30 subnets.

p.43
Subnetting Techniques

How many subnets does a /27 mask provide?

8 subnets.

p.2
IPv4 Unicast, Broadcast, and Multicast

What is the difference between unicast, broadcast, and multicast IPv4 addresses?

They differ in characteristics and uses.

p.43
Subnetting Techniques

How many host IP addresses does a /27 mask support?

30 host IP addresses.

p.10
IPv4 Address Structure

What are the three types of IP addresses within each network?

Network address, Host addresses, and Broadcast address.

p.50
Types of IPv4 Addresses

What are the types of destination IPv4 packets?

Unicast, broadcast, and multicast.

p.51
Structured Design for IPv4 Addressing

What is important about the internal IP addressing scheme?

It should be consistent with a set pattern for address allocation.

p.53
Subnetting Techniques

How are the IPv4 subnet mask and the IPv6 prefix length used to identify network and host portions?

They are used in the ANDing process to separate the network and host parts of an IP address.

p.10
IPv4 Address Structure

What is the network address for the subnet 192.168.10.0/24?

192.168.10.0.

p.38
Subnetting Techniques

What is the binary representation of the subnet mask for a /28 prefix length?

11111111.11111111.11111111.11110000

p.27
Subnetting Techniques

What is the host range for the subnet 10.0.0.0 /24?

10.0.0.1 - 10.0.0.254.

p.10
IPv4 Address Structure

What is the last usable host address in the 192.168.10.0/24 network?

192.168.10.254.

p.38
Subnetting Techniques

What is the number of subnets for a /30 prefix length?

64

p.26
Subnetting Techniques

What is the subnet mask for a /24 prefix length?

255.255.255.0.

p.19
Types of IPv4 Addresses

What is the range of Class E IPv4 addresses?

240.0.0.0 to 255.0.0.0.

p.10
IPv4 Address Structure

What does the host portion of an IP address represent?

The specific device within the network.

p.19
Types of IPv4 Addresses

What replaced classful addressing?

Classless addressing.

p.52
Subnetting Techniques

What is the last usable address in a subnet typically used for?

Assigning to a device within the subnet.

p.52
IPv4 Address Structure

What does APIPA stand for?

Automatic Private IP Addressing.

p.52
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.25
Subnetting Techniques

What is the purpose of subnetting an IPv4 network?

To divide a larger network into smaller, manageable sub-networks.

p.15
Types of IPv4 Addresses

What is a Unicast address?

An address that identifies a single unique host on a network.

p.37
Public vs Private IPv4 Addresses

What is the purpose of a DMZ in an enterprise network?

To host a company's internet-facing servers.

p.42
Variable Length Subnet Masking (VLSM)

What will the VLSM example video demonstrate?

Creating subnets specific to the needs of the network.

p.34
Subnetting for Different Prefixes

How many subnets are required by the small ISP?

1000 subnets.

p.23
Subnetting Techniques

How can the network address 172.16.0.0 /16 be divided for 200 users each?

Into two subnets: 172.16.0.0 /24 and 172.16.1.0 /24.

p.4
IPv4 Address Structure

What are the two main components of an IPv4 address?

Network part and host part.

p.48
Structured Design for IPv4 Addressing

Why is IP network planning crucial?

To develop a scalable solution for an enterprise network.

p.24
Network Segmentation

How can subnetting enhance security?

It can be used to implement security policies between subnets.

p.8
IPv4 Address Structure

What is the result of a logical AND operation between two bits?

Only 1 AND 1 produces a 1; all other combinations result in 0.

p.3
Subnetting for Different Prefixes

What prefixes are focused on for subnetting in this module?

/16 and /8 prefixes.

p.24
Network Segmentation

What effect does subnetting have on abnormal broadcast traffic?

It reduces the number of devices affected by abnormal broadcast traffic.

p.44
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.20
Types of IPv4 Addresses

What is the role of Regional Internet Registries (RIRs)?

They are responsible for allocating IP addresses to ISPs.

p.38
Subnetting Techniques

What are the two main considerations when planning subnets?

The number of host addresses required for each network and the number of individual subnets needed.

p.3
Variable Length Subnet Masking (VLSM)

What does Variable Length Subnet Masking (VLSM) allow for?

Creating a flexible addressing scheme.

p.50
Subnetting Techniques

What process do network devices use to identify network and host portions of an IP address?

ANDing using the IP address and associated subnet mask.

p.48
Structured Design for IPv4 Addressing

What must be determined regarding subnets?

How many subnets are needed and how many hosts per subnet.

p.2
Network Segmentation

How does subnetting improve network communication?

By segmenting the network.

p.22
Broadcast Domains and Segmentation

Where are broadcasts propagated?

Only within a specific broadcast domain.

p.27
Subnetting Techniques

How many possible hosts are there per subnet when using a /16 mask?

65,534 possible hosts.

p.32
Subnetting Techniques

How many subnets can be created with a /19 prefix?

8

p.53
Unicast, Broadcast, and Multicast

Provide an example of unicast communication.

Sending a message from one computer to another specific computer.

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.0.0.0?

/8

p.32
Subnetting Techniques

What is the subnet mask for a /22 prefix?

255.255.252.0

p.27
Subnetting Techniques

How many possible subnets are there when using a /24 mask?

65,536 possible subnets.

p.16
Public vs Private IPv4 Addresses

What is the RFC 1918 private address range for 10.0.0.0?

10.0.0.0/8 (10.0.0.0 - 10.255.255.255)

p.16
Public vs Private IPv4 Addresses

What is the RFC 1918 private address range for 172.16.0.0?

172.16.0.0/12 (172.16.0.0 - 172.31.255.255)

p.32
Subnetting Techniques

What is the maximum number of hosts in a /30 subnet?

2

p.52
Subnetting Techniques

What operation is used to determine the network address from an IP address?

Logical AND.

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.255.240?

/28

p.52
Public vs Private IPv4 Addresses

What type of addresses are used within a private network?

Private addresses.

p.52
Structured Design for IPv4 Addressing

What are the regional registries for IP addresses?

AfriNIC, APNIC, ARIN, LACNIC, and RIPE NCC.

p.23
Network Segmentation

What is a problem associated with large broadcast domains?

They can generate excessive broadcasts that negatively affect the network.

p.36
Subnetting Techniques

What does subnetting help optimize in a network?

Address allocation and network performance.

p.29
Subnetting Techniques

How do you calculate the number of usable hosts in a subnet?

2^(number of host bits) - 2.

p.44
Subnetting Techniques

What is the main issue with traditional subnetting in point-to-point WAN links?

It is inefficient and wasteful, leading to unused addresses.

p.22
Broadcast Domains and Segmentation

What do many protocols use to locate other devices?

Broadcasts or multicasts.

p.36
Network Segmentation

How does subnetting improve security?

By segmenting the network into smaller, manageable parts.

p.15
Types of IPv4 Addresses

What is a Multicast address?

An address that allows information to be sent to a specific group of hosts.

p.2
Network Segmentation

What is the purpose of subnetting in IPv4 addressing?

To efficiently segment your network.

p.23
Network Segmentation

What happens to broadcasts in smaller broadcast domains?

Broadcasts are only propagated within those smaller broadcast domains.

p.44
Subnetting Techniques

How many unused addresses result from point-to-point WAN links in the given scenario?

A total of 84 unused addresses.

p.2
IPv4 Address Structure

What are the main components of an IPv4 address?

The network portion, the host portion, and the subnet mask.

p.21
Network Segmentation

What are the benefits of network segmentation?

Improved security, reduced congestion, and easier management.

p.49
Structured Design for IPv4 Addressing

What type of addressing do most end user clients use?

DHCP to reduce errors and burden on network support staff.

p.33
Subnetting Techniques

How many bits need to be borrowed to create 128 subnets?

7 bits.

p.44
Variable Length Subnet Masking (VLSM)

What is the purpose of VLSM?

To avoid wasting addresses by enabling subnetting of a subnet.

p.45
Variable Length Subnet Masking (VLSM)

What is the traditional subnetting scheme characterized by?

Using the same subnet mask for all subnets.

p.28
Subnetting Techniques

What is the subnet mask for a /25 network?

255.255.255.128

p.3
Structured Design for IPv4 Addressing

What is a key aspect of implementing a VLSM addressing scheme?

Structured design.

p.45
Variable Length Subnet Masking (VLSM)

What should be done after satisfying the largest subnet's host requirements in VLSM?

Continue subnetting until the smallest subnet's host requirements are satisfied.

p.19
Types of IPv4 Addresses

What RFC allocated IPv4 addresses in classes?

RFC 790 (1981).

p.18
Types of IPv4 Addresses

What is the range of Link-Local addresses in IPv4?

169.254.0.0 /16 (169.254.0.1 to 169.254.255.254).

p.19
Types of IPv4 Addresses

What is the range of Class A IPv4 addresses?

0.0.0.0/8 to 127.0.0.0/8.

p.32
Subnetting Techniques

What is the number of hosts available in a /24 subnet?

254

p.26
Subnetting Techniques

What is the subnet mask for a /16 prefix length?

255.255.0.0.

p.28
Subnetting Techniques

How many hosts can a /29 subnet accommodate?

6

p.32
Subnetting Techniques

How many hosts can a /28 subnet accommodate?

14

p.27
Subnetting Techniques

What is the broadcast address for the subnet 10.1.1.0 /24?

10.1.1.255.

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.255.128?

/25

p.53
Variable Length Subnet Masking (VLSM)

How does VLSM help reduce waste of host IP addresses compared to traditional subnetting?

VLSM allows for variable-sized subnets, optimizing the use of IP addresses based on specific needs.

p.32
Subnetting Techniques

How many subnets can be created with a /21 prefix?

32

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.255.248?

/29

p.52
Network Address Translation (NAT)

What is the purpose of Network Address Translation (NAT)?

To allow multiple devices on a local network to share a single public IP address.

p.52
Subnetting Techniques

What is a subnet?

A smaller network within a larger network.

p.29
Subnetting Techniques

What is the purpose of a subnet mask in IPv4 networking?

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

p.42
Variable Length Subnet Masking (VLSM)

What is the purpose of VLSM?

To create subnets specific to the needs of the network.

p.25
Subnetting Techniques

What does IPv4 stand for?

Internet Protocol version 4.

p.36
Subnetting Techniques

What is a key consideration when subnetting?

Determining the number of hosts needed.

p.47
Structured Design for IPv4 Addressing

What are the key benefits of structured design?

Improved performance, easier troubleshooting, and better scalability.

p.35
Subnetting Techniques

What is the host capacity for each subnet created in the demonstration?

20,000 hosts each.

p.9
IPv4 Address Structure

What is the last usable host in an IPv4 address range?

The last IP address available for assignment to a device in a network.

p.3
Subnetting Techniques

What is the main objective of the IPv4 Addressing module?

To calculate an IPv4 subnetting scheme to efficiently segment your network.

p.40
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.31
Subnetting Techniques

How many subnets can be created from a Slash 16 prefix?

Multiple subnets depending on the subnetting technique used.

p.20
Types of IPv4 Addresses

Who manages and allocates blocks of IPv4 and IPv6 addresses?

The Internet Assigned Numbers Authority (IANA).

p.40
Variable Length Subnet Masking (VLSM)

What is the primary purpose of VLSM?

To allow for more efficient use of IP addresses by using different subnet masks for different subnets.

p.37
Public vs Private IPv4 Addresses

What must be configured for DMZ devices?

Public IP addresses.

p.22
Broadcast Domains and Segmentation

Do routers propagate broadcasts?

No, routers do not propagate broadcasts.

p.8
IPv4 Address Structure

What does 0 AND 1 equal in a logical AND operation?

0.

p.26
Subnetting Techniques

At which octet boundaries are networks most easily subnetted?

/8, /16, and /24.

p.38
Subnetting Techniques

What is the subnet mask for a /25 prefix length?

255.255.255.128

p.51
Structured Design for IPv4 Addressing

What should be considered when designing a network addressing scheme?

Internal, DMZ, and external requirements.

p.32
Subnetting Techniques

What is the subnet mask for a /17 prefix?

255.255.128.0

p.48
Structured Design for IPv4 Addressing

What types of address pools need to be determined?

DHCP address pools and Layer 2 VLAN pools.

p.2
Subnetting for Different Prefixes

What is a common prefix length used for subnetting in IPv4?

/24.

p.7
IPv4 Address Structure

How is the prefix length represented?

In 'slash notation', by counting the number of bits in the subnet mask and prepending it with a slash.

p.50
Network Segmentation

What is the purpose of subnetting?

To reduce large broadcast domains, reduce overall network traffic, and improve network performance.

p.16
Public vs Private IPv4 Addresses

What is the purpose of private IPv4 addresses?

They are used by organizations to assign IPv4 addresses to internal hosts.

p.53
Unicast, Broadcast, and Multicast

Provide an example of broadcast communication.

Sending a message to all devices on a local network.

p.50
Subnetting for Different Prefixes

How can larger networks be subnetted?

At the /8 or /16 boundaries.

p.19
Types of IPv4 Addresses

What is the range of Class D IPv4 addresses?

224.0.0.0 to 239.0.0.0.

p.28
Subnetting Techniques

How many subnets can be created with a /28 prefix?

16

p.16
Public vs Private IPv4 Addresses

What is the RFC 1918 private address range for 192.168.0.0?

192.168.0.0/16 (192.168.0.0 - 192.168.255.255)

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.255.224?

/27

p.52
Subnetting Techniques

What is the first usable address in a subnet typically used for?

Assigning to a device within the subnet.

p.52
IPv4 Address Structure

What type of address is used for loopback testing?

Loopback addresses.

p.52
IPv4 Address Structure

What is an octet boundary?

A division of an IP address into four 8-bit sections.

p.39
Subnetting Techniques

How many host addresses does the allocated network address provide?

1,022 host addresses.

p.35
Subnetting Techniques

How many equal-sized subnets are to be created in the demonstration?

Over 300 equal-sized subnets.

p.9
IPv4 Address Structure

What is the first usable host in an IPv4 address range?

The first IP address available for assignment to a device in a network.

p.24
Network Segmentation

What is one reason for segmenting networks?

Subnetting reduces overall network traffic and improves network performance.

p.21
Network Segmentation

What is network segmentation?

The practice of dividing a computer network into smaller, manageable segments.

p.39
Subnetting Techniques

What is the largest subnet size required by the organization?

40 addresses.

p.45
Variable Length Subnet Masking (VLSM)

What does VLSM stand for?

Variable Length Subnet Masking.

p.43
Subnetting Techniques

Which building has the largest number of hosts?

Building D with 28 hosts.

p.48
Structured Design for IPv4 Addressing

What factors must be considered when developing an IPv4 addressing scheme?

Number of subnets needed, hosts per subnet, devices in the subnet, and usage of private vs public addresses.

p.22
Broadcast Domains and Segmentation

What device stops broadcasts?

A router.

p.31
Subnetting Techniques

What is the significance of subnetting a Slash 8 prefix?

It allows for efficient IP address management and organization.

p.24
Network Segmentation

What are some reasons for using subnets?

By location, group or function, and device type.

p.48
Structured Design for IPv4 Addressing

What is the first step in performing a network requirement study?

Look at the entire network to determine how each area will be segmented.

p.22
Broadcast Domains and Segmentation

What connects to a broadcast domain in a network?

Each router interface.

p.21
Network Segmentation

What can be a consequence of not implementing network segmentation?

Increased vulnerability to attacks and network congestion.

p.26
Subnetting Techniques

What happens to the number of hosts per subnet when using longer prefix lengths?

It decreases.

p.18
Types of IPv4 Addresses

What is the purpose of Loopback addresses?

To test if TCP/IP is operational on a host.

p.7
IPv4 Address Structure

What is a prefix length in IPv4 addressing?

A method used to identify a subnet mask address by the number of bits set to 1 in the subnet mask.

p.38
Subnetting Techniques

What is the maximum number of hosts for a /27 subnet?

30

p.16
Public vs Private IPv4 Addresses

Are private IPv4 addresses globally routable?

No, private addresses are not globally routable.

p.49
Structured Design for IPv4 Addressing

What role do routers and firewall devices play in a network?

They act as gateways for the hosts in that network.

p.50
Subnetting Techniques

At which boundaries are networks most easily subnetted?

/8, /16, and /24 octet boundaries.

p.16
Public vs Private IPv4 Addresses

Can private IPv4 addresses be reused in different networks?

Yes, private IPv4 addresses are not unique and can be used internally within any network.

p.28
Subnetting Techniques

What is the subnet mask for a /30 network?

255.255.255.252

p.32
Subnetting Techniques

What is the prefix length for a subnet with 1024 hosts?

/26

p.27
Subnetting Techniques

What is the subnet address for the second subnet using a /24 mask?

10.0.1.0 /24.

p.28
Subnetting Techniques

What is the number of subnets for a /25 network?

2

p.27
Subnetting Techniques

What is the first host address for the subnet 10.2.0.0 /16?

10.2.0.1.

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.255.252?

/30

p.52
Structured Design for IPv4 Addressing

What are the classes of IP addressing?

Class A, B, C, D, and E.

p.2
Types of IPv4 Addresses

What are the three types of IPv4 addresses?

Public, private, and reserved IPv4 addresses.

p.50
IPv4 Address Structure

What is the structure of an IP address?

A 32-bit hierarchical network address that identifies a network and a host portion.

p.49
Structured Design for IPv4 Addressing

How can IPv6 clients obtain address information?

Using DHCPv6 or SLAAC.

p.33
Subnetting Techniques

What is the maximum number of host bits that can be borrowed in this scenario?

Up to 14 host bits.

p.40
Variable Length Subnet Masking (VLSM)

What is a key benefit of using VLSM?

It reduces waste of IP addresses.

p.33
Subnetting Techniques

What is the formula used to calculate the number of subnets when borrowing bits?

2^n, where n is the number of borrowed bits.

p.38
Subnetting Techniques

How many subnets can be created with a /26 prefix length?

4

p.16
Public vs Private IPv4 Addresses

What are public IPv4 addresses?

Public IPv4 addresses are globally routed between internet service provider (ISP) routers.

p.50
Public vs Private IPv4 Addresses

What are globally routable IP addresses?

Addresses assigned by the IANA that can be routed globally.

p.26
Subnetting Techniques

How many hosts can a /8 subnet support?

16,777,214.

p.10
IPv4 Address Structure

What is the first usable host address in the 192.168.10.0/24 network?

192.168.10.1.

p.38
Subnetting Techniques

How many hosts are available in a /29 subnet?

6

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.0.0?

/16

p.10
IPv4 Address Structure

What is the broadcast address for the subnet 192.168.10.0/24?

192.168.10.255.

p.53
Subnetting Techniques

Why does the subnet mask field automatically populate with 255.0.0.0, 255.255.0.0, or 255.255.255.0 when assigning an IP address in Windows?

These are default subnet masks based on the class of the assigned IP address.

p.26
Subnetting Techniques

How many hosts can a /24 subnet support?

254.

p.19
Types of IPv4 Addresses

What was a major drawback of classful addressing?

It wasted many IPv4 addresses.

p.32
Subnetting Techniques

What is the subnet mask for a /29 prefix?

255.255.255.248

p.52
Unicast, Broadcast, and Multicast

What are the three types of IP transmissions?

Unicast, broadcast, and multicast.

p.28
Subnetting Techniques

What is the binary representation of the subnet mask for a /28 network?

11111111.11111111.11111111.11110000

p.18
Types of IPv4 Addresses

When are Link-Local addresses used?

By Windows DHCP clients to self-configure when no DHCP servers are available.

p.19
Types of IPv4 Addresses

What is the range of Class C IPv4 addresses?

192.0.0.0/24 to 223.255.255.0/24.

p.53
Unicast, Broadcast, and Multicast

Provide an example of multicast communication.

Streaming a video to a group of subscribers on a network.

p.50
Variable Length Subnet Masking (VLSM)

What does VLSM stand for and what is its purpose?

Variable Length Subnet Masking; it reduces the number of unused host addresses per subnet.

p.52
IPv4 Address Structure

What is the term for the number of bits used to represent the network portion of an IP address?

Prefix length.

p.7
IPv4 Address Structure

What is the prefix length for the subnet mask 255.255.255.192?

/26

p.52
IPv4 Address Structure

What is the address called that identifies the network segment?

Network address.

p.52
Structured Design for IPv4 Addressing

What organization is responsible for assigning IP address ranges?

Internet Assigned Numbers Authority (IANA).

Study Smarter, Not Harder
Study Smarter, Not Harder