#latency

Uses: 11

Latency ontology

Tags: #latency

Latency ontology expresses entire landscape of latency issue in the network.

Latency budget as the tool to address latency requirements

Tags: #thoughts #non functional requirements #latency #internet #protocols #tcp/ip #dns #http #tls

Latency requirements determines the degree of user satisfaction about the web service. Software development practices shall consider the end-to-end latency as one of user-oriented characteristics during the entire life-cycle of an application. Latency budget defines latency target and non-functional requirements for distributed systems.

Domain Name System (DNS) and its contribution to communication latency

Tags: #thoughts #latency #internet #protocols #dns

We have learned that resolution of human-friendly names into network addresses is a pre-requirement of any Internet service transaction. Therefore, latency of the DNS infrastructure contributes to the overall user-experience. A slow DNS gives the impression that the service is slow.

Latency of TLS protocol

Tags: #thoughts #latency #protocols #tls

The primary goal of TLS/SSL protocol(s) is to provide privacy and data integrity between two communication applications. A full TLS/SSL handshake demands at least two round trips in addition to TCP/IP connection setup.

Effect of TCP/IP slow start on the communication latency

Tags: #thoughts #latency #networking #internet #protocols #tcp/ip

TCP/IP do not utilizes a full bandwidth when connection is established. It gradually increases a data flow. Effect of TCP/IP slow start and its latency becomes visible for applications while mobile network is used.

Impact of the radio access network on the communication latency of distributed applications

Tags: #thoughts #latency #networking #mobile network #internet #tcp/ip

The radio access networks are slow and applications needs to optimise number of round trips.

Impact of the network delay on protocols performance.

Tags: #thoughts #latency #networking #internet #protocols

Network is a system that make peers to wait. One-way delay shows the network performance from source to destination. Measure the delay and optimise protocols for number of round-trips.

Signal propagation and network processing latencies at the world-wide scale

Tags: #thoughts #latency #networking #internet

Propagation delay is 5 microsecond per kilometer due to speed of light constrain. The packet handling time of hardware-assisted network elements is in range of 4-20 microsecond, on averages 25 microsecond per hop. There is not any solution to impact on latency except to minimize the distance required by the signal to travel, measure and deal with this latency.

Network Infrastructure and its impact on communication latencies.

Tags: #thoughts #latency #networking #mobile network #internet #tcp ip

The network infrastructure involves various technologies, interfaces and protocols along the communication path. It is conveniently partitioned into domains: Internet, Data Center and Internet Service Provider. The post gives an introduction to high-level IP network architecture and its impact on communication latencies.

In-depth guide to sources of latency in distributed systems.

Tags: #thoughts #non functional requirements #latency #networking #mobile network #microservices #protocols #tcp/ip #http

Distributed systems involve various technologies and communication principles that bring overhead and latencies. The root cause of latencies varies from physical properties of the network to the quality of software components. The post discussed sources of latencies from the prism of infrastructure, protocol and application.

What is the user’s expectation about the latency of Internet Services?

Tags: #thoughts #non functional requirements #latency #networking #mobile network #consumer journey #user experience #microservices

End-to-end latency is one of user-oriented characteristics used for quality assessment of distributed software architecture. Research indicates that a service fails to meet user needs if a transaction cannot be accomplished within 3 - 4 seconds.