Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

question about subnet and netmask in networking * Do not use all 0s and all 1s for host address and subnet number 1. Network address

question about subnet and netmask in networking

* Do not use all 0s and all 1s for host address and subnet number 1. Network address 210.159.24.0 can be used. This address I would like to create 8 subnets and connect 10 hosts to each subnet. Consider the IP address / subnet mask assigned to each device.

Answer the minimum number in decimal notation of the IP addresses of the hosts connected to the first subnet.

Answer the maximum number in the decimal notation of the IP addresses of hosts connected to the eighth subnet.

so first I convert it to binary 110100101001111100011000.00000000 since its class c, and would like to create 8 subnet and connect 10 host to each subnet, `2^n -2>8 ` `2^n>10` `n is 4` and one subnet will be consist of 16 host, so 10<16 , its ok

110100101001111100011000.11110000 ---------------net----------subnet-host

but how to find the minimum number in decimal notation of the IP addresses of the hosts connected to the first subnet? first subnet will be range from ip 210.159.24.1-210.159.24.15 ? is the minimum number 210.159.24.1?

and the maximum number in the decimal notation of the IP addresses of hosts connected to the eighth subnet is : range of eighth subnet will be 210.159.24.128 - 210.159.24.144 so 210.159.24.144?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions

Question

b. What are its goals and objectives?

Answered: 1 week ago