Question

In: Computer Science

Test the practical legality of the subnets defined below by attempting to make route destinations out...

Test the practical legality of the subnets defined below by attempting to make route destinations out of them with the Linux "route" command. The route command will accept those that are legal, and create an error (with a screen showing route's syntax) for those that are illegal. Here are the subnets for you to test:

network address/netmask

1) 209.220.186.96/255.255.255.224

2) 209.220.186.96/255.255.255.192

3) 209.220.186.240/255.255.255.240

4) 209.220.186.240/255.255.255.224

5) 209.220.186.128/255.255.255.192

6) 209.220.186.128/255.255.255.64

7) 209.220.16.80/255.255.255.240

8) 209.220.186.64/255.255.255.192

You would test each one by specifying both its network address and netmask in the route command. So for the first example you would issue the command:

route add -net 209.220.186.96 netmask 255.255.255.224 eth0

in order to see whether the command "takes" or not. If it does, the routing table will show the new route. (Before doing this make sure eth0 has an address assigned to it. Assign one by issuing the command "ifconfig eth0 192.168.3.1".) You can view the routing table by issuing the command:

route -n

(If at any point you wish to remove a route you have entered into the table, issue the exact same command you used to enter it with add replaced by del." For example:

route del -net 209.220.186.96 netmask 255.255.255.224 eth0

removes the line added above to the routing table. You can reproduce on the command line a previously issued command by successively pressing the up-arrow key, which operates in Linux the same way as with the doskey program in DOS.)

For every subnet definition you are to provide three answers. First, telling whether the route command succeeded or failed. Second, an explanation for failure. Third, a number giving the size of the subnet your route command is trying to create (which is expressed by its netmask).

Finally, for subnets 7 and 8, look closely at them and the relationship between them. (For clarity of understanding I suggest for these, and for all of them, that you draw a linear diagram locating and sizing the subnet on an address number line.) You should perceive what might appear to be a conflict between them. Identify in your own mind the apparent conflict and try to explain the observed result in relation to it. Be prepared to offer an explanation in class (this question not to be included in the answer file you'll submit).

1. The route command for network 1

a. succeeded
b. failed

2. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

3. The size of the subnet your route command is implicitly trying to create for network 1, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

---

4. The route command for network 2

a. succeeded
b. failed

5. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

6. The size of the subnet your route command is implicitly trying to create for network 2, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

---

7. The route command for network 3

a. succeeded
b. failed

8. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

9. The size of the subnet your route command is implicitly trying to create for network 3, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

---

10. The route command for network 4

a. succeeded
b. failed

11. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

12. The size of the subnet your route command is implicitly trying to create for network 4, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

---

13. The route command for network 5

a. succeeded
b. failed

14. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

15. The size of the subnet your route command is implicitly trying to create for network 5, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

---

16. The route command for network 6

a. succeeded
b. failed

17. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

18. The size of the subnet your route command is implicitly trying to create for network 6, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

---

19. The route command for network 7

a. succeeded
b. failed

20. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

21. The size of the subnet your route command is implicitly trying to create for network 7, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

---

22. The route command for network 8

a. succeeded
b. failed

23. Why did it fail?
a. I just told you, it didn't fail!
b. because the network address isn't a multiple of the netmask-indicated network size

c. because the network address final octet isn't a power of two
d. because the netmask-indicated size isn't a multiple of the network address
e. because the netmask given isn't a legal one
f. because the network address given isn't a legal one

24. The size of the subnet your route command is implicitly trying to create for network 8, based on the command's netmask, is
a. 4

b. 8

c. 16

d. 32

e. 64

f. 128

g. 256

h. undetermined

Solutions

Expert Solution

Answer network 1
******************
a. succeeded

Answer network 2
*******************
b. failed
d. because the netmask-indicated size isn't a multiple of the network address
e. 64

Answer network 3
******************
a. succeeded

Answer network 4
******************
b. failed
d. because the netmask-indicated size isn't a multiple of the network address
e. 32

Answer network 5
******************
a. succeeded

Answer network 6
******************
b. failed
c. because the network address final octet isn't a power of two

Answer network 7
*****************
a. succeeded

Answer network 8
*****************
a. succeeded

if you have any doubt then please ask me without any hesitation in the comment section below , if you like my answer then please thumbs up for the answer , before giving thumbs down please discuss the question it may possible that we may understand the question different way and i can edit and change the answers if you argue, thanks :)


Related Solutions

Look at this scenario. You are attempting to make a decision whether to eat out tonight...
Look at this scenario. You are attempting to make a decision whether to eat out tonight or cook. What is the process you go through to make your decision? Use the decision making process as you explain your results. Do not assume it is best to cook. It may not be depending on your meal and how many people you have to feed. Explain in 125 words with a credible resource.
1. You really blew this test. You scored 0.9 standard deviations below the mean. To make...
1. You really blew this test. You scored 0.9 standard deviations below the mean. To make you feel better you calculate the proportion of students who did even worse than you. What is that proportion? 2. If you have a sample size of 20 cases, what is the minimum t-score needed to be statistically significant at the 0.01 level? 3. What is the sampling error for N=1,250? (assume proportion (p) =.5)
Describe, in your own words, when you would use each type of test below. Make sure...
Describe, in your own words, when you would use each type of test below. Make sure to include the type of variables and when you would use that particular test.                                                                                                                                  Pearson Correlation Spearman Correlation Paired T-Test Independent T-Test ANOVA Regression
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT