CS 1302 Computer Networks Unit 3 Network Layer

  • Slides: 77
Download presentation
CS 1302 Computer Networks — Unit - 3 — — Network Layer — n

CS 1302 Computer Networks — Unit - 3 — — Network Layer — n Text Book Behrouz. A. Forouzan, “Data communication and Networking”, Tata Mc. Graw. Hill, 2004 11/29/2020 Unit-3 : Network Layer 1

Network Layer 11/29/2020 Unit-3 : Network Layer 2

Network Layer 11/29/2020 Unit-3 : Network Layer 2

Position of network layer 11/29/2020 Unit-3 : Network Layer 3

Position of network layer 11/29/2020 Unit-3 : Network Layer 3

Network layer duties 11/29/2020 Unit-3 : Network Layer 4

Network layer duties 11/29/2020 Unit-3 : Network Layer 4

Host-to-Host Delivery: Internetworking, Addressing, and Routing 11/29/2020 Unit-3 : Network Layer 5

Host-to-Host Delivery: Internetworking, Addressing, and Routing 11/29/2020 Unit-3 : Network Layer 5

Figure 19. 2 11/29/2020 Links in an internetwork Unit-3 : Network Layer 6

Figure 19. 2 11/29/2020 Links in an internetwork Unit-3 : Network Layer 6

Figure 19. 4 11/29/2020 Network layer at the source Unit-3 : Network Layer 7

Figure 19. 4 11/29/2020 Network layer at the source Unit-3 : Network Layer 7

Figure 19. 5 11/29/2020 Network layer at a router Unit-3 : Network Layer 8

Figure 19. 5 11/29/2020 Network layer at a router Unit-3 : Network Layer 8

Figure 19. 6 11/29/2020 Network layer at the destination Unit-3 : Network Layer 9

Figure 19. 6 11/29/2020 Network layer at the destination Unit-3 : Network Layer 9

19. 2 Addressing Internet Address Classful Addressing Subnetting Supernetting Classless Addressing Dynamic Address Configuration

19. 2 Addressing Internet Address Classful Addressing Subnetting Supernetting Classless Addressing Dynamic Address Configuration Network Address Translation 11/29/2020 Unit-3 : Network Layer 10

Note: An IP address is a 32 -bit address. 11/29/2020 Unit-3 : Network Layer

Note: An IP address is a 32 -bit address. 11/29/2020 Unit-3 : Network Layer 11

Note: The IP addresses are unique and universal. 11/29/2020 Unit-3 : Network Layer 12

Note: The IP addresses are unique and universal. 11/29/2020 Unit-3 : Network Layer 12

Figure 19. 9 11/29/2020 Dotted-decimal notation Unit-3 : Network Layer 13

Figure 19. 9 11/29/2020 Dotted-decimal notation Unit-3 : Network Layer 13

Note: The binary, decimal, and hexadecimal number systems are reviewed in Appendix B. 11/29/2020

Note: The binary, decimal, and hexadecimal number systems are reviewed in Appendix B. 11/29/2020 Unit-3 : Network Layer 14

Example 1 Change the following IP addresses from binary notation to dotteddecimal notation. a.

Example 1 Change the following IP addresses from binary notation to dotteddecimal notation. a. 10000001011 11101111 b. 111110011011 11111011 00001111 Solution We replace each group of 8 bits with its equivalent decimal number (see Appendix B) and add dots for separation: a. 129. 11. 239 b. 249. 155. 251. 15 11/29/2020 Unit-3 : Network Layer 15

Example 2 Change the following IP addresses from dotted-decimal notation to binary notation. a.

Example 2 Change the following IP addresses from dotted-decimal notation to binary notation. a. 111. 56. 45. 78 b. 75. 45. 34. 78 Solution We replace each decimal number with its binary equivalent (see Appendix B): a. b. 01101111 00111000 00101101 01001110 0100101101 0010 01001110 11/29/2020 Unit-3 : Network Layer 16

Note: In classful addressing, the address space is divided into five classes: A, B,

Note: In classful addressing, the address space is divided into five classes: A, B, C, D, and E. 11/29/2020 Unit-3 : Network Layer 17

Figure 19. 10 11/29/2020 Finding the class in binary notation Unit-3 : Network Layer

Figure 19. 10 11/29/2020 Finding the class in binary notation Unit-3 : Network Layer 18

Figure 19. 11 11/29/2020 Finding the address class Unit-3 : Network Layer 19

Figure 19. 11 11/29/2020 Finding the address class Unit-3 : Network Layer 19

Example 3 Find the class of each address: a. 00000001011 11101111 b. 11110011011 11111011

