SlideShare a Scribd company logo
1 of 33
Download to read offline
Topic       :   Basics of WAN &WAN Protocols


Sub-Topic   :   Packet Transfer Mechanism using
                Router and IP address
                                                  1
In the previous classes, you have learnt about

• IP Address

• Network prefix and host number

• Internet address

• Sub-netting and no sub-netting

• Default gateways
Objectives

 On completion of this period ,you would be able to know
 about

• Packet transfer mechanism using routers and IP
  addresses




                                                       3
Computer Network
                                                             ForNet Domain: A domain covered by single
                                                             monitoring and privacy policies.




                                                                     Forensic Server: Responsible for archiving synopses,
                                                                     query processing & routing, enforcing monitoring,
                                                                     security policies, for the domain.


SynApp: equipped routers or hosts. Primary
function is to create synopses of network
traffic. May have limited query processing and
storage component as well.




                Fig .1
                                                                                                                            4
Recap



• Let us remember the functions of a router and also IP
  address details in the following slides




                                                     5
Routers

• A router is a hardware component used to
  interconnect networks


                 Router



   LAN                     WAN



                Fig .2

                                             6
Routers
• A router has a network interface card for each
  network that it is connected to


• Networks can use different technologies


• Router forwards packets between networks


• Router’s job is to transform packets from one network
  to meet the standards of the second network



                                                      7
R




    Fig .3

             8
Internetwork

• An internetwork is composed of arbitrarily many
  networks interconnected by routers




                              Router
             Fig .4


                        9EC606A .64                 9
Internetwork

Ethernet 131.108.0.0              227.240.129.2



                                             Token Ring
                                            227.240.129.0


                              227.240.129.17
           131.108.99.5
                                                            Router

                                    78.0.0.17

                                                 WAN
                                                78.0.0.0

                   Fig .5


                             9EC606A .64                             10
Routers and IP Addressing

• What about routers - connected to two networks ?


• Router has multiple IP addresses - one for each
  interface as shown in the previous slide


• IP address depends on network address


• IP address specifies an interface, or network
  attachment point, not a computer


                                                     11
TCP/IP Addresses


• Addressing in TCP/IP is specified by the Internet
  Protocol (IP)

• Each host is assigned a 32-bit number


• This 32-bit number is called the IP address or
  Internet address




                                                 12
TCP/IP Addresses

• Each IP address is unique across entire Internet


• The format of IP addresses makes routing efficient


• Each IP address is divided into a prefix and a suffix


   • Prefix identifies network to which computer is
     attached
   • Suffix identifies computer within that network

                                                          13
Packet Transfer Mechanism Using Routers
             And IP Address

• The network layer monitors the delivery of the packet
  using physical networks



• In direct delivery source and destination of packet are
  located on same physical network



• In an indirect delivery, packet moves from router to
  router until it reaches its final destination
                           9EC606A .64                 14
Packet Transfer Mechanism Using Routers
              and IP Address


• When a packet is placed in its route to its destination it is
  known as forwarding



• It requires a router or a host to have a routing table



• There are many forwarding techniques


                          9EC606A .64                        15
Forwarding Techniques


• Next hop method

• Network / host – specific method

• Default method

• The path from source to destination is a function of

  routing protocols

                       9EC606A .64                 16
Examples of
                 Routing Protocols

• Routing Information Protocol




• Open shortest path first




• Intermediate system to Intermediate system


                         9EC606A .64           17
Examples of
                  Routing Protocols

• Packets from one network protocol are wrapped in a

  packet for another protocol

• It is called tunneling done by wrapper network protocol

• The routing protocols determine best path for the packet

  to travel

• They maintain routing tables that contain information

  about networks topology
                          9EC606A .64                       18
Examples of
                 Routing Protocols

• In the internet world, IP is used to transport packets

  through the internet

• It uses the information contained in the routing tables

  with routers

• The routing tables may contain several possible routes

• The routing algorithm calculates the least-cost path from

  source to destination
                          9EC606A .64                      19
Examples of
                   Routing Protocols

• Routers also maintain routing tables that contain
  destination address of a node or network
• It also has network interface associated with a particular
  router address
• A special type of route is called static route (fixed) that
  can be entered manually or through software in routing
  table
• The static route cannot be changed dynamically


                          9EC606A .64                      20
Examples of
                Routing Protocols


• Two general routing algorithms are used for computing

  metric   information.    i.e.    hops,   propagation   delay,

  bandwidth, time, channel utilization error rates etc




                          9EC606A .64                       21
