wmcn ch.4

26
Protocols and the TCP/IP Suite Chapter 4 University of Jordan Faculty of Engineering & Technology Computer Engineering Department Spring 2009 (0907531) Wireless Mobile Computer Networks Instructor: Dr. Anas N. Al-Rabadi Resource: Book by William Stallings

Upload: alaa2

Post on 26-May-2015

340 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Wmcn ch.4

Protocols and the TCP/IP Suite

Chapter 4

University of JordanFaculty of Engineering & Technology Computer Engineering Department

Spring 2009

(0907531) Wireless Mobile Computer NetworksInstructor: Dr. Anas N. Al-Rabadi

Resource: Book by William Stallings

DR Anas
Text Box
Summer 2011
Page 2: Wmcn ch.4

Key Features of a ProtocolSyntax

Concerns the format of the data blocksSemantics

Includes control information for coordination and error handling

TimingIncludes speed matching and sequencing

Page 3: Wmcn ch.4

Agents Involved in Communication

ApplicationsExchange data between computers (e.g., electronic mail)

ComputersConnected to networks

NetworksTransfers data from one computer to another

Page 4: Wmcn ch.4

TCP/IP LayersPhysical layerNetwork access layerInternet layerHost-to-host, or transport layerApplication layer

Page 5: Wmcn ch.4

TCP/IP Physical LayerCovers the physical interface between a data transmission device and atransmission medium or networkPhysical layer specifies:

Characteristics of the transmission mediumThe nature of the signalsThe data rateOther related matters

Page 6: Wmcn ch.4

TCP/IP Network Access LayerConcerned with the exchange of data between an end system and the network to which it's attachedSoftware used depends on type of network

Circuit switchingPacket switching (e.g., X.25)LANs (e.g., Ethernet)Others

Page 7: Wmcn ch.4

T:TCP/IP Internet LayerUses internet protocol (IP)Provides routing functions to allow data to traverse multiple interconnected networksImplemented in end systems and routers

Page 8: Wmcn ch.4

TCP/IP Host-to-Host, or Transport Layer

Commonly uses transmission control protocol (tcp)Provides reliability during data exchange

CompletenessOrder

Page 9: Wmcn ch.4

TCP/IP Application LayerLogic supports user applicationsUses separate modules that are peculiar to each different type of application

Page 10: Wmcn ch.4

Protocol Data Units (PDUs)

Page 11: Wmcn ch.4

Common TCP/IP ApplicationsSimple mail transfer protocol (SMTP)

Provides a basic electronic mail facilityFile Transfer Protocol (FTP)

Allows files to be sent from one system to another

TELNETProvides a remote logon capability

Page 12: Wmcn ch.4

Layers of the OSI ModelApplicationPresentationSessionTransportNetworkData linkPhysical

Page 13: Wmcn ch.4

OSI Application LayerProvides access to the OSI environment for usersProvides distributed information services

Page 14: Wmcn ch.4

OSI Presentation LayerProvides independence to the application processes from differences in data representation (syntax)

Page 15: Wmcn ch.4

OSI Session LayerProvides the control structure for communication between applicationsEstablishes, manages, and terminates connections (sessions) between cooperating applications

Page 16: Wmcn ch.4

OSI Transport LayerProvides reliable, transparent transfer of data between end pointsProvides end-to-end error recovery and flow control

Page 17: Wmcn ch.4

OSI Network LayerProvides upper layers with independence from the data transmission and switching technologies used to connect systemsResponsible for establishing, maintaining, and terminating connections

Page 18: Wmcn ch.4

OSI Data link LayerProvides for the reliable transfer of information across the physical linkSends blocks (frames) with the necessary synchronization, error control, and flow control

Page 19: Wmcn ch.4

OSI Physical LayerConcerned with transmission of unstructured bit stream over physical mediumDeals with accessing the physical medium

Mechanical characteristicsElectrical characteristicsFunctional characteristicsProcedural characteristics

Page 20: Wmcn ch.4

Comparison of OSI and TCP/IP

Page 21: Wmcn ch.4

TCP/IP Architecture DominanceTCP/IP protocols matured quicker than similar OSI protocols

When the need for interoperability across networks was recognized, only TCP/IP was available and ready to go

OSI model is unnecessarily complexAccomplishes in seven layers what TCP/IP does with fewer layers

Page 22: Wmcn ch.4

Elements of Standardization within OSI Framework

Protocol SpecificationFormat of protocol data units (PDUs) exchangedSemantics of all fieldsAllowable sequence of PDUs

Service DefinitionFunctional description that defines what services are provided, but not how the services are to be provided

AddressingEntities are referenced by means of a service access point (SAP)

Page 23: Wmcn ch.4

Internetworking TermsCommunication network – facility that provides a data transfer service among devices attached to the networkInternet – collection of communication networks, interconnected by bridges/routersIntranet – internet used by an organization for internal purposes

Provides key Internet applicationsCan exist as an isolated, self-contained internet

Page 24: Wmcn ch.4

Internetworking TermsEnd System (ES) – device used to support end-user applications or servicesIntermediate System (IS) – device used to connect two networksBridge – an IS used to connect two LANs that use similar LAN protocolsRouter - an IS used to connect two networks that may or may not be similar

Page 25: Wmcn ch.4

Functions of a RouterProvide a link between networksProvide for the routing and delivery of data between processes on end systems attached to different networksProvide these functions in such a way as not to require modifications of the networking architecture of any of the attached subnetworks

Page 26: Wmcn ch.4

Network Differences Routers Must Accommodate

Addressing schemesDifferent schemes for assigning addresses

Maximum packet sizesDifferent maximum packet sizes requires segmentation

InterfacesDiffering hardware and software interfaces

ReliabilityNetwork may provide unreliable service