Example 3 Find the class of each address: a. 00000001011 11101111 b. 11110011011 11111011 00001111 Solution See the procedure in Figure 19. 11. a. b. The first bit is 0; this is a class A address. The first 4 bits are 1 s; this is a class E address. 11/29/2020 Unit-3 : Network Layer 20

Figure 19. 12 11/29/2020 Finding the class in decimal notation Unit-3 : Network Layer

Figure 19. 12 11/29/2020 Finding the class in decimal notation Unit-3 : Network Layer 21

Example 4 Find the class of each address: a. 227. 12. 14. 87 b.

Example 4 Find the class of each address: a. 227. 12. 14. 87 b. 252. 5. 111 c. 134. 11. 78. 56 Solution a. b. c. The first byte is 227 (between 224 and 239); the class is D. The first byte is 252 (between 240 and 255); the class is E. The first byte is 134 (between 128 and 191); the class is B. 11/29/2020 Unit-3 : Network Layer 22

Figure 19. 13 11/29/2020 Netid and hostid Unit-3 : Network Layer 23

Figure 19. 13 11/29/2020 Netid and hostid Unit-3 : Network Layer 23

Figure 19. 14 11/29/2020 Blocks in class A Unit-3 : Network Layer 24

Figure 19. 14 11/29/2020 Blocks in class A Unit-3 : Network Layer 24

Note: Millions of class A addresses are wasted. 11/29/2020 Unit-3 : Network Layer 25

Note: Millions of class A addresses are wasted. 11/29/2020 Unit-3 : Network Layer 25

Figure 19. 15 11/29/2020 Blocks in class B Unit-3 : Network Layer 26

Figure 19. 15 11/29/2020 Blocks in class B Unit-3 : Network Layer 26

Note: Many class B addresses are wasted. 11/29/2020 Unit-3 : Network Layer 27

Note: Many class B addresses are wasted. 11/29/2020 Unit-3 : Network Layer 27

Note: The number of addresses in class C is smaller than the needs of

Note: The number of addresses in class C is smaller than the needs of most organizations. 11/29/2020 Unit-3 : Network Layer 28

Figure 19. 16 11/29/2020 Blocks in class C Unit-3 : Network Layer 29

Figure 19. 16 11/29/2020 Blocks in class C Unit-3 : Network Layer 29

Figure 19. 17 11/29/2020 Network address Unit-3 : Network Layer 30

Figure 19. 17 11/29/2020 Network address Unit-3 : Network Layer 30

Note: In classful addressing, the network address is the one that is assigned to

Note: In classful addressing, the network address is the one that is assigned to the organization. 11/29/2020 Unit-3 : Network Layer 31

Example 5 Given the address 23. 56. 7. 91, find the network address. Solution

Example 5 Given the address 23. 56. 7. 91, find the network address. Solution The class is A. Only the first byte defines the netid. We can find the network address by replacing the hostid bytes (56. 7. 91) with 0 s. Therefore, the network address is 23. 0. 0. 0. 11/29/2020 Unit-3 : Network Layer 32

Example 6 Given the address 132. 6. 17. 85, find the network address. Solution

Example 6 Given the address 132. 6. 17. 85, find the network address. Solution The class is B. The first 2 bytes defines the netid. We can find the network address by replacing the hostid bytes (17. 85) with 0 s. Therefore, the network address is 132. 6. 0. 0. 11/29/2020 Unit-3 : Network Layer 33

Example 7 Given the network address 17. 0. 0. 0, find the class. Solution

Example 7 Given the network address 17. 0. 0. 0, find the class. Solution The class is A because the netid is only 1 byte. 11/29/2020 Unit-3 : Network Layer 34

Note: A network address is different from a netid. A network address has both

Note: A network address is different from a netid. A network address has both netid and hostid, with 0 s for the hostid. 11/29/2020 Unit-3 : Network Layer 35

Figure 19. 18 11/29/2020 Sample internet Unit-3 : Network Layer 36

Figure 19. 18 11/29/2020 Sample internet Unit-3 : Network Layer 36

Note: IP addresses are designed with two levels of hierarchy. 11/29/2020 Unit-3 : Network

Note: IP addresses are designed with two levels of hierarchy. 11/29/2020 Unit-3 : Network Layer 37

Figure 19. 19 11/29/2020 A network with two levels of hierarchy Unit-3 : Network

Figure 19. 19 11/29/2020 A network with two levels of hierarchy Unit-3 : Network Layer 38

Figure 19. 20 11/29/2020 A network with three levels of hierarchy (subnetted) Unit-3 :

Figure 19. 20 11/29/2020 A network with three levels of hierarchy (subnetted) Unit-3 : Network Layer 39

Figure 19. 21 11/29/2020 Addresses in a network with and without subnetting Unit-3 :

Figure 19. 21 11/29/2020 Addresses in a network with and without subnetting Unit-3 : Network Layer 40

