Simple Internetworking - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Simple Internetworking

Description:

to interconnect physical networks into a single logical networks; ... Gotcha: header. trailer. Payload: IP datagram. MTU. 11/24/09. CSCI 363 Computer Networks ... – PowerPoint PPT presentation

Number of Views:201
Avg rating:3.0/5.0
Slides: 13
Provided by: egBuc
Category:

less

Transcript and Presenter's Notes

Title: Simple Internetworking


1
  • Simple Internetworking

2
internetwork n. v.
  • 1 logical network built out of a collection of
    physical networks.
  • 2 tr. to interconnect physical networks into a
    single logical networks to build an internet.

3
Simple internetwork (example)
Question What are the challenges in connecting
two physical networks into a single logical
network?
4
Service model
Host-to-host service
Philosophy Define a model that is so undemanding
that almost any network technology is able to
provide the required service. (IP)
Addressing scheme Datagram
Questions What does best-effort mean? How does
it simplify internetworking?
Best-effort
5
Data delivery model
  • Every datagram contains enough information for
    the network to forward it from source to
    destination.

Question Why is Version on the top of the packet?
Aligned on 32-bit boundaries.
6
Data delivery model
  • HLen length of header.
  • TOS type of service.
  • Length length of datagram.
  • Questions What is the maximum length of a
    datagram? Will the underlying physical network
    support it?

Aligned on 32-bit boundaries.
7
Data delivery model
  • TTL time to live (hop count).
  • Protocol identity of upper-level protocol to
    which IP passes this packet.
  • Checksum applies to header.
  • SourceAddr to allow filtering based on source.
  • DestinationAddr used for data delivery.
  • Options header length determines if any are set.

Aligned on 32-bit boundaries.
8
Fragmentation and Reassembly
  • Ethernet max. frame length 1500 B.
  • FDDI max. frame length 4500 B.

MTU
MTU The largest IP datagram that a network can
carry in a single frame.
Question How does the underlying network
technology affect IP? How does one choose the
maximum datagram size for IP?
Design options (1) Choose IP datagram max.
length to be compatible with MTU. (2) Fragment IP
datagram into multiple MTUs.
9
Fragmentation and Reassembly
Gotcha
MTU
header
trailer
Payload IP datagram
10
Fragmentation and Reassembly
1. Each fragment is itself a self-contained IP
datagram that is transmitted over a sequence of
physical networks, independent of other
fragments. 2. Each IP datagram is reencapsulated
for each physical network over which it travels.
11
Fragmentation and Reassembly
Some nitty-gritty details
If a fragment is lost, the receiver still tries
to assemble the datagram When this fails, it has
to clean up the memory that was used in the
attempt. If hosts can do path MTU discovery,
then IP fragmentation can be avoided altogether.
12
Global addresses
  • Question What are the challenges?
  • Wish List
  • Addresses are unique.
  • Address structure makes routing/forwarding as
    easy as possible.

CLASS A
CLASS B
CLASS C
Write a Comment
User Comments (0)
About PowerShow.com