What are private IP addresses and how would you use them?
What will be an ideal response?
Certain groups of IP addresses, known as private IP addresses, are available to help in these situations. All routers block private IP addresses. Those addresses can never be used on the Internet, making them a handy way to hide systems. Anyone can use these private IP addresses, but they're useless for systems that need to access the Internet-unless you use NAT. The private IP addresses consist of those in the 10.0.0.0 to 10.255.255.255 range; the 172.16.0.0 to 172.31.255.255 range; or the 192.168.0.0 to 192.168.255.255 range.
You might also like to view...
Which of the following will not produce a syntax error?
a) Omitting a return type from a function definition if the function prototype specifies a return type other than int b) Returning a value from a function defined as void c) Defining a function parameter again inside a function d) Using the same names for arguments passed to a function and the corresponding parameters in the function definition
C++ provides for __________ , which allows a derived class to inherit from many base classes, even if the base classes are unrelated.
Fill in the blank(s) with the appropriate word(s).