Table 19. 1 Default masks Class In Binary In Dotted. Decimal Using Slash A

Table 19. 1 Default masks Class In Binary In Dotted. Decimal Using Slash A 1111 00000000 255. 0. 0. 0 /8 B 11111111 00000000 255. 0. 0 /16 C 111111111 0000 255. 0 /24 11/29/2020 Unit-3 : Network Layer 41

Note: The network address can be found by applying the default mask to any

Note: The network address can be found by applying the default mask to any address in the block (including itself). It retains the netid of the block and sets the hostid to 0 s. 11/29/2020 Unit-3 : Network Layer 42

Example 8 A router outside the organization receives a packet with destination address 190.

Example 8 A router outside the organization receives a packet with destination address 190. 240. 7. 91. Show it finds the network address to route the packet. Solution The router follows three steps: 1. The router looks at the first byte of the address to find the class. It is class B. 2. The default mask for class B is 255. 0. 0. The router ANDs this mask with the address to get 190. 240. 0. 0. 3. The router looks in its routing table to find out how to route the packet to this destination. Later, we will see what happens if this destination does not. Unit-3 exist. 11/29/2020 : Network Layer 43

Figure 19. 23 11/29/2020 Subnet mask Unit-3 : Network Layer 44

Figure 19. 23 11/29/2020 Subnet mask Unit-3 : Network Layer 44

Example 9 A router inside the organization receives the same packet with destination address

Example 9 A router inside the organization receives the same packet with destination address 190. 240. 33. 91. Show it finds the subnetwork address to route the packet. Solution The router follows three steps: 1. The router must know the mask. We assume it is /19, as shown in Figure 19. 23. 2. The router applies the mask to the address, 190. 240. 33. 91. The subnet address is 190. 240. 32. 0. 3. The router looks in its routing table to find how to route the packet to this destination. Later, we will see what happens if this destination does not exist. 11/29/2020 Unit-3 : Network Layer 45

19. 3 Routing Techniques Static Versus Dynamic Routing Table for Classful Addressing Routing Table

19. 3 Routing Techniques Static Versus Dynamic Routing Table for Classful Addressing Routing Table for Classless Addressing 11/29/2020 Unit-3 : Network Layer 46

Figure 19. 28 11/29/2020 Next-hop routing Unit-3 : Network Layer 47

Figure 19. 28 11/29/2020 Next-hop routing Unit-3 : Network Layer 47

Figure 19. 31 11/29/2020 Default routing Unit-3 : Network Layer 48

Figure 19. 31 11/29/2020 Default routing Unit-3 : Network Layer 48

Figure 19. 32 11/29/2020 Classful addressing routing table Unit-3 : Network Layer 49

Figure 19. 32 11/29/2020 Classful addressing routing table Unit-3 : Network Layer 49

Example 10 Using the table in Figure 19. 32, the router receives a packet

Example 10 Using the table in Figure 19. 32, the router receives a packet for destination 192. 16. 7. 1. For each row, the mask is applied to the destination address until a match with the destination address is found. In this example, the router sends the packet through interface m 0 (host specific). 11/29/2020 Unit-3 : Network Layer 50

Example 11 Using the table in Figure 19. 32, the router receives a packet

Example 11 Using the table in Figure 19. 32, the router receives a packet for destination 193. 14. 5. 22. For each row, the mask is applied to the destination address until a match with the next-hop address is found. In this example, the router sends the packet through interface m 2 (network specific). 11/29/2020 Unit-3 : Network Layer 51

Example 12 Using the table in Figure 19. 32, the router receives a packet

Example 12 Using the table in Figure 19. 32, the router receives a packet for destination 200. 34. 12. 34. For each row, the mask is applied to the destination address, but no match is found. In this example, the router sends the packet through the default interface m 0. 11/29/2020 Unit-3 : Network Layer 52

Routing Algorithms 1. Distance Vector Routing 2. Link State Routing 11/29/2020 Unit-3 : Network

Routing Algorithms 1. Distance Vector Routing 2. Link State Routing 11/29/2020 Unit-3 : Network Layer 53

Figure 21 -18 11/29/2020 The Concept of Distance Vector Routing Unit-3 : Network Layer

Figure 21 -18 11/29/2020 The Concept of Distance Vector Routing Unit-3 : Network Layer 54

Figure 21 -19 Distance Vector Routing Table 11/29/2020 Unit-3 : Network Layer 55

Figure 21 -19 Distance Vector Routing Table 11/29/2020 Unit-3 : Network Layer 55

Figure 21 -22 11/29/2020 Final Routing Tables Unit-3 : Network Layer 56

Figure 21 -22 11/29/2020 Final Routing Tables Unit-3 : Network Layer 56

