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
72
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
950
Biometrics - Vein Patterns
achudars
0
59
Human Computer Interaction and Safety Critical Systems
achudars
0
250
Servant Leadership
achudars
2
190
Spaghetti Sorting
achudars
0
75
[01] DNS ANALYSIS
achudars
2
500
[02] IDSIPS IDENTIFICATION
achudars
1
250
[03] LIVE HOST IDENTIFICATION
achudars
0
730
[04] NETWORK SCANNERS
achudars
0
160
Other Decks in Technology
See All in Technology
Terraform未経験の御様に対してどの ように導⼊を進めていったか
tkikuchi
2
430
SRE×AIOpsを始めよう!GuardDutyによるお手軽脅威検出
amixedcolor
0
130
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
150
100 名超が参加した日経グループ横断の競技型 AWS 学習イベント「Nikkei Group AWS GameDay」の紹介/mediajaws202411
nikkei_engineer_recruiting
1
170
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
6
640
Terraform CI/CD パイプラインにおける AWS CodeCommit の代替手段
hiyanger
1
240
DynamoDB でスロットリングが発生したとき_大盛りver/when_throttling_occurs_in_dynamodb_long
emiki
1
310
Application Development WG Intro at AppDeveloperCon
salaboy
0
190
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
130
インフラとバックエンドとフロントエンドをくまなく調べて遅いアプリを早くした件
tubone24
1
430
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
Featured
See All Featured
Visualization
eitanlees
145
15k
Being A Developer After 40
akosma
86
590k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Rails Girls Zürich Keynote
gr2m
94
13k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
120
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Optimizing for Happiness
mojombo
376
70k
Site-Speed That Sticks
csswizardry
0
25
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Bash Introduction
62gerente
608
210k
Designing for Performance
lara
604
68k
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