Está en la página 1de 30

4

Tutun Juhana
Telecommunication Engineering
School of Electrical Engineering & Informatics Institut Teknologi Bandung

Network Layer (Part 3)


Computer Networks

DELIVERY AND FORWARDING OF IP PACKETS

Direct Delivery

Indirect Delivery

Forwarding
Forwarding means to place the packet in its route to its destination
to deliver the packet to the next hop (which can be the final destination or the intermediate connecting device)

Two kinds of forwarding


1. The destination address based forwarding (when IP is used as a connectionless protocol) 2. Label-based forwarding (when the IP is used as a connection-oriented protocol)
5

FORWARDING BASED ON DESTINATION ADDRESS


6

Forwarding Techniques
1. 2. 3. 4. Next-Hop Method Network-Specific Method Host-Specific Method Default Method

To make the size of the routing table manageable

Next-Hop Method
The routing table holds only the address of the next hop instead of information about the complete route

Network-Specific Method

Host-Specific Method

10

Default Method

11

FORWARDING WITH CLASSFUL ADDRESSING


12

Forwarding without Subnetting

13

14

Example 6.2
Router R1 in Figure 6.8 receives a packet with destination address 192.16.7.14. Show how the packet is forwarded Solution The destination address in binary is 11000000 00010000 00000111 00001110. A copy of the address is shifted 28 bits to the right. The result is 00000000 00000000 00000000 00001100 or 12. The destination network is class C. The network address is extracted by masking off the leftmost 24 bits of the destination address; the result is 192.16.7.0. The table for Class C is searched. The network address is found in the first row. The next-hop address 111.15.17.32. and the interface m0 are passed to ARP

15

16

Forwarding with Subnetting

17

18

Forwarding with Classless Addressing

19

20

21

22

Address Aggregation
In classful addressing, there is only one entry in the routing table for each site outside the organization In classless addressing, it is likely that the number of routing table entries will increase The increased size of the table results in an increase in the amount of time needed to search the table to alleviate the problem, the idea of address aggregation was designed 23

24

Longest Mask Matching

Packet arrives with dest. add.140.24.7.200

By longest mask matching correctly routed to Organization 4

The routing table is sorted from the longest mask to the shortest mask

25

STRUCTURE OF A ROUTER

26

Components
performs the functions of the network layer

27

Switching Fabrics

28

29

30

También podría gustarte