Figure 21 -23 11/29/2020 Example 21. 1 Unit-3 : Network Layer 57

Figure 21 -23 11/29/2020 Example 21. 1 Unit-3 : Network Layer 57

Figure 21 -24 11/29/2020 Concept of Link State Routing Unit-3 : Network Layer 58

Figure 21 -24 11/29/2020 Concept of Link State Routing Unit-3 : Network Layer 58

Figure 21 -25 11/29/2020 Cost in Link State Routing Unit-3 : Network Layer 59

Figure 21 -25 11/29/2020 Cost in Link State Routing Unit-3 : Network Layer 59

Figure 21 -26 Link State Packet 11/29/2020 Unit-3 : Network Layer 60

Figure 21 -26 Link State Packet 11/29/2020 Unit-3 : Network Layer 60

Figure 21 -27 11/29/2020 Flooding of A’s LSP Unit-3 : Network Layer 61

Figure 21 -27 11/29/2020 Flooding of A’s LSP Unit-3 : Network Layer 61

Figure 21 -28 11/29/2020 Link State Database Unit-3 : Network Layer 62

Figure 21 -28 11/29/2020 Link State Database Unit-3 : Network Layer 62

Figure 21 -29 Costs in the Dijkstra Algorithm 11/29/2020 Unit-3 : Network Layer 63

Figure 21 -29 Costs in the Dijkstra Algorithm 11/29/2020 Unit-3 : Network Layer 63

Figure 21 -30, Part I Shortest Path Calculation, Part I 11/29/2020 Unit-3 : Network

Figure 21 -30, Part I Shortest Path Calculation, Part I 11/29/2020 Unit-3 : Network Layer 64

Figure 21 -30, Part II Shortest Path Calculation, Part II 11/29/2020 Unit-3 : Network

Figure 21 -30, Part II Shortest Path Calculation, Part II 11/29/2020 Unit-3 : Network Layer 65

Figure 21 -30, Part III Shortest Path Calculation, Part III 11/29/2020 Unit-3 : Network

Figure 21 -30, Part III Shortest Path Calculation, Part III 11/29/2020 Unit-3 : Network Layer 66

Figure 21 -30, Part IV Shortest Path Calculation, Part IV 11/29/2020 Unit-3 : Network

Figure 21 -30, Part IV Shortest Path Calculation, Part IV 11/29/2020 Unit-3 : Network Layer 67

Figure 21 -30, Part V Shortest Path Calculation, Part V 11/29/2020 Unit-3 : Network

Figure 21 -30, Part V Shortest Path Calculation, Part V 11/29/2020 Unit-3 : Network Layer 68

Figure 21 -30, Part VI Shortest Path Calculation, Part VI 11/29/2020 Unit-3 : Network

Figure 21 -30, Part VI Shortest Path Calculation, Part VI 11/29/2020 Unit-3 : Network Layer 69

Figure 21 -31, Part VII Shortest Path Calculation, Part VII 11/29/2020 Unit-3 : Network

Figure 21 -31, Part VII Shortest Path Calculation, Part VII 11/29/2020 Unit-3 : Network Layer 70

Figure 21 -31, Part I Shortest Path Calculation, Part VIII 11/29/2020 Unit-3 : Network

Figure 21 -31, Part I Shortest Path Calculation, Part VIII 11/29/2020 Unit-3 : Network Layer 71

Figure 21 -31, Part II Shortest Path Calculation, Part IX 11/29/2020 Unit-3 : Network

Figure 21 -31, Part II Shortest Path Calculation, Part IX 11/29/2020 Unit-3 : Network Layer 72

Figure 21 -31, Part III Shortest Path Calculation, Part X 11/29/2020 Unit-3 : Network

Figure 21 -31, Part III Shortest Path Calculation, Part X 11/29/2020 Unit-3 : Network Layer 73

Figure 21 -31, Part IV Shortest Path Calculation, Part XI 11/29/2020 Unit-3 : Network

Figure 21 -31, Part IV Shortest Path Calculation, Part XI 11/29/2020 Unit-3 : Network Layer 74

Figure 21 -31, Part V Shortest Path Calculation, Part XII 11/29/2020 Unit-3 : Network

Figure 21 -31, Part V Shortest Path Calculation, Part XII 11/29/2020 Unit-3 : Network Layer 75

Figure 21 -31, Part VI Shortest Path Calculation, Part XIII 11/29/2020 Unit-3 : Network

Figure 21 -31, Part VI Shortest Path Calculation, Part XIII 11/29/2020 Unit-3 : Network Layer 76

Figure 21 -32 11/29/2020 Routing Table for Router A Unit-3 : Network Layer 77

Figure 21 -32 11/29/2020 Routing Table for Router A Unit-3 : Network Layer 77