TAILIEUCHUNG - Ebook TCP/IP essentials - A Lab-Based approach: Part 2

(BQ) Part 2 book "TCP/IP essentials - A Lab-Based approach" has contents: TCP study, tulticast and realtime service; the Web, DHCP, NTP and NAT; network management and security. | 6 TCP study The flow on a TCP connection should obey a ‘conservation of packets’ principle. · · · A new packet isn’t put into the network until an old packet leaves. Van Jacobson Objectives r r r r r r r r TCP connection establishment and termination. TCP timers. TCP timeout and retransmission. TCP interactive data flow, using telnet as an example. TCP bulk data flow, using sock as a traffic generator. Further comparison of TCP and UDP. Tuning the TCP/IP kernel. Study TCP flow control, congestion control, and error control using DBS and NIST Net. TCP service TCP is the transport layer protocol in the TCP/IP protocol family that provides a connection-oriented, reliable service to applications. TCP achieves this by incorporating the following features. r Error control: TCP uses cumulative acknowledgements to report lost segments or out of order reception, and a time out and retransmission mechanism to guarantee that application data is received reliably. r Flow control: TCP uses sliding window flow control to prevent the receiver buffer from overflowing. 111 112 TCP study r Congestion control: TCP uses slow start, congestion avoidance, and fast retransmit/fast recovery to adapt to congestion in the routers and achieve high throughput. The TCP header, shown in Fig. , consists of fields for the implementation of the above functions. Because of its complexity, TCP only supports unicast, while UDP, which is much simpler, supports both unicast and multicast. TCP is widely used in internet applications, ., the Web (HTTP), email (SMTP), file transfer (FTP), remote access (telnet), etc. Managing the TCP connection In the TCP header, the source and destination port numbers identify the sending and receiving application processes, respectively. The combination of an IP address and a port number is called a socket. A TCP connection is uniquely identified by the two end sockets. TCP connection establishment A TCP connection is set up and maintained .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.