Bài giảng Network - Chapter 07

Tài liệu Bài giảng Network - Chapter 07: Chapter Overview TCP and UDPSPX and NCP 1TCP Characteristics TCP is the acronym for Transmission Control Protocol.TCP is Connection oriented Reliable It is used to carry large amounts of data.It provides services that Internet Protocol (IP) lacks.TCP is defined in Request for Comments (RFC) 793.2TCP Functions Guaranteed deliveryPacket acknowledgmentFlow controlError detectionError correction 3Segmentation TCP splits application layer messages into datagram-sized segments and encapsulates each segment with its own header.The collection of segments is called a sequence.The destination system reassembles the segments into the original sequence.The segmentation process is completely separate from the network layer fragmentation process. 4The TCP Message Format5Port Numbers and Sockets A port number refers to a specific application or process running on a computer.A socket is a combination of a port number and an IP address.The Internet Assigned Numbers Authority (IANA) assigns well-known p...

ppt27 trang | Chia sẻ: honghanh66 | Lượt xem: 736 | Lượt tải: 0download
Bạn đang xem trước 20 trang mẫu tài liệu Bài giảng Network - Chapter 07, để tải tài liệu gốc về máy bạn click vào nút DOWNLOAD ở trên
Chapter Overview TCP and UDPSPX and NCP 1TCP Characteristics TCP is the acronym for Transmission Control Protocol.TCP is Connection oriented Reliable It is used to carry large amounts of data.It provides services that Internet Protocol (IP) lacks.TCP is defined in Request for Comments (RFC) 793.2TCP Functions Guaranteed deliveryPacket acknowledgmentFlow controlError detectionError correction 3Segmentation TCP splits application layer messages into datagram-sized segments and encapsulates each segment with its own header.The collection of segments is called a sequence.The destination system reassembles the segments into the original sequence.The segmentation process is completely separate from the network layer fragmentation process. 4The TCP Message Format5Port Numbers and Sockets A port number refers to a specific application or process running on a computer.A socket is a combination of a port number and an IP address.The Internet Assigned Numbers Authority (IANA) assigns well-known port numbers to common Internet applications.The most commonly used port numbers are listed in the Services file on computers running TCP/IP.Clients choose ephemeral port numbers at random. 6Control Bits Control Bit Function URG Indicates that the segment contains urgent data ACK Indicates that the message acknowledges a previously transmitted segment PSH Indicates that the receiving system should forward the message immediately rather than wait for the rest of the sequence RST Resets the TCP connection and discards the segments received so far SYN Synchronizes the Sequence Number values for both systems FIN Terminates a TCP connection7Three-Way Handshake Functions Verify that both computers are operating and ready to receive dataExchange initial sequence numbers (ISNs)Exchange maximum segment sizes (MSSs)Exchange port numbers 8Three-Way Handshake Messages 9Transmitting Data Information needed to transmit data:Port numberSequence numberMSS 10Packet Acknowledgment TCP implements packet acknowledgment by using the Sequence Number and Acknowledgment Number fields.The Sequence Number field specifies the number of bytes transmitted.The Acknowledgment Number field specifies the number of bytes received. 11Delayed Acknowledgments TCP systems do not have to individually acknowledge every packet they receive.The frequency of acknowledgment is left up to the individual TCP implementation. 12Positive and Negative Acknowledgments With positive acknowledgment with retransmission, TCP systems acknowledge only the number of bytes they have received correctly.With negative acknowledgment, the computer specifies the information that it has not received correctly.All data beginning with the failed segment is retransmitted.Messages that are not acknowledged are retransmitted. 13TCP Error Detection TCP provides the only end-to-end error detection for the application layer data.TCP computes a checksum based on The TCP headerThe application layer information in the TCP Data fieldA pseudo-header created from some of the fields in the IP header 14TCP Checksum Value 15Flow Control Flow control allows a receiving system to control the transmission rate of the sending system.Each computer has a buffer for storing incoming packets.When a computer transmits too quickly, the buffer on the receiving system can fill up, causing packets to be dropped.TCP uses the Window field in its acknowledgment messages to implement flow control.The Window value indicates how much buffer space the receiving system has available.The sending system is permitted to transmit only the number of bytes specified in the Window field. 16Sliding Window Technique17Terminating the Connection18UDP Characteristics UDP is the acronym for User Datagram Protocol.UDP is defined in RFC 768.It is a connectionless protocol.It is used primarily for brief request/reply transactions. 19The UDP Message Format20SPX Characteristics SPX is the acronym for Sequenced Packet Exchange.SPX is a connection-oriented protocol.It provides packet acknowledgment and flow control. It is used infrequently by NetWare.Messages are carried in Internet Packet Exchange (IPX) datagrams. 21The SPX Message Format22NCP Characteristics NCP is the acronym for NetWare Core Protocol.NCP is used for NetWare file sharing traffic.It is much more frequently used than SPX.Messages are carried in IPX datagrams.NCP requires an acknowledgment for each transmitted message. 23The NCP Request Message Format24The NCP Reply Message Format25Chapter Summary TCP Connection-oriented protocolUsed to carry relatively large amounts of dataProvides guaranteed delivery, packet acknowledgment, flow control, error detection, and error correction UDP Connectionless protocolEssentially a subset of TCPGenerates less overhead than TCP does Used primarily for brief transactions consisting of a single request and a single reply26Chapter Summary (Cont.) SPX Connection-oriented protocolProvides packet acknowledgment and flow control, much like TCP NCPUsed for NetWare file sharing traffic, among many other functionsUsed much more frequently than SPXRequires an acknowledgment for each message transmitted 27

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

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