17
Chapter 21 Exercises 1

Chapter 21 Exercises

Embed Size (px)

DESCRIPTION

Chapter 21 Exercises. A router forwards packets between networks. (Given a destination host address, it must be able to figure out which network that machine is on.). Big Question A ddresses have to be assigned to hosts based on the network they are on. How can that be done?. Exercise. - PowerPoint PPT Presentation

Citation preview

Page 1: Chapter 21 Exercises

1

Chapter 21 Exercises

Page 2: Chapter 21 Exercises

2

A router forwards packets between networks.

(Given a destination host address, it must be able to figure out which

network that machine is on.)

Page 3: Chapter 21 Exercises

3

Big Question

Addresses have to be assigned to hosts based on the network they are on. How can that be done?

Page 4: Chapter 21 Exercises

4

Exercise

You are the CIO of a company and get 10000 addresses total (numbered 0 to 9999) and have 10 networks each managed by a different administrator, and you want each network administrator to be able to assign addresses independently. How do you allocated addresses?

(Remember how routers work: move packets based on network addresses, not host addresses.)

Page 5: Chapter 21 Exercises

5

Answer these questions about your scheme:• Does every host get a unique address? • How many networks can be supported? How

many hosts per network? • How does a router know, from a destination

address in a packet, which network the host is on?

Page 6: Chapter 21 Exercises

6

Exercise

What if you had 100 networks in your company? What scheme would you use? Can you answer the questions from the previous slide?

Page 7: Chapter 21 Exercises

7

Exercise

What if you had 12 networks in your company? What scheme would you use?

Page 8: Chapter 21 Exercises

8

Your company is connected to the Internet via one router, so other computers can communicate with hosts in your network. What do the routers in the Internet need to know to send packets to your company’s networks?

Page 9: Chapter 21 Exercises

9

Summary:• with 10 networks, use 1st digit to indicate

network, and 1000 hosts per network.• with 100 networks, use 1st 2 digits to indicate

network, and 100 hosts per network.• (or some other rule…)• can be decided by CIO/network admin.

Page 10: Chapter 21 Exercises

10

BUT: somehow routers in your network have to be configured to know which part of the address is _________ _______ and ______ ________.

Come up with a scheme to indicate this.

Page 11: Chapter 21 Exercises

11

Question: does a router need this “indicator” to identify a host?

Page 12: Chapter 21 Exercises

12

Now: switch to binary instead of decimal.(Why does IP use binary addressing instead of decimal?)

Suppose you have 1 byte IP addresses. How many total IP addresses in the world?

Suppose you have 4 (sub) networks. How to allocate addresses?

Page 13: Chapter 21 Exercises

13

How many hosts per network?

Can you compute the network from the host IP address?

What is the subnet mask?

What are the formulas for computing max hosts supported on a subnet and max # of networks?

Page 14: Chapter 21 Exercises

14

32-bit addresses

How many bytes is that?

How many total addresses (theoretically)?

How is a 32-bit address written?

What are common divisions between network part and host part?

Page 15: Chapter 21 Exercises

15

Classful Addressing(p. 348)

Why was it invented?

How many class A networks? B? C? (What are the “implied” masks for these networks?)

What if you needed 500 addresses? What class address would you get? How many wasted addresses?

Page 16: Chapter 21 Exercises

16

Classless Inter-Domain Routing (CIDR)

What changed from classful addressing?

What must routers know now in order to forward packets correctly?

Page 17: Chapter 21 Exercises

17

What kind of address is this? (host? network? limited bcast? directed bcast?)

128.211.0.16/2810.1.0.77/8128.211.0.17/28128.211.0.31/28255.255.255.255/32