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
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
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?
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++ * 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.
A 30.0 kg block is released at the top of a 20° frictionless incline. The block...
A 30.0 kg block is released at the top of a 20° frictionless incline. The block slides down the incline and compresses a spring (k=800 N/m) by 0.75 meters. What is the total distance the block traveled? It should be 1.5m
A 3 kg block (block A) is released from rest at the top of a 20...
A 3 kg block (block A) is released from rest at the top of a 20 m long frictionless ramp that is 3 m high. At the same time, an identical block (block B) is released next to the ramp so that it drops straight down the same 3 m. Find the values for each of the following for the blocks just before they reach ground level. (a) gravitational potential energy Block A____J Block B____J (b) kinetic energy Block a____...
the mass of block A is 80 kg, the mass of block b is 20 kg,...
the mass of block A is 80 kg, the mass of block b is 20 kg, and A is connected to B with the cable and pulley system shown. the pulleys rotate freely, and the cable and pulleys have negligible mass. the coefficient of static fricion between A and the horizontal surface is Ms=0.4, and the coefficient of kinetic friction is Mk=0.3. a) initially, block A is being held stationary and the system is at rest in static equilibrium ....
C++ programming question class Address { public: Address(const std::string& street, const std::string& city, const std::string& state,...
C++ programming question class Address { public: Address(const std::string& street, const std::string& city, const std::string& state, const std::string& zip) : StreetNumber(street), CityName(city), StateName(state), ZipCode(zip) {} std::string GetStreetNumber() const { return StreetNumber; } void SetStreetNumber(const std::string& street) { StreetNumber = street; } std::string GetCity() const { return CityName; } void SetCity(const std::string& city) { CityName = city; } std::string GetState() const { return StateName; } void SetState(const std::string& state) { StateName = state; } std::string GetZipCode() const { return ZipCode; }...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT