chapter 7 local area network communications protocols

47
Chapter 7 Local Area Network Communications Protocols

Post on 21-Dec-2015

234 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 7 Local Area Network Communications Protocols

Chapter 7

Local Area Network Communications

Protocols

Page 2: Chapter 7 Local Area Network Communications Protocols

The Network Layer The third layer of the OSI Model is the network

layer. The network layer is concerned with providing

a means for hosts to communicate with other hosts on different network segments.

Datalink layer provides a means for two hosts on a common network segment to communicate.

Technologies such as Ethernet and token ring provide this intra-segment connectivity.

Page 3: Chapter 7 Local Area Network Communications Protocols

Network Layer Addressing

The host address must be unique within a network segment.

The packet will be routed to the network segment of the correct host based on the segment address

Page 4: Chapter 7 Local Area Network Communications Protocols

Network vs. Datalink Layer Addressing The datalink layer uses the physical address

(also known as the MAC addresses) of the NIC to deliver data rather than the network layer host address.

For the network and datalink layers to successfully interact to deliver data, a direct, one-to-one mapping must be made between the network layer address and the datalink layer physical address.

Page 5: Chapter 7 Local Area Network Communications Protocols

Address Resolution The process of determining the physical layer

address of an NIC from the network layer address is known as address resolution.

Each NIC is assigned a single data link layer physical address and one or more network addresses.

Page 6: Chapter 7 Local Area Network Communications Protocols

Protocol Encapsulation

A packet of data from the network layer is placed in the data section of a datalink layer frame.

This is encapsulation

Page 7: Chapter 7 Local Area Network Communications Protocols

Packet Fragmentation

Fragmentation allows large quantities of data to be sent across the network in smaller, more manageable “chunks” of data.

Page 8: Chapter 7 Local Area Network Communications Protocols

Packet Fragmentation Eliminated

Repeated packet fragmentation and reassembly places a large processing burden on routers, effectively reducing their overall routing capacity.

Solution? Lower Layer 3 packet size!

Page 9: Chapter 7 Local Area Network Communications Protocols

Routing Routing is the process of moving data across

network segments toward its final destination. Routers receive frames of data, de-

encapsulate the layer three packet, examine the network layer packet header, determine the next hop of the packet, package the packet into a new data frame and transmit the new frame.

Page 10: Chapter 7 Local Area Network Communications Protocols

Routing as Address Processing

Page 11: Chapter 7 Local Area Network Communications Protocols

Routing Tables Hosts and routers decide where to send packets by

looking up the destination address in their routing table. A routing table consists of a series of destination

networks, the address of the local router that provides service to the destination network, and a cost associated with the route.

The cost is used to determine the best route in the event that there are multiple routes to the destination available.

Routing tables are protocol specific with different layer three protocols adding different fields to the routing table.

Page 12: Chapter 7 Local Area Network Communications Protocols

Routing Example (Case I):Routing within same LAN

223.1.1.1

223.1.1.2

223.1.1.3

223.1.1.4 223.1.2.9

223.1.2.2

223.1.2.1

223.1.3.2223.1.3.1

223.1.3.27

A

BE

Starting at A, given IP datagram addressed to B:

look up net. address of B in forwarding table, find B on same net. as A

link layer send datagram to B inside link-layer frame

B’s MACaddr

A’s MACaddr

A’s IPaddr

B’s IPaddr

IP payload

datagramframe

frame source,dest address

datagram source,dest address

Slides from authors of COE 344 textbook

Page 13: Chapter 7 Local Area Network Communications Protocols

ARP: Address Resolution Protocol

Each IP node (Host, Router) on LAN has ARP table

ARP Table: IP/MAC address mappings for some LAN nodes

< IP address; MAC address; TTL>

TTL (Time To Live): time after which address mapping will be forgotten (typically 20 min)

Question: how to determineMAC address of Bknowing B’s IP address?

1A-2F-BB-76-09-AD

58-23-D7-FA-20-B0

0C-C4-11-6F-E3-98

71-65-F7-2B-08-53

LAN

137.196.7.23

137.196.7.78

137.196.7.14

137.196.7.88

Slides from authors of COE 344 textbook

Page 14: Chapter 7 Local Area Network Communications Protocols

ARP protocol: Same LAN (network) A wants to send datagram

to B, and B’s MAC address not in A’s ARP table.

