Transmission Control Protocol– Cisco Network Transport

The Transmission Control Protocol (TCP) is a connection-oriented transport protocol. Connection-oriented protocols are useful for • Transmitting large amounts of data, such as large files. • Transmitting continuing streams where losing information cannot be tolerated, such as stock market information. For instance, TCP is used for carrying emails and websites because these kinds of data […]

Quick UDP Internet Connections (QUIC)– Cisco Network Transport

TCP has several significant limitations, including • A three-way handshake is required for all connections, even between previously connected hosts. • Multiple TCP sessions, each requiring a three-way handshake,  are required to carry multiple data streams, as shown in Figure 14-11. • TCP does not automatically encrypt data. A second protocol, such as Transport Layer […]

Spine-and-Leaf Fabrics– Cisco Local Area Networks

Web applications and IXPs require large-scale networks to connect thousands—or even millions—of devices. Public and private clouds also need to build these large-scale networks to connect large numbers of servers. Note Chapter 17, “Cloud Computing, ” covers public and private clouds. These operators do not use traditional network designs to connect large numbers of servers […]

Web Applications– Cisco Local Area Networks

Much of the data people use the modern Internet to access resides in data centers, and users access the data through the Hypertext Markup Language (HTML). Note Chapter 15, “Application Transport, ” discusses HTML and the Hypertext Transfer Protocol (HTTP). Content providers, such as search engines and social media networks, develop and manage some of […]

Internet Protocol Version 4– Cisco Network Transport

In the early 1970s, scientists and engineers began working on a new computer networking technology. They designed this technology around a basic three-layer model: • The physical layer would handle the physical process of carrying data between two interfaces. • The network layer would provide an interface between physical transports (there were many at the […]