Example of Routing Table

• Routing Table generated on a Unix system with IP
  address 187.96.25.2 [Local-Host Routing]
   Destination      Gateway        Flags   Interface
    Local host     Local host        UH     le O
  215.103.16.22   187.96.25.13      UGHD    le O
        7
  215.103.16.14   187.96.25.35      UGHD    le 1
        1
      Default     187.96.25.1       UG

   187.96.25.0    187.96.25.2        U      leO
                      9EC606A .64                  22
Example Routing Table                Contd…

    where

•    U = route is up & operational

•    G = packet must pass through at least one router

•    H = route to a specific host and not a network

•    D = route was created dynamically


                       9EC606A .64                      23
Example Routing Table                    Contd….


• The table’s first entry illustrated local host-routing

• It indicates that any packets meant for local network

  87.96.25.0

• It will be forwarded through gateway 187.96.25.2 (IP

  address of the host). Local host acts as router


                           9EC606A .64                     24
Example Routing Table                     Contd….
• The second entry in the table indicates that the packets

  are forwarded to another router

• The     Packets      whose         destination    address   is

  215.103.16.227       are      forwarded      to   the   router

  (187.96.25.13) through interface leO

• This router will have the information to where this packet

  is to be delivered
                             9EC606A .64                      25
Example Routing Table                 Contd….

• The third entry indicates the packets with destination

  address 215.103.16.141 are to forwarded to gateway




• The gateway whose address 187.96.25.35 accessible

  through le 1 interface



                           9EC606A .64                 26
Example Routing Table                 Contd….
• The Fourth entry entry of table is a default route




• When router receives a packet with unknown destination

  address




• The router forwards packet to default router

                        9EC606A .64                    27
Example Routing Table                Contd….

• If host system receives a packet with destination address

  212.133.65.3




• It forwards to router with destination address 187.96.25.1

  (since there is no entry in host’s routing table for

  212.133.65.3

                                                         28
Example Routing Table                Contd….

• Routers   exchange    routing   table   information   with

  neighbor routers periodically depending upon routing

  protocol used

• They do so in order to update the routing tables as one

  router may be connected to more than one router




                                                          29
Summary

In this class, you have learnt about

    • Packet transfer mechanism using routers


    • And IP addresses with routing options used




                                                   30
Quiz

1)   What is the length of the IP address

     a) 16-bit

     b) 32-bit

     c) 8-bit

     d) 64-bit


                                            31
Quiz

2)   A routing table specifies about

     a) various routes that can be used

     b) identifies the address

     c) it’s a table of IP addresses

     d) none of the above`




                                          32
Frequently Asked Questions

1)   Explain how packet transfer mechanism is done using

     routers & IP addresses

2)   What are the various forwarding techniques used ?

3)   Discuss with an example importance of a routing table

     along with its options



                                                         33

More Related Content

What's hot

555 Timer integrated circuit and its applications
555 Timer integrated circuit and its applications555 Timer integrated circuit and its applications
555 Timer integrated circuit and its applicationsMayank Raj Singh
 
555 Timer (detailed presentation)
555 Timer (detailed presentation)555 Timer (detailed presentation)
555 Timer (detailed presentation)Tanish Gupta
 
Bistable multivibrator
Bistable multivibratorBistable multivibrator
Bistable multivibratornikki36i
 
Smart Door locking system using arduino
Smart Door locking system using arduinoSmart Door locking system using arduino
Smart Door locking system using arduinoBhawnaSingh351973
 
Automatic emergency light using led ppt
Automatic emergency light using led pptAutomatic emergency light using led ppt
Automatic emergency light using led pptRitik Joshi
 
Fabrication of Customized Surveillance & Night Vision Patrolling Drone
Fabrication of Customized Surveillance & Night Vision Patrolling DroneFabrication of Customized Surveillance & Night Vision Patrolling Drone
Fabrication of Customized Surveillance & Night Vision Patrolling DroneIRJET Journal
 
Ic voltage regulators
Ic voltage regulatorsIc voltage regulators
Ic voltage regulatorsAnita Thattil
 
Voltage Regulators IC
Voltage Regulators ICVoltage Regulators IC
Voltage Regulators ICKundan Parmar
 
Analog I/O in PIC16F877A
Analog I/O in PIC16F877AAnalog I/O in PIC16F877A
Analog I/O in PIC16F877AMohamed Bedair
 
Electrical Power Transformers (Repair & Refurbishment)
Electrical Power Transformers (Repair & Refurbishment) Electrical Power Transformers (Repair & Refurbishment)
Electrical Power Transformers (Repair & Refurbishment) Ajjay Kumar Gupta
 
Arm development tools
Arm development toolsArm development tools
Arm development toolsfivesquare
 
IC 555 timer and its applications
IC 555 timer and its applications IC 555 timer and its applications
IC 555 timer and its applications Jay Baria
 
Phase locked loop design
Phase locked loop designPhase locked loop design
Phase locked loop designMoin Aman
 
Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)Siang Wei Lee
 

What's hot (20)

Light Detector
Light Detector Light Detector
Light Detector
 
555 Timer integrated circuit and its applications
555 Timer integrated circuit and its applications555 Timer integrated circuit and its applications
555 Timer integrated circuit and its applications
 
555 Timer (detailed presentation)
555 Timer (detailed presentation)555 Timer (detailed presentation)
555 Timer (detailed presentation)
 
Bistable multivibrator
Bistable multivibratorBistable multivibrator
Bistable multivibrator
 
Switches and LEDs interface to the 8051 microcontroller
Switches and LEDs interface to the 8051 microcontrollerSwitches and LEDs interface to the 8051 microcontroller
Switches and LEDs interface to the 8051 microcontroller
 
Smart Blind stick by using arduino uno and sensor
 Smart Blind stick  by using arduino  uno  and sensor Smart Blind stick  by using arduino  uno  and sensor
Smart Blind stick by using arduino uno and sensor
 
Smart Door locking system using arduino
Smart Door locking system using arduinoSmart Door locking system using arduino
Smart Door locking system using arduino
 
igbt and its characteristics
igbt and its characteristicsigbt and its characteristics
igbt and its characteristics
 
Automatic emergency light using led ppt
Automatic emergency light using led pptAutomatic emergency light using led ppt
Automatic emergency light using led ppt
 
Fabrication of Customized Surveillance & Night Vision Patrolling Drone
Fabrication of Customized Surveillance & Night Vision Patrolling DroneFabrication of Customized Surveillance & Night Vision Patrolling Drone
Fabrication of Customized Surveillance & Night Vision Patrolling Drone
 
Ic voltage regulators
Ic voltage regulatorsIc voltage regulators
Ic voltage regulators
 
Voltage Regulators IC
Voltage Regulators ICVoltage Regulators IC
Voltage Regulators IC
 
Analog I/O in PIC16F877A
Analog I/O in PIC16F877AAnalog I/O in PIC16F877A
Analog I/O in PIC16F877A
 
Electrical Power Transformers (Repair & Refurbishment)
Electrical Power Transformers (Repair & Refurbishment) Electrical Power Transformers (Repair & Refurbishment)
Electrical Power Transformers (Repair & Refurbishment)
 
555 Timer Ic
555 Timer Ic555 Timer Ic
555 Timer Ic
 
Arm development tools
Arm development toolsArm development tools
Arm development tools
 
TTL(Transistor Transistor Logic)
TTL(Transistor Transistor Logic)TTL(Transistor Transistor Logic)
TTL(Transistor Transistor Logic)
 
IC 555 timer and its applications
IC 555 timer and its applications IC 555 timer and its applications
IC 555 timer and its applications
 
Phase locked loop design
Phase locked loop designPhase locked loop design
Phase locked loop design
 
Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)Report (Electromagnetic Password Door Lock System)
Report (Electromagnetic Password Door Lock System)
 

Viewers also liked

How packet data travel over network
How packet data travel over networkHow packet data travel over network
How packet data travel over networkRaisa Anjani
 
How packet data travel from each network
How packet data travel from each networkHow packet data travel from each network
How packet data travel from each networkRaisa Anjani
 
Roteamento de pacotes
Roteamento de pacotesRoteamento de pacotes
Roteamento de pacotesDenis Katko
 
Routing, Different types of forwarding technique
Routing, Different types of forwarding techniqueRouting, Different types of forwarding technique
Routing, Different types of forwarding techniquerajib_
 
Workgroup vs domain
Workgroup vs domainWorkgroup vs domain
Workgroup vs domaintameemyousaf
 
Aggression
AggressionAggression
AggressionBailey
 
Teaching TCP/IP by Analogy
Teaching TCP/IP by AnalogyTeaching TCP/IP by Analogy
Teaching TCP/IP by AnalogyDamian T. Gordon
 

Viewers also liked (10)

How packet data travel over network
How packet data travel over networkHow packet data travel over network
How packet data travel over network
 
Routing
RoutingRouting
Routing
 
How packet data travel from each network
How packet data travel from each networkHow packet data travel from each network
How packet data travel from each network
 
Roteamento de pacotes
Roteamento de pacotesRoteamento de pacotes
Roteamento de pacotes
 
Routing, Different types of forwarding technique
Routing, Different types of forwarding techniqueRouting, Different types of forwarding technique
Routing, Different types of forwarding technique
 
Workgroup vs domain
Workgroup vs domainWorkgroup vs domain
Workgroup vs domain
 
Aggression
AggressionAggression
Aggression
 
Teaching TCP/IP by Analogy
Teaching TCP/IP by AnalogyTeaching TCP/IP by Analogy
Teaching TCP/IP by Analogy
 
IPV4 Frame Format
IPV4 Frame FormatIPV4 Frame Format
IPV4 Frame Format
 
Ipv4
Ipv4Ipv4
Ipv4
 

Similar to Packet transfer mechanism using routers and IP addresses

Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxsayidkhalif
 
Chapter 4 internetworking [compatibility mode]
Chapter 4   internetworking [compatibility mode]Chapter 4   internetworking [compatibility mode]
Chapter 4 internetworking [compatibility mode]Sĩ Anh Nguyễn
 
B21DA0201_03.ppt
B21DA0201_03.pptB21DA0201_03.ppt
B21DA0201_03.pptDrPreethiD1
 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicastinghamsa nandhini
 
Tcil_Concept of Routing_n_protocols.pptx
Tcil_Concept of Routing_n_protocols.pptxTcil_Concept of Routing_n_protocols.pptx
Tcil_Concept of Routing_n_protocols.pptxVINAYTANWAR18
 
Network virtualization seminar report
Network virtualization seminar reportNetwork virtualization seminar report
Network virtualization seminar reportSKS
 
Networking Chapter 8
Networking Chapter 8Networking Chapter 8
Networking Chapter 8mlrbrown
 
destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...Ashish Gupta
 
Router&routing
Router&routingRouter&routing
Router&routingmyrajendra
 
Network_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptxNetwork_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptx20CE112YASHPATEL
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layerZee Haak
 

Similar to Packet transfer mechanism using routers and IP addresses (20)

Routing of netwok protocls and how .pptx
Routing of netwok protocls and how .pptxRouting of netwok protocls and how .pptx
Routing of netwok protocls and how .pptx
 
Chapter 4 internetworking [compatibility mode]
Chapter 4   internetworking [compatibility mode]Chapter 4   internetworking [compatibility mode]
Chapter 4 internetworking [compatibility mode]
 
B21DA0201_03.ppt
B21DA0201_03.pptB21DA0201_03.ppt
B21DA0201_03.ppt
 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
 
Tcil_Concept of Routing_n_protocols.pptx
Tcil_Concept of Routing_n_protocols.pptxTcil_Concept of Routing_n_protocols.pptx
Tcil_Concept of Routing_n_protocols.pptx
 
21 Scheme_ MODULE-3_CCN.pdf
21 Scheme_ MODULE-3_CCN.pdf21 Scheme_ MODULE-3_CCN.pdf
21 Scheme_ MODULE-3_CCN.pdf
 
Network virtualization seminar report
Network virtualization seminar reportNetwork virtualization seminar report
Network virtualization seminar report
 
Chapter07
Chapter07Chapter07
Chapter07
 
Networking Chapter 8
Networking Chapter 8Networking Chapter 8
Networking Chapter 8
 
Network_Layer.ppt
Network_Layer.pptNetwork_Layer.ppt
Network_Layer.ppt
 
destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...
 
Router&routing
Router&routingRouter&routing
Router&routing
 
ADDRESSING PADA TCP IP
ADDRESSING PADA TCP IPADDRESSING PADA TCP IP
ADDRESSING PADA TCP IP
 
6978047_2.ppt
6978047_2.ppt6978047_2.ppt
6978047_2.ppt
 
Routing Protocols
Routing ProtocolsRouting Protocols
Routing Protocols
 
Network_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptxNetwork_Layer_and_Internet_Protocols_IPv.pptx
Network_Layer_and_Internet_Protocols_IPv.pptx
 
Ns lecture1: Introduction to Routing Protocol
Ns lecture1: Introduction to Routing ProtocolNs lecture1: Introduction to Routing Protocol
Ns lecture1: Introduction to Routing Protocol
 
Routing
RoutingRouting
Routing
 
UNIT 2.pdf
UNIT 2.pdfUNIT 2.pdf
UNIT 2.pdf
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 

More from myrajendra (20)

Fundamentals
FundamentalsFundamentals
Fundamentals
 
Data type
Data typeData type
Data type
 
Hibernate example1
Hibernate example1Hibernate example1
Hibernate example1
 
Jdbc workflow
Jdbc workflowJdbc workflow
Jdbc workflow
 
2 jdbc drivers
2 jdbc drivers2 jdbc drivers
2 jdbc drivers
 
3 jdbc api
3 jdbc api3 jdbc api
3 jdbc api
 
4 jdbc step1
4 jdbc step14 jdbc step1
4 jdbc step1
 
Dao example
Dao exampleDao example
Dao example
 
Sessionex1
Sessionex1Sessionex1
Sessionex1
 
Internal
InternalInternal
Internal
 
3. elements
3. elements3. elements
3. elements
 
2. attributes
2. attributes2. attributes
2. attributes
 
1 introduction to html
1 introduction to html1 introduction to html
1 introduction to html
 
Headings
HeadingsHeadings
Headings
 
Forms
FormsForms
Forms
 
Css
CssCss
Css
 
Views
ViewsViews
Views
 
Views
ViewsViews
Views
 
Views
ViewsViews
Views
 
Starting jdbc
Starting jdbcStarting jdbc
Starting jdbc
 

Recently uploaded

Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Osopher
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineCeline George
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPCeline George
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...Nguyen Thanh Tu Collection
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfChristalin Nelson
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 

Recently uploaded (20)

Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Chi-Square Test Non Parametric Test Categorical Variable
Chi-Square Test Non Parametric Test Categorical VariableChi-Square Test Non Parametric Test Categorical Variable
Chi-Square Test Non Parametric Test Categorical Variable
 
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
 
Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...Introduction to Research ,Need for research, Need for design of Experiments, ...
Introduction to Research ,Need for research, Need for design of Experiments, ...
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command Line
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
An Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERPAn Overview of the Calendar App in Odoo 17 ERP
An Overview of the Calendar App in Odoo 17 ERP
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
DiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdfDiskStorage_BasicFileStructuresandHashing.pdf
DiskStorage_BasicFileStructuresandHashing.pdf
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
CARNAVAL COM MAGIA E EUFORIA _
CARNAVAL COM MAGIA E EUFORIA            _CARNAVAL COM MAGIA E EUFORIA            _
CARNAVAL COM MAGIA E EUFORIA _
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 

Packet transfer mechanism using routers and IP addresses

  • 1. Topic : Basics of WAN &WAN Protocols Sub-Topic : Packet Transfer Mechanism using Router and IP address 1
  • 2. In the previous classes, you have learnt about • IP Address • Network prefix and host number • Internet address • Sub-netting and no sub-netting • Default gateways
  • 3. Objectives On completion of this period ,you would be able to know about • Packet transfer mechanism using routers and IP addresses 3
  • 4. Computer Network ForNet Domain: A domain covered by single monitoring and privacy policies. Forensic Server: Responsible for archiving synopses, query processing & routing, enforcing monitoring, security policies, for the domain. SynApp: equipped routers or hosts. Primary function is to create synopses of network traffic. May have limited query processing and storage component as well. Fig .1 4
  • 5. Recap • Let us remember the functions of a router and also IP address details in the following slides 5
  • 6. Routers • A router is a hardware component used to interconnect networks Router LAN WAN Fig .2 6
  • 7. Routers • A router has a network interface card for each network that it is connected to • Networks can use different technologies • Router forwards packets between networks • Router’s job is to transform packets from one network to meet the standards of the second network 7
  • 8. R Fig .3 8
  • 9. Internetwork • An internetwork is composed of arbitrarily many networks interconnected by routers Router Fig .4 9EC606A .64 9
  • 10. Internetwork Ethernet 131.108.0.0 227.240.129.2 Token Ring 227.240.129.0 227.240.129.17 131.108.99.5 Router 78.0.0.17 WAN 78.0.0.0 Fig .5 9EC606A .64 10
  • 11. Routers and IP Addressing • What about routers - connected to two networks ? • Router has multiple IP addresses - one for each interface as shown in the previous slide • IP address depends on network address • IP address specifies an interface, or network attachment point, not a computer 11
  • 12. TCP/IP Addresses • Addressing in TCP/IP is specified by the Internet Protocol (IP) • Each host is assigned a 32-bit number • This 32-bit number is called the IP address or Internet address 12
  • 13. TCP/IP Addresses • Each IP address is unique across entire Internet • The format of IP addresses makes routing efficient • Each IP address is divided into a prefix and a suffix • Prefix identifies network to which computer is attached • Suffix identifies computer within that network 13
  • 14. Packet Transfer Mechanism Using Routers And IP Address • The network layer monitors the delivery of the packet using physical networks • In direct delivery source and destination of packet are located on same physical network • In an indirect delivery, packet moves from router to router until it reaches its final destination 9EC606A .64 14
  • 15. Packet Transfer Mechanism Using Routers and IP Address • When a packet is placed in its route to its destination it is known as forwarding • It requires a router or a host to have a routing table • There are many forwarding techniques 9EC606A .64 15
  • 16. Forwarding Techniques • Next hop method • Network / host – specific method • Default method • The path from source to destination is a function of routing protocols 9EC606A .64 16
  • 17. Examples of Routing Protocols • Routing Information Protocol • Open shortest path first • Intermediate system to Intermediate system 9EC606A .64 17
  • 18. Examples of Routing Protocols • Packets from one network protocol are wrapped in a packet for another protocol • It is called tunneling done by wrapper network protocol • The routing protocols determine best path for the packet to travel • They maintain routing tables that contain information about networks topology 9EC606A .64 18
  • 19. Examples of Routing Protocols • In the internet world, IP is used to transport packets through the internet • It uses the information contained in the routing tables with routers • The routing tables may contain several possible routes • The routing algorithm calculates the least-cost path from source to destination 9EC606A .64 19
  • 20. Examples of Routing Protocols • Routers also maintain routing tables that contain destination address of a node or network • It also has network interface associated with a particular router address • A special type of route is called static route (fixed) that can be entered manually or through software in routing table • The static route cannot be changed dynamically 9EC606A .64 20
  • 21. Examples of Routing Protocols • Two general routing algorithms are used for computing metric information. i.e. hops, propagation delay, bandwidth, time, channel utilization error rates etc 9EC606A .64 21
  • 22. Example of Routing Table • Routing Table generated on a Unix system with IP address 187.96.25.2 [Local-Host Routing] Destination Gateway Flags Interface Local host Local host UH le O 215.103.16.22 187.96.25.13 UGHD le O 7 215.103.16.14 187.96.25.35 UGHD le 1 1 Default 187.96.25.1 UG 187.96.25.0 187.96.25.2 U leO 9EC606A .64 22
  • 23. Example Routing Table Contd… where • U = route is up & operational • G = packet must pass through at least one router • H = route to a specific host and not a network • D = route was created dynamically 9EC606A .64 23
  • 24. Example Routing Table Contd…. • The table’s first entry illustrated local host-routing • It indicates that any packets meant for local network 87.96.25.0 • It will be forwarded through gateway 187.96.25.2 (IP address of the host). Local host acts as router 9EC606A .64 24
  • 25. Example Routing Table Contd…. • The second entry in the table indicates that the packets are forwarded to another router • The Packets whose destination address is 215.103.16.227 are forwarded to the router (187.96.25.13) through interface leO • This router will have the information to where this packet is to be delivered 9EC606A .64 25
  • 26. Example Routing Table Contd…. • The third entry indicates the packets with destination address 215.103.16.141 are to forwarded to gateway • The gateway whose address 187.96.25.35 accessible through le 1 interface 9EC606A .64 26
  • 27. Example Routing Table Contd…. • The Fourth entry entry of table is a default route • When router receives a packet with unknown destination address • The router forwards packet to default router 9EC606A .64 27
  • 28. Example Routing Table Contd…. • If host system receives a packet with destination address 212.133.65.3 • It forwards to router with destination address 187.96.25.1 (since there is no entry in host’s routing table for 212.133.65.3 28
  • 29. Example Routing Table Contd…. • Routers exchange routing table information with neighbor routers periodically depending upon routing protocol used • They do so in order to update the routing tables as one router may be connected to more than one router 29
  • 30. Summary In this class, you have learnt about • Packet transfer mechanism using routers • And IP addresses with routing options used 30
  • 31. Quiz 1) What is the length of the IP address a) 16-bit b) 32-bit c) 8-bit d) 64-bit 31
  • 32. Quiz 2) A routing table specifies about a) various routes that can be used b) identifies the address c) it’s a table of IP addresses d) none of the above` 32
  • 33. Frequently Asked Questions 1) Explain how packet transfer mechanism is done using routers & IP addresses 2) What are the various forwarding techniques used ? 3) Discuss with an example importance of a routing table along with its options 33