A broadcasts ARP query packet, containing B's IP address Dest MAC address = FF-

FF-FF-FF-FF-FF all machines on LAN

receive ARP query B receives ARP packet,

replies to A with its (B's) MAC address frame sent to A’s MAC

address (unicast)

A caches (saves) IP-to-MAC address pair in its ARP table until information becomes old (times out) soft state: information

that times out (goes away) unless refreshed

ARP is “plug-and-play”: nodes create their ARP

tables without intervention from net administrator

Slides from authors of COE 344 textbook

Page 15: Chapter 7 Local Area Network Communications Protocols

Routing Example (Case II):Routing to another LANwalkthrough: send datagram from A to B via R assume A knows B’s IP address (how?)

Two ARP tables in router R, one for each IP network (LAN)

A

RB

Slides from authors of COE 344 textbook

Page 16: Chapter 7 Local Area Network Communications Protocols

A

R

B

A creates datagram with source A, destination B A consults forwarding table must send to R A uses ARP to get R’s MAC address for 111.111.111.110 A creates link-layer frame with R's MAC address as dest, frame

contains A-to-B IP datagram note: source & destination IP addresses do not change!

A’s data link layer sends frame R’s data link layer receives frame R removes IP datagram from Ethernet frame, sees its destined

to B R consults forwarding table must send to B R uses ARP to get B’s MAC address R creates frame containing A-to-B IP datagram & sends to B

note: source & destination IP addresses do not change!

Slides from authors of COE 344 textbook

Page 17: Chapter 7 Local Area Network Communications Protocols

Routing Protocols There are two classes of routing protocols:

interior and exterior gateway protocols. The difference between interior and exterior

gateway protocols is the scope of the routing information they distribute.

Interior gateway protocols distribute routing information within a hierarchical address space.

These autonomous systems (AS), can be interconnected into an internetwork

Page 18: Chapter 7 Local Area Network Communications Protocols

Routing Protocols

Page 19: Chapter 7 Local Area Network Communications Protocols

The Transport Layer The fourth layer of the OSI Model is the

transport layer Transport layer protocols are usually

connection-oriented and therefore provide “reliable” data transmission.

Page 20: Chapter 7 Local Area Network Communications Protocols

Connection-Oriented Error Correction

The destination host acknowledges the correct receipt of a packet by sending an ACK

If a packet fails the error check upon receipt, the destination host responds with a NAK

Page 21: Chapter 7 Local Area Network Communications Protocols

Netware Protocol Suite The IPX/SPX protocol suite was

originally developed by Novell for its NetWare network operating system.

IPX/SPX is also found in Microsoft operating systems.

Page 22: Chapter 7 Local Area Network Communications Protocols

IPX IPX serves as a basic delivery

mechanism for upper-layer protocols such as SPX, RIP, SAP, and NCP.

This delivery mechanism is accomplished through encapsulation

Upper-layer protocols are encapsulated within properly addressed IPX “envelopes.”

Page 23: Chapter 7 Local Area Network Communications Protocols

IPX Segment Address Assignment

Assignment of segment address to IPX network hosts is a two-part sequence

Page 24: Chapter 7 Local Area Network Communications Protocols

IPX Packet Layout

IPX packets can carry a payload of up to 546 bytes of encapsulated data.

Packet delivery is controlled with a 30-byte packet header consisting of multiple fields

Page 25: Chapter 7 Local Area Network Communications Protocols

SPX Layout and Encapsulation

Sequenced Packet Exchange (SPX) is a transport/session layer protocol that can be used with IPX to provide reliable communication

Page 26: Chapter 7 Local Area Network Communications Protocols

SPX – Connection-Oriented Specific paths known as virtual circuits are

explored and determined prior to the first packet being sent.

Once the virtual circuit is established, all packets bound for that address follow each other in sequence down the same physical path.

Virtual circuits are important when the source host and destination host reside on different networks.

Page 27: Chapter 7 Local Area Network Communications Protocols

SPX - Reliable SPX requires error checking and

acknowledgment in order to assure reliable receipt of transmitted packets.

SPX adds sequence numbers to assure that all pieces are received and that they are reconstructed in the proper order.

SPX also has mechanisms to institute flow control

Page 28: Chapter 7 Local Area Network Communications Protocols

Service Advertising Protocol

SAP is used by network servers to advertise the services they provide.

Servers broadcast this information every 60 seconds

Page 29: Chapter 7 Local Area Network Communications Protocols

SAP Layout and Encapsulation

Page 30: Chapter 7 Local Area Network Communications Protocols

The Internet Suite TCP/IP was developed during the 1970s and

widely deployed during the 1980s under the auspices of DARPA, to meet DOD’s need to have a wide variety of different computers be able to inter-operate and communicate.

TCP/IP has become the de-facto standard for communication between heterogeneous networked computers

Page 31: Chapter 7 Local Area Network Communications Protocols

The TCP/IP Model

Although not identical to the OSI Model, the TCP/IP Model is no less effective at organizing protocols required to establish and maintain communications between different computers

Page 32: Chapter 7 Local Area Network Communications Protocols

TCP/IP Family of Protocols

This illustrates the placement of many of the TCP/IP family of protocols into their respective layers of the TCP/IP model

Page 33: Chapter 7 Local Area Network Communications Protocols

The IP Address

IPv4 addresses are 32 bits long and are represented as a sequence of four octets.

Each octet is a decimal representation of an 8-bit section of the overall IP address

Page 34: Chapter 7 Local Area Network Communications Protocols

IPv4 Class Addressing

IP addresses contain both the network segment and host addresses.

The original IPv4 specification provided the ability to differentiate segment and host addresses through the use of address classes.

Page 35: Chapter 7 Local Area Network Communications Protocols

Routing with Subnetting

The gateway router accepts all packets destined for the 10.x.x.x network and routes them based on class B subnet working where the second octet has been made part of the network address rather than part of the host address.

Page 36: Chapter 7 Local Area Network Communications Protocols

IP Segment Address vs. Host Address

There must be a way of identifying which bits are used for each portion of the overall address.

This is accomplished via a subnet mask

Page 37: Chapter 7 Local Area Network Communications Protocols

Use of Subnet Masks

A subnet mask is a 32-bit binary sequence that divides the IP address by using a 1 to indicate that the corresponding position is part of the segment address and by using a 0 to indicate that the corresponding portion is part of the host address

255.0.0.0

Page 38: Chapter 7 Local Area Network Communications Protocols

IPv4 Packet

Page 39: Chapter 7 Local Area Network Communications Protocols

Private Addressing and Network Address

Translation One way to cope with the depletion of IP addresses

is through the use of private addressing. The Internet Assigned Numbers Authority (IANA) has

set aside three ranges of private IP addresses Traffic using these address ranges must remain on

the organization’s private network Computers on a network using a Private IP address

space send and receive traffic to/from the Internet by using NAT

NAT is provided by a router

Page 40: Chapter 7 Local Area Network Communications Protocols

Static Network Address Translation

Page 41: Chapter 7 Local Area Network Communications Protocols

Dynamic Network Address Translation

Page 42: Chapter 7 Local Area Network Communications Protocols

ICMP Protocol Layout

ICMP delivers a variety of error status and control messages related to the ability of IP to deliver its encapsulated payloads

The most common use of ICMP from the user’s perspective checking for network connectivity between two hosts.

Page 43: Chapter 7 Local Area Network Communications Protocols

UDP Header Layout

User Datagram Protocol (UDP) is used to provide unreliable, connectionless messaging services for applications.

Page 44: Chapter 7 Local Area Network Communications Protocols

Transmission Control Protocol connection-oriented reliable data transmission transport/session layer protocol

Page 45: Chapter 7 Local Area Network Communications Protocols

TCP Header Layout

Reliability is assured through the additional fields contained within the TCP header that offer flow control, acknowledgments of successful receipt of packets after error checking, retransmission of packets as required, and proper sequencing of packets

Page 46: Chapter 7 Local Area Network Communications Protocols

Connection Creation & Tear Down

A point-to-point connection between source and destination computers is established before transmission begins

The connection is torn down after transmission has concluded

Page 47: Chapter 7 Local Area Network Communications Protocols

Copyright 2004 John Wiley & Sons, Inc.    All rights reserved. Reproduction or translation of this work beyond  that permitted in section 117 of the 1976 United States Copyright Act  without express permission of the copyright owner is unlawful. Request  for further information should be addressed to the Permissions  Department, John Wiley & Sons, Inc. The purchaser may make back-up copies  for his/her own use only and not for distribution or resale. The  Publisher assumes no responsibility for errors, omissions, or damages  caused by the use of these programs

or from the use of the information  herein.