Protocols and Protocol Suit Review - Lecture 13

Transport Layer Recap Q:- What tasks are performed by the transport layer? Isolates messages from lower and upper layers Breaks down message size Monitors quality of communications channel Selects most efficient communication service necessary for a given transmission Transport Layer Concerned with reliable transfer of information between applications Independent of the nature of the application Includes aspects like flow control and error checking Transport Layer Recap Q:- What tasks are performed by the transport layer? Ans:- The transport layer is concerned with data reliability and correct sequencing.

ppt58 trang | Chia sẻ: thucuc2301 | Lượt xem: 501 | Lượt tải: 0download
Bạn đang xem trước 20 trang tài liệu Protocols and Protocol Suit Review - Lecture 13, để xem tài liệu hoàn chỉnh bạn click vào nút DOWNLOAD ở trên
Protocols and Protocol Suit ReviewLecture 13OverviewNetwork Access LayerTransport LayerProtocolsProtocol Data UnitProtocol ArchitectureTCP/IP StackLayered Approach and its AdvantagesRouter2Network Access LayerQ:- What is the major function of the network access layer?3OSI ModelPhysicalData linkNetworkTransportSessionPresentationApplicationLayer 1Layer 2Layer 3Layer 4Layer 5Layer 6Layer 77 layers OSI model4Physical Layer FunctionsEstablishment and termination of a connection to a communication mediumProcess for effective use of communication resources (e.g., contention resolution and flow control)Conversion between representation of digital data in the end user’s equipment5The physical layer is responsible for movements of individual bits from one hop (node) to the next.Data Link Layer FunctionsResponds to service requests from the network layer and issues requests to the physical layer.Provides functional and procedural means to transfer data between network entities and to detect and correct errors that may occur in the physical layer.Concerned with:FramingPhysical addressing (MAC address)Flow ControlError ControlAccess Control6The data link layer is responsible for moving frames from one hop (node) to the next.Hop-to-hop Delivery7Network Layer FunctionsProvides for transfer of variable length sequences from source to destination via one or more networksResponds to service requests from the transport layer and issues requests to the data link layerConcerned with:Data PacketLogical addressing (IP address)Routing8The network layer is responsible for the delivery of individual packets from the source host to the destination host.Source to Destination Delivery9Transport Layer FunctionsProvides transparent data transfer between end usersResponds to service requests from the session layer and issues requests to the network layer.Concerned with:Service-point addressingSegmentation and reassemblyConnection control and Flow Control (end-to-end)Error Control10The transport layer is responsible for the delivery of a message from one process to another.Reliable Process to Process Delivery11Session Layer FunctionsProvides mechanism for managing a dialogue between end-user application processesResponds to service requests from the presentation layer and issues requests to the transport layerSupports duplex or half- duplex operations.Concerned with:Dialogue controlSynchronization (Check point)12The session layer is responsible for dialog control and synchronization.Presentation Layer FunctionsRelieves application layer from concern regarding syntactical differences in data representation with end-user systemsResponds to service requests from the application layer and issues requests to the session layerConcerned with:TranslationEncryptionCompression13The presentation layer is responsible for translation, compression, and encryption.Application Layer FunctionsInterfaces directly to and performs common application services for application processesIssues service requests to the Presentation layerSpecific services provided:Network virtual terminalFile transfer, access and managementMail servicesDirectory servicesHTTP, FTP, DHCP14The application layer is responsible for providing services to the user.OSI Layered Model15TCP/IP ProtocolThe lower four layers correspond to the layer of the OSI modelThe application layer of the TCP/IP model represents the three topmost layers of the OSI model.The layers in the TCP/IP protocol suite do not exactly match those in the OSI model. The original TCP/IP protocol suite was defined as having four layers: host-to-network, internet, transport, and application. However, when TCP/IP is compared to OSI, we can say that the TCP/IP protocol suite is made of five layers: physical, data link, network, transport, and application.16TCP/IP Protocol stackOSI layersTCP/IP layersApplicationPresentationSessionFTP,Telnet,SMTP DNSApplication TransportTCPUDP Network Data link PhysicalLower level vendor implementationsIPOSPFIGMPDHCPICMP171819Four levels of addresses are used in an internet employing the TCP/IP protocols: physical, logical, port, and specific.Physical Addresses Logical Addresses Port Addresses Specific AddressesTopics discussed in this section:Addressing20Addressing21Addressing22In Figure below a node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (bus topology LAN). As the figure shows, the computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver.Example23Most local-area networks use a 48-bit (6-byte) physical address written as 12 hexadecimal digits; every byte (2 hexadecimal digits) is separated by a colon, as shown below:07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address.Example24Figure shows a part of an internet with two routers connecting three LANs. Each device (computer or router) has a pair of addresses (logical and physical) for each connection. In this case, each computer is connected to only one link and therefore has only one pair of addresses. Each router, however, is connected to three networks (only two are shown in the figure). So each router has three pairs of addresses, one for each connection. Example25Figure below shows two computers communicating via the Internet. The sending computer is running three processes at this time with port addresses a, b, and c. The receiving computer is running two processes at this time with port addresses j and k. Process a in the sending computer needs to communicate with process j in the receiving computer. Note that although physical addresses change from hop to hop, logical and port addresses remain the same from the source to destination. The physical addresses will change from hop to hop, but the logical addresses usually remain the same.Example26TCP/IP Protocol stackOSI layersTCP/IP layersApplicationPresentationSessionFTP,Telnet,SMTP DNSApplication TransportTCPUDP Network Data link PhysicalLower level vendor implementationsIPOSPFIGMPDHCPICMP27Internet Protocol (IP)Provides connection-less, best-effort service for delivery of packets through the inter-networkBest-effort: No error checking or tracking done for the sequence of packets (datagrams) being transmittedUpper layer should take care of sequencingDatagrams transmitted independently and may take different routes to reach same destinationFragmentation and reassembly supported to handle data links with different maximum – transmission unit (MTU) sizes28Internet Control Message Protocol (ICMP)Companion protocol to IPProvides mechanisms for error reporting and query to a host or a routerQuery message used to probe the status of a host or a routerError reporting messages used by the host and the routers to report errors29Internet Group Management Protocol (IGMP)Used to maintain multicast group membership within a domainSimilar to ICMP, IGMP query and reply messages are used by routers to maintain multicast group membershipPeriodic IGMP query messages are used to find new multicast members within the domainA member sends a IGMP join message to the router, which takes care of joining the multicast tree30Dynamic Host Configuration Protocol (DHCP)Used to assign IP addresses dynamically in a domainExtension to Bootstrap Protocol (BOOTP)Node Requests an IP address from DHCP serverHelps in saving IP address space by using same IP address to occasionally connecting hosts31Internet Routing ProtocolsRouting Information Protocol (RIP)An intra-domain distance vector routing protocolUses the Bellman-Ford algorithm to calculate routing tableDistance information about all the nodes is conveyed to the neighbors.Open Shortest Path First (OSPF)Based on shortest path algorithm, sometimes also known as Dijkstra algorithmHosts are partitioned into autonomous systems (AS)AS is further partitioned into OSPF areas that helps boarder routers to identify every single node in the areaLink-state advertisements sent to all routers within the same hierarchical area32Internet Routing ProtocolsBorder Gateway Protocol (BGP)Intra-autonomous systems communicate with each other using path vector routing protocolEach entry in the routing table contains the destination network, the next router, and the path to reach the destination33ExampleInterior RouterBGP Router34TCPApplication LayerTop three layers (session, presentation, and application) merged into application layerRouting using Bellman-Ford AlgorithmA routing table maintained at each node, indicating the best known distance and next hop to get thereCalculate w(u,v), is the cost associated with edge uvCalculate d(u), the distance of node u from a root nodeFor each uv, find minimum d(u,v)Repeat n-1 times for n-nodes6Root24320131-1343 Abstract model of a wireless network in the form of a graph35TCP (ctd)To Node01234Pass 00Pass 1032Pass 207312Pass 304312Pass 404312To Node01234Pass 0*Pass 1*00Pass 2*2040Pass 3*3040Pass 4*3040 Abstract model of a wireless network in the form of a graph12131-13463Root2304Successive calculation of distance D(u) from node 0888888888888Predecessor from node 0 to other network nodes36TCP over WirelessThe wireless domain is not only plagued by the mobility problem, but also by high error rates and low BWTraditional TCP: provides a connected-oriented, reliable, and byte stream serviceTCP functions: flow-control (controlled by sliding window), congestion-control (congestion window), data segmentation, retransmission, and recoverySlow Start: resets the congestion window (CW) size to one and let threshold to half of the current CW sizeDouble the CW on every successful transmission until the CW reach threshold and after that increases the CW by one for each successful transmission 37Solutions for Wireless EnvironmentNetworking layering provides good abstraction in the network designWireless networks are interference limited, and the information delivery capability is closely dependent on current channel qualityAdoption in physical and link layer broadcast could lead to efficient resource usageProtocol changes need to be made in MSs and mobile access points to ensure compatibility with existing TCP applications38End-to-End SolutionsTCP-SACKSelective Acknowledgement and Selective Retransmission.Sender can retransmit missing data due to random errors/mobilityWTCP ProtocolSeparate flows for wired (Sender to AP) and wireless (AP to MS) segments of TCP connectionsLocal retransmission for mobile link breakageAP sends ACK to sender after timestamp modification to avoid change in round trip estimatesFreeze-TCP ProtocolMobile detects impending handoffAdvertises Zero Window size, to force the sender into Zero Window Probe mode39End-to-End Solutions (Cont’d)Explicit Band State Notification (EBSN)Local Retransmission from BS (AP) to shield wireless link errorsEBSN message from BS to Source during local recoverySource Resets its timeout value after EBSNFast Retransmission ApproachTries to reduce the effect of MS handoffMS after handoff sends certain number of duplicate ACKsAvoids coarse time-outs at the sender, accelerates retransmission40Link Layer ProtocolsSnoop ProtocolTransport layer aware Snoop Agent at BSAgent monitors all TCP segments destined to MS, caches it in bufferAlso monitors ACKs from MSLoss detected by duplicate ACKs from MS or local time-outLocal Retransmission of missing segment if cachedSuppresses the duplicate ACKs41Split TCP ApproachIndirect TCP: splits the TCP connection into two distinct connections, one is MS and BS and another is BS and corresponding node (CN)The AP acts as a proxy for MSThe AP acknowledges CN for the data sent to MS and buffers this data until it is successfully transmitted to MSHandoff may take a longer time as all the data acknowledged by AP and not transmitted to MS must be buffered at the new AP42MSAPCN(Acts as proxy)Wireless linkWired DomainIndirect TCP43Split TCP Approach (Cont’d)M-TCP ProtocolSplit the connection into wired component and wireless componentBS relays ACKs for sender only after receiving ACKs from MSIn case of frequent disconnections, receiver can signal sender to enter in persist mode by advertising Zero Window size44Impact of MobilityHandoffs occur in wireless domains when an MN moves into a new BS’s domainThe result of the packet loss during handoff is slow startThe solution involves artificially forcing the sender to go into fast retransmission mode immediately, by sending DUP ACK after the handoff, instead of go into slow startUsing multicast: the MN is required to define a group of BSs that it is likely to visit in the near futureReduce the handoff latency: Only one BS is in contact with the MN and the others buffer the packets addressed to the multicast address45Internet Protocol Version 6 (IPv6)Designed to address the unforeseen growth of the internet and the limited address space provided by IPv4Features of IPv6:Enhanced Address Space: 128 bits long, can solve the problem created by limited IPv4 address space (32 bits)Resource Allocation: By using “Flow Label”, a sender can request special packet handlingModified Address Format: Options and Base Header are separated which speeds up the routing processSupport for Security: Encryption and Authentication options are supported in option header46IPv4 Header FormatVersion(4 bits)Header length (4 bits)Type of service (8 bits)Total length (16 bits)Identification (16 bits)Flags (3 bits)Fragment offset (13 bits) Time to live (8 bits)Protocol (8 bits)Header checksum (16 bits)Source address (32 bits)Destination address (32 bits)Options and padding (if any)47IPv6 Header FormatVersionTraffic ClassFlow LabelPayload LengthNext HeaderHop LimitSource AddressDestination AddressDataAddress SpaceResource AllocationModified Header FormatSupport for Security48Format of IPv6NameBitsFunctionVersion4IPv6 version numberTraffic Class8Internet traffic priority delivery valueFlow Label20Used for specifying special router handling from source to destination(s) for a sequence of packetsPayload Length16, unsignedSpecifies the length of the data in the packet. When set to zero, the option is a hop-by-hop Jumbo payloadNext Header8Specifies the next encapsulated protocol. The values are compatible with those specified for the IPv4 protocol fieldHop Limit8, unsignedFor each router that forwards the packet, the hop limit is decremented by 1. When the hop limit field reaches zero, the packet is discarded. This replaces the TTL field in the IPv4 header that was originally intended to be used as a time based hop limitSource Address128The IPv6 address of the sending nodeDestination Address128The IPv6 address of the destination node49Differences between IPv4 and IPv6 Expanded Addressing Capabilities Simplified Header Format Improved Support for Options and Extensions Flow Labeling Capabilities Support for Authentication and Encryption50Network Transition from IPv4 to IPv6 Dual IP-Stack: IPv4-hosts and IPv4-routers have an IPv6-stack, this ensures full compatibility to not yet updated systems IPv6-in-IPv4 Encapsulation (Tunneling): Encapsulate IPv6 datagram in IPv4 datagram and tunnel it to next router/host5152The Internet Protocol Suite (commonly known as TCP/IP) is the set of communications protocols used for the Internet and other similar networks.Transmission Control Protocol (TCP) and the Internet Protocol (IP)The Internet Protocol Suite may be viewed as a set of layers. Each layer solves a set of problems involving the transmission of data, and provides a well-defined service to the upper layer protocols based on using services from some lower layers.The TCP/IP model consists of four layers. This layer architecture is often compared with the seven-layer OSI Reference Model. From lowest to highest, these are the Network Access Layer, the Internet Layer, the Transport Layer, and the Application LayerThe TCP/IP Network Access Layer can encompass the functions of two lower layers of theOSI reference Model:Data Link, and Physical.Network Access Layer53Network Access LayerQ:- What is the major function of the network access layer?54Ans: The network access layer is concerned with the exchange of data between a computer and the network to which it is attached.55Transport Layer RecapQ:- What tasks are performed by the transport layer?56Isolates messages from lower and upper layersBreaks down message sizeMonitors quality of communications channelSelects most efficient communication service necessary for a given transmissionTransport LayerConcerned with reliable transfer of information between applicationsIndependent of the nature of the applicationIncludes aspects like flow control and error checking5758Transport Layer RecapQ:- What tasks are performed by the transport layer?Ans:- The transport layer is concerned with data reliability and correct sequencing.

Các file đính kèm theo tài liệu này:

  • pptwireless_and_mobile_computing_3_2943_2027109.ppt
Tài liệu liên quan