intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

The Internet Transport Protocols

Xem 1-20 trên 31 kết quả The Internet Transport Protocols
  • Ebook Data Networks, IP and the Internet: Protocols, Design and Operation - Part 1 includes content: Chapter 1 the internet, email, ebusiness and the world wide web (www), chapter 2 fundamentals of data communication and packet switching, chapter 3 basic data networks and protocols, chapter 4 local area networks (LANs), chapter 5 WANs, routers and the internet protocol (IP), chapter 6 routing tables and protocols, chapter 7 transport services and protocols, chapter 8 ip networks in practice: components, backbone and access.

    pdf366p longtimenosee03 22-02-2024 3 2   Download

  • Continued part 1, part 2 of ebook "Internet of things: Architectures, protocols and standards" provides readers with contents including: chapter 5 - security and privacy in the IoT; chapter 6 - cloud and fog computing for the IoT; chapter 7 - the IoT in practice;...

    pdf194p hanlinhchi 29-08-2023 9 4   Download

  • Ebook Computer networks/ networks: Part 2 presents the following content: Data Link Protocols; Network Layer in the Internet; Transport Layer; Application Layer; Session Layer and Presentation Layer;...Please refer to the documentation for more details.

    pdf117p chankora 16-06-2023 5 2   Download

  • Ebook Data and computer communications (Eighth edition): Part 1 presents the following content: Chapter 15 - Local Area Network Overview; Chapter 16 - High-Speed LANs; Chapter 17 - Wireless LANs; Chapter 18 - Internetwork Protocols; Chapter 19 - Internetwork Operation; Chapter 20 - Transport Protocols; Chapter 21 - Network Security; Chapter 22 - Internet Applications - Electronic Mail and Network Management; Chapter 23 - Internet Applications - Internet Directory Service and World Wide Web; Chapter 24 - Internet Applications - Multimedia.

    pdf439p runthenight08 12-04-2023 7 4   Download

  • Ebook Computer networking: Principles, protocols and practice - Part 2 presents the following content: The application layer, the domain name system, electronic mail, the hypertext transfer protocol, remote procedure calls, internet transport protocols, the user datagram protocol, the transmission control protocol, the stream control transmission protocol, congestion control, the network layer, the IPv6 subnet,... Please refer to the documentation for more details.

    pdf204p runthenight03 07-12-2022 11 6   Download

  • Web technologies and e-services: Lecture 1 provide students with knowledge about: history of the Internet; what is the World Wide Web; the same thing as the Internet; what kinds of things can it do; what does it have to do with programming; hypertext transport protocol (HTTP);... Please refer to the content of document.

    pdf23p tieuduongchi 24-10-2022 16 4   Download

  • Web technologies and e-services: Lecture 1. This lesson provides students with content about: Internet, web; HTTP; URL; web browser; web application; web application architecture; web developer roadmap;... Please take a close look at the course content!

    pdf48p tieuduongchi 24-10-2022 11 4   Download

  • Part 2 of book "Computer Networks (5th Edition)" provide with knowledge about: the network layer; the transport layer; network security; reading list and bibliography; authentication protocols; management of public keys; streaming audio and video; the internet transport protocols: TCP;...

    pdf444p britaikridanik 06-07-2022 58 6   Download

  • Chapter 8 - TCP/IP fundamentals. Chapter summary: The TCP/IP protocols were developed to support systems that use any computing platform or operating system; the TCP/IP protocol stack consists of four layers: link, internet, transport, and application; IP uses the ARP protocol to resolve IP addresses into the hardware addresses needed for data-link layer protocol communications;...and other contents.

    pdf32p larachdumlanat122 26-11-2020 17 3   Download

  • Chapter 7 - Transport layer protocols. Chapter 7 provides knowledge of TCP, UDP, SPX, and NCP. This chapter includes contents: Connection-oriented protocol; provides packet acknowledgment and flow control, much like TCP; used for NetWare file sharing traffic, among many other functions

    pdf27p larachdumlanat122 26-11-2020 26 1   Download

  • Chapter 6 - Network layer protocols. Chapter summary: Network layer protocols are responsible for end-to-end communications across the network; IP is a connectionless protocol that encapsulates transport layer data into datagrams; IPX is a proprietary standard that performs routing, addressing, and protocol identification; NetBIOS Extended User Interface (NetBEUI) is used by small Windows networks for LAN networking; AppleTalk provides basic networking to small networks.

    pdf23p larachdumlanat122 26-11-2020 12 1   Download

  • Chapter 23 - Process-to-process delivery: UDP, TCP, and SCTP. Chapter 23 discusses three transport layer protocols in the Internet: UDP, TCP, and SCTP. The first, User Datagram Protocol (UDP), is a connectionless, unreliable protocol that is used for its efficiency. The second, Transmission Control Protocol (TCP), is a connection-oriented, reliable protocol that is a good choice for data transfer. The third, Stream Control Transport Protocol (SCTP) is a new transport-layer protocol designed for multimedia applications.

    ppt89p koxih_kothogmih5 01-09-2020 18 1   Download

  • Computer Networking - Chapter 3: Transport Layer understand principles behind transport layer services; learn about transport layer protocols in the Internet (UDP: connectionless transport; TCP: connection-oriented transport).

    pdf106p maiyeumaiyeu26 04-01-2017 41 2   Download

  • Real-time Transport Protocol (RTP) is the protocol designed to handle real-time traffic on the Internet. RTP does not have a delivery mechanism (multicasting, port numbers, and so on); it must be used with UDP. RTP stands between UDP and the application program. The main contributions of RTP are timestamping, sequencing, and mixing facilities. This chapter provides knowledge of RTP and RTCP.

    ppt29p tangtuy09 26-04-2016 51 2   Download

  • Chapter summary: The TCP/IP protocols were developed to support systems that use any computing platform or operating system; the TCP/IP protocol stack consists of four layers: link, internet, transport, and application; IP uses the ARP protocol to resolve IP addresses into the hardware addresses needed for data-link layer protocol communications;...and other contents.

    pdf11p tangtuy08 21-04-2016 56 2   Download

  • Computer Networks 1: Lecture 8 - The Transport Layer includes The Transport Services, Elements of Transport Protocols, A Simple Transport Protocol, The Internet Transport Protocols, Performance issues.

    pdf55p cocacola_17 09-12-2015 97 3   Download

  • ECE/CS 372 Introduction to Computer Networks Lecture 1: Chapter 3 Transport Layer with goals understand principles behind transport layer services, learn about transport layer protocols in the Internet.

    ppt111p dunglh2013 05-04-2014 58 3   Download

  • Most implementations of critical Internet protocols are written in type-unsafe languages such as C or C++ and are regularly vulnerable to serious security and reliability problems. Type-safe languages eliminate many errors but are not used to due to the perceived performance overheads. We combine two techniques to eliminate this performance penalty in a practical fashion: strong static typing and generative metaprogramming. Static typing eliminates run-time type information by checking safety at compile-time and minimises dynamic checks.

    pdf14p doiroimavanchuadc 06-02-2013 48 4   Download

  • As the Internet grows and routing complexity increases, network-level instabilities are becoming more and more common. End-to-end communications are especially susceptible to service disruptions, while diagnosing and mitigating these disruptions are extremely challenging. In this dissertation, we design and build systems for diagnosing routing anomalies and improving robustness of end-to-end communications. The rst piece of this work describes PlanetSeer, a novel distributed system for diagnosing routing anomalies.

    pdf132p bin_pham 05-02-2013 50 3   Download

  • Here we investigate the extent to which common Internet application protocols remain dis- tinguishable even when packet payloads and TCP headers have been stripped away, leaving only extremely lean data which includes nothing more than the packets’ timing, size, and direction. We begin our analysis in §3 by exploring protocol recognition techniques for traffic aggregates where all flows carry the same application protocol. We then develop tools to enhance the initial analysis pro- vided by these first tools by addressing more specific scenarios.

    pdf13p khongmuonnghe 04-01-2013 48 3   Download

CHỦ ĐỀ BẠN MUỐN TÌM

ADSENSE

nocache searchPhinxDoc

 

Đồng bộ tài khoản
2=>2