Question

In: Computer Science

What is the 199th address in the 220 (2 ^ 20) block of Class C?

What is the 199th address in the 220 (2 ^ 20) block of Class C?

Solutions

Expert Solution

IP Address:

An IP address is an identifier or label used to identify a machine on the internet or a particular network. Each of the devices on the internet must have an IP address for identification.

IPv4 is the first version of Internet Protocol that uses a 32-bit address and this protocol is most widely used.

Total number of IP address supported by IPv4 = 232

The netmask and subnet mask is used to divide the IP address.

Classful Addressing:

In classful addressing, an IP address is related to a class and we need to purchase a class of the IP addresses as per the requirement.

Address class:

Class A:

The range of the first octet: 0 to 127

Subnet mask = 255.0.0.0

Class B:

First octet range: 128 to 191
Subnet mask = 255.255.0.0

Class C:

First octet range: 192 to 223

Subnet mask = 255.255.255.0

Here, the first 24 bits are used for network id, and the last 8 bits are used for host id.

The first block of class C address is = 192.0.0.0

The second block of class C address is = 192.0.1.0

The third block of class C address is = 192.0.2.0

The (2 ^ 20) block of class C address is = 207.255.255.0

The first address of the (2 ^ 20) block of class C is = 207.255.255.0

The second address of the (2 ^ 20) block of class C is = 207.255.255.1

The 199th address of the (2 ^ 20) block of class C is = 207.255.255.198


Related Solutions

What is the range of address of the 100th block of Class A
What is the range of address of the 100th block of Class A
ISP have been allocated the address block 200.23.16.0/20 ISP, wants to divide its address block into...
ISP have been allocated the address block 200.23.16.0/20 ISP, wants to divide its address block into four equal sized address blocks and give one to each of four organizations. Write the address range and also subnet mask for each organization
Find the network address, the direct broadcast address, and the number of addresses in a block;...
Find the network address, the direct broadcast address, and the number of addresses in a block; if one of the addresses in this block is 175.120.240.17/19
In C# Create classes: Person, Student, Employee, Professor, Staff and Address ☐ Address class must have...
In C# Create classes: Person, Student, Employee, Professor, Staff and Address ☐ Address class must have suitable auto-implemented properties for Address 1, Address 2 and City. ☐ Person class must have suitable auto-implemented properties for Name, Residence (type Address) and email. ☐ Student and Employee must be subclasses of Person. ☐ Employee must be a super class for Professor and Staff. ☐ Employee class must have suitable auto-implemented properties for salary (between 2000 to 8000), and hire date. ☐ Professor...
A block of mass 220 kg initially at rest is pushed along the floor by a...
A block of mass 220 kg initially at rest is pushed along the floor by a force F directed at an angle 40o below the positive x-axis. The force pushes against a friction force with coefficient µ = 0.25. Calculate the magnitude of the force F, that will give the block an acceleration of 3.6 m/s2
C++ Programming 1) What is the feature that makes a base class an abstract class? 2)...
C++ Programming 1) What is the feature that makes a base class an abstract class? 2) When designing a class hierarchy involving classes A and B, what are the two questions that must be asked to determine whether class B should be derived from class A?
What are ACLs in the context of this class? What is RBAC? How does each address...
What are ACLs in the context of this class? What is RBAC? How does each address the issue of security?
C++ * Program 2:      Create a date class and Person Class.   Compose the date class...
C++ * Program 2:      Create a date class and Person Class.   Compose the date class in the person class.    First, Create a date class.    Which has integer month, day and year    Each with getters and setters. Be sure that you validate the getter function inputs:     2 digit months - validate 1-12 for month     2 digit day - 1-3? max for day - be sure the min-max number of days is validate for specific month...
You are given class C IP address 192.148.10.51 accompanied by a custom subnet mask of 255.255.255.240...
You are given class C IP address 192.148.10.51 accompanied by a custom subnet mask of 255.255.255.240 Find the following by showing working with explanation: i) How many subnets can be created? ii) How many hosts in each subnet can be created? iii) Write the range of useable IP Addresses in the first subnet. iv) Write the range of useable IP Addresses in the last subnet.
Must be in C#: 7. E-MAIL ADDRESS BOOK Create a Windows Forms Application with a class...
Must be in C#: 7. E-MAIL ADDRESS BOOK Create a Windows Forms Application with a class named PersonEntry. The PersonEntry class should have properties for a person’s name, e-mail address, and phone number. Also, create a text file that contains the names, e-mail addresses, and phone numbers for at least five people. When the application starts, it should read the data from the file and create a PersonEntry object for each person’s data. The PersonEntry objects should be added to...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT