Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ping
Search
Aleksandrs Cudars
April 09, 2013
Technology
0
74
Ping
Aleksandrs Cudars
April 09, 2013
Tweet
Share
More Decks by Aleksandrs Cudars
See All by Aleksandrs Cudars
Covert Channels Using File Locking
achudars
1
1.1k
Biometrics - Vein Patterns
achudars
0
86
Human Computer Interaction and Safety Critical Systems
achudars
0
300
Servant Leadership
achudars
2
210
Spaghetti Sorting
achudars
0
96
[01] DNS ANALYSIS
achudars
2
530
[02] IDSIPS IDENTIFICATION
achudars
1
280
[03] LIVE HOST IDENTIFICATION
achudars
0
810
[04] NETWORK SCANNERS
achudars
0
180
Other Decks in Technology
See All in Technology
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
260
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
990
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
120
250905 大吉祥寺.pm 2025 前夜祭 「プログラミングに出会って20年、『今』が1番楽しい」
msykd
PRO
1
980
AI開発ツールCreateがAnythingになったよ
tendasato
0
130
Codeful Serverless / 一人運用でもやり抜く力
_kensh
7
440
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
420
いま注目のAIエージェントを作ってみよう
supermarimobros
0
330
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
890
エンジニアリングマネージャーの成長の道筋とキャリア / Developers Summit 2025 KANSAI
daiksy
1
360
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
480
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
710
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Side Projects
sachag
455
43k
Done Done
chrislema
185
16k
Scaling GitHub
holman
463
140k
Fireside Chat
paigeccino
39
3.6k
RailsConf 2023
tenderlove
30
1.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
The Cult of Friendly URLs
andyhume
79
6.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Transcript
None
In multiplayer online video games, ping (not to be confused
with frames per second) refers to the network latency between a player's computer (client), and either the game server or another client (i.e. peer)
This could be reported quantitatively as an average time in
milliseconds, or qualitatively as low ping or high ping.
Having a low ping is always desirable because lower latency
provides smoother gameplay by allowing faster updates of game data.
Ping is often conflated with lag. One may "lag out"
due to unacceptably high ping. Servers will often disconnect a client if the ping is too high and it poses a detriment to others' gameplay..
Similarly, client software will often mandate disconnection if the ping
is too high. A high ping is not the result of lag; rather, a high ping causes lag. It may also make servers crash because of the stability.
Rather than using the traditional ICMP echo request and reply
packets to determine ping times, game programmers often instead build their own latency detection into existing game packets (usually based on the UDP protocol).
Some factors that might affect ping include: • network protocol
engineering, • Internet connection speed • the quality of a user's Internet service provider • the configuration of firewalls.
Ping is also affected by geographical location.
References • http://en.wikipedia.org/wiki/Ping_(networking_utility) • http://farm5.staticflickr.com/4007/4576023305_57d6e1e728_o. png • http://th03.deviantart.net/fs70/PRE/f/2011/288/7/a/i_know_th at_feel_bro_by_rober_raik-d4cxn5a.png •
http://upload.wikimedia.org/wikipedia/commons/thumb/6/6e /Sloth_(PSF).png/1272px-Sloth_(PSF).png • https://research.cs.vt.edu/3di/sites/default/files/FinalTechniq ue.png • http://www.goodcontroller.com/blog/wp- content/uploads/2011/04/Molloy3_Main.1.png