Podcast
Questions and Answers
What is the primary purpose of a subnet mask?
What is the primary purpose of a subnet mask?
How many bits are borrowed from the host portion to create four subnets in a Class C network?
How many bits are borrowed from the host portion to create four subnets in a Class C network?
If a Class C network is subdivided into four subnets, what is the new subnet mask?
If a Class C network is subdivided into four subnets, what is the new subnet mask?
What is the effect of borrowing bits from the host portion of an IP address?
What is the effect of borrowing bits from the host portion of an IP address?
Signup and view all the answers
Given a network address of 10.0.0.0, how many bits are required to create 8 subnets?
Given a network address of 10.0.0.0, how many bits are required to create 8 subnets?
Signup and view all the answers
For a router-to-router link that requires only two host addresses, how many host bits are typically needed?
For a router-to-router link that requires only two host addresses, how many host bits are typically needed?
Signup and view all the answers
What components make up the complete subnetting process?
What components make up the complete subnetting process?
Signup and view all the answers
If 2 bits are used for subnetting in a Class C IP address, what is the configuration of the subnet mask?
If 2 bits are used for subnetting in a Class C IP address, what is the configuration of the subnet mask?
Signup and view all the answers
What does the notation 192.168.12.0 indicate?
What does the notation 192.168.12.0 indicate?
Signup and view all the answers
What is the result of applying the formulas for calculating the number of subnets and hosts per subnet?
What is the result of applying the formulas for calculating the number of subnets and hosts per subnet?
Signup and view all the answers
What is the correct subnet mask needed for a router-to-router link requiring only two host addresses?
What is the correct subnet mask needed for a router-to-router link requiring only two host addresses?
Signup and view all the answers
How does a subnet mask affect data packet routing within a LAN?
How does a subnet mask affect data packet routing within a LAN?
Signup and view all the answers
If a computer in the LAN has the IP address 172.16.35.3 and uses a subnet mask of 255.255.255.0, which IP address is not in the same subnet?
If a computer in the LAN has the IP address 172.16.35.3 and uses a subnet mask of 255.255.255.0, which IP address is not in the same subnet?
Signup and view all the answers
What does the subnet mask 255.255.255.0 indicate about the corresponding IP address range?
What does the subnet mask 255.255.255.0 indicate about the corresponding IP address range?
Signup and view all the answers
What is the purpose of 'ANDing' the subnet mask with the destination address?
What is the purpose of 'ANDing' the subnet mask with the destination address?
Signup and view all the answers
Which of the following correctly describes how subnetting can impact a network?
Which of the following correctly describes how subnetting can impact a network?
Signup and view all the answers
What does the term 'borrowing bits' mean in the context of subnetting?
What does the term 'borrowing bits' mean in the context of subnetting?
Signup and view all the answers
Which of the following statements about subnet masks is true?
Which of the following statements about subnet masks is true?
Signup and view all the answers
If a data packet has a destination IP of 172.16.34.15 and is using the subnet mask 255.255.255.0, what action will be taken?
If a data packet has a destination IP of 172.16.34.15 and is using the subnet mask 255.255.255.0, what action will be taken?
Signup and view all the answers
What is the maximum number of hosts that can be accommodated by a subnet mask of 255.255.255.252?
What is the maximum number of hosts that can be accommodated by a subnet mask of 255.255.255.252?
Signup and view all the answers
Study Notes
Subnet Masks
- Subnetting is a technique used to divide a network into smaller networks (subnets).
- Subnets are created using subnet masks.
- The subnet mask identifies the bits in the IP address that represent the network/subnet portion of an IP address.
- Subnets are created by borrowing bits from the host portion of the IP address.
- The network portion and the new subnet bits define the new subnet.
- Routers use this information to forward data packets to the correct subnet.
Network Classes and Subnets
- Class A networks have a network portion of 8 bits, a subnet portion, and a host portion.
- Class B networks have a network portion of 16 bits, a subnet portion, and a host portion.
- Class C networks have a network portion of 24 bits, a subnet portion, and a host portion.
- To create subnets from a particular class of network, bits are borrowed from the host portion.
Calculating Subnets and Hosts
- The number of subnets created equals 2x, where x is the number of bits borrowed from the host.
- The number of hosts per subnet equals 2y-x, where y is the number of host bits for the class of network, and x is the number of bits borrowed to generate the subnets.
Usable Hosts/Subnet
- The number of usable hosts per subnet is calculated as 2(y-x) - 2. This is because the network address and broadcast address are not usable host addresses.
Subnet Mask Considerations
- Each subnet has a network address and a broadcast address.
- The subnet mask is used to distinguish between network, subnet, and host bits in an IP address.
- A bit in the subnet mask set to 1 indicates a network or subnet bit; a 0 indicates a host bit. The subnet mask is a series of 1s followed by a series of 0s.
- The subnet mask is used to direct data packets within a network, and to determine if the intended destination is within the same subnet or outside of it.
- The gateway's IP address is the interface on a layer-3 switch or router.
Example Calculations
- Various examples of calculating subnets based on specific network and host bit counts for a class of network are provided.
- Example of how to determine the proper subnet mask, considering these examples and calculations.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers the fundamentals of subnetting, including the use of subnet masks to create subnets from IP addresses. It explains the characteristics of Class A, B, and C networks and how to calculate subnets and hosts effectively. Test your understanding of these key networking concepts!