wmcn ch.4

Post on 26-May-2015

340 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

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

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

Agents Involved in Communication

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

ComputersConnected to networks

NetworksTransfers data from one computer to another

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

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

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

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

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

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

CompletenessOrder

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

Protocol Data Units (PDUs)

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

Layers of the OSI ModelApplicationPresentationSessionTransportNetworkData linkPhysical

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

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

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

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

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

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

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

Mechanical characteristicsElectrical characteristicsFunctional characteristicsProcedural characteristics

Comparison of OSI and TCP/IP

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

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)

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

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

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

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

top related