@yousofi7efootball: This Commentary 🥶 #efootball #efootballmobile #pes #fifa #arabiccommentary

yousofi7efootball
yousofi7efootball
Open In TikTok:
Region: DE
Tuesday 30 June 2026 15:02:13 GMT
123651
9798
91
219

Music

Download

Comments

evidox0
EVIDOX😏 :
Bring me back
2026-06-30 15:06:25
45
yoobrah_yobbie3
𝕀𝕥𝕫 𝕐𝕠𝕠𝕓𝕣𝕒𝕙 :
how can i get this commentator
2026-06-30 16:47:31
3
.mccloudy
McCloudy :
guys, Konami must bring back Leroy sané card, it's been a while now!😔🙌🙏
2026-06-30 16:52:04
12
12.00.15
Prime×RK٭͜ :
lorey sane🔥🐐
2026-06-30 18:31:35
0
samirislam7190
SAMIR :
1 vs 1 SAMIRjr10
2026-06-30 16:50:12
2
daman.72
Daman :
first
2026-06-30 15:04:41
1
rooti145
FZK.AMP :
2026-06-30 15:10:34
1
sowmouhamed42
mouhamedsow :
sané meilleur pour dire la vérité
2026-06-30 17:10:06
0
user2303495594
ال (عمر) واحد والرب واحد :
مين دا
2026-06-30 16:31:11
0
aboabdalaa141
عبدالله جمول | ABDALLAH GAMOUL :
انت تتسرع فاللعب 😂😅
2026-06-30 17:18:56
0
15k716
Magnum_I :
day 2, please do Dembele 😁😁
2026-06-30 15:10:33
0
0froxy07
☬𝐬𝐭𝐫𝐚𝐲_𝐯𝐨𝐫𝐭𝐞𝐱☬ :
comentary name?
2026-06-30 19:23:07
0
efootball.4213
eF∞tball™ :
Bro what is the name of this glowing effect🫣🤍
2026-06-30 19:41:48
1
elitedribbler001
Elitedribbler 💀 :
conceded 😂😂
2026-06-30 15:42:50
1
charles.e31
Charles E :
some people too sabi this efootball thing oo
2026-06-30 19:39:03
0
raphinha6166
Raphinha 🤑🤑 :
wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow wow
2026-06-30 18:56:33
0
mame.cheikh.fall103
mame cheikh fall :
2026-06-30 19:49:25
0
muslimcoranlectureo6
سيديسكي :
moi je supprime directement le jeu
2026-06-30 19:46:38
0
papashoxx
motete63 :
M-CBTQTCJMGGE
2026-06-30 19:03:17
0
standardtechstores
Standard Tech Stores :
Dream league players go think say na Ai
2026-06-30 18:58:40
1
To see more videos from user @yousofi7efootball, please go to the Tikwm homepage.

Other Videos

In cybersecurity, protocols are not just plumbing. They shape visibility, reliability, and—critically—attack surface. Understanding the difference between **TCP and UDP** is foundational for anyone working in security operations, penetration testing, or network defense.    1. Transmission Control Protocol (TCP)   What TCP is: TCP is a connection-oriented, reliable transport protocol. It prioritizes accuracy and order over speed.     How TCP Works * Performs a 3-way handshake (SYN → SYN-ACK → ACK) * Guarantees packet delivery * Ensures ordered data transmission * Retransmits lost packets * Implements flow control and congestion control     Common TCP-Based Services * HTTP / HTTPS (80 / 443) * SSH (22) * FTP (21) * SMTP (25) * SMB (445)     Security Perspective   Strengths * Easier to monitor and log * Session-based communication improves forensics and attribution * Built-in reliability simplifies application security   Risks * Vulnerable to **SYN floods** (resource exhaustion) * Session hijacking if poorly secured * More predictable patterns for attackers to fingerprint   Defender takeaway: TCP offers visibility and control—but also exposes state that attackers can abuse.    2. User Datagram Protocol (UDP)   What UDP is: UDP is connectionless, fast, and unreliable by design. Speed is prioritized over accuracy.     How UDP Works * No handshake * No guarantee of delivery * No packet ordering * No retransmissions * Minimal overhead     Common UDP-Based Services * DNS (53) * DHCP (67/68) * SNMP (161) * VoIP * Video streaming * Online gaming * NTP (123)     Security Perspective   Strengths * Faster communication * Lower latency * Harder to track sessions   Risks * Highly abused for **amplification attacks** (DNS, NTP) * Limited logging and session tracking * Easier to spoof source IP addresses * Often overlooked by firewall rules   Defender takeaway: UDP is efficient—but visibility is weak, and abuse is common.    3. TCP vs UDP — At a Glance | Feature         | TCP                           | UDP                     | | --------------- | ----------------------------- | ----------------------- | | Connection      | Connection-oriented           | Connectionless          | | Reliability     | Guaranteed delivery           | No delivery guarantee   | | Packet Order    | Preserved                     | Not preserved           | | Speed           | Slower                        | Faster                  | | Overhead        | Higher                        | Minimal                 | | Attack Patterns | SYN floods, session hijacking | Amplification, spoofing |   4. Attacker Mindset: Why This Matters Attackers choose protocols strategically: * TCP for persistence, command-and-control, and data exfiltration * UDP for stealth, reflection, and large-scale disruption If you do not understand protocol behavior, you cannot reliably detect malicious activity.    5. Defender Mindset: Practical Security Implications * Monitor **TCP handshakes** and abnormal session behavior * Restrict unnecessary **UDP services** * Rate-limit UDP-based services (DNS, NTP) * Log both successful and failed TCP connections * Never assume “UDP traffic is harmless”    Final Thought TCP gives you reliability. UDP gives you speed. From a cybersecurity standpoint, both give attackers opportunities—unless you understand how they work. Master the protocols, and you control the battlefield. #Cybersecurity #Networking #TCP #UDP #BlueTeam
In cybersecurity, protocols are not just plumbing. They shape visibility, reliability, and—critically—attack surface. Understanding the difference between **TCP and UDP** is foundational for anyone working in security operations, penetration testing, or network defense. 1. Transmission Control Protocol (TCP) What TCP is: TCP is a connection-oriented, reliable transport protocol. It prioritizes accuracy and order over speed. How TCP Works * Performs a 3-way handshake (SYN → SYN-ACK → ACK) * Guarantees packet delivery * Ensures ordered data transmission * Retransmits lost packets * Implements flow control and congestion control Common TCP-Based Services * HTTP / HTTPS (80 / 443) * SSH (22) * FTP (21) * SMTP (25) * SMB (445) Security Perspective Strengths * Easier to monitor and log * Session-based communication improves forensics and attribution * Built-in reliability simplifies application security Risks * Vulnerable to **SYN floods** (resource exhaustion) * Session hijacking if poorly secured * More predictable patterns for attackers to fingerprint Defender takeaway: TCP offers visibility and control—but also exposes state that attackers can abuse. 2. User Datagram Protocol (UDP) What UDP is: UDP is connectionless, fast, and unreliable by design. Speed is prioritized over accuracy. How UDP Works * No handshake * No guarantee of delivery * No packet ordering * No retransmissions * Minimal overhead Common UDP-Based Services * DNS (53) * DHCP (67/68) * SNMP (161) * VoIP * Video streaming * Online gaming * NTP (123) Security Perspective Strengths * Faster communication * Lower latency * Harder to track sessions Risks * Highly abused for **amplification attacks** (DNS, NTP) * Limited logging and session tracking * Easier to spoof source IP addresses * Often overlooked by firewall rules Defender takeaway: UDP is efficient—but visibility is weak, and abuse is common. 3. TCP vs UDP — At a Glance | Feature | TCP | UDP | | --------------- | ----------------------------- | ----------------------- | | Connection | Connection-oriented | Connectionless | | Reliability | Guaranteed delivery | No delivery guarantee | | Packet Order | Preserved | Not preserved | | Speed | Slower | Faster | | Overhead | Higher | Minimal | | Attack Patterns | SYN floods, session hijacking | Amplification, spoofing | 4. Attacker Mindset: Why This Matters Attackers choose protocols strategically: * TCP for persistence, command-and-control, and data exfiltration * UDP for stealth, reflection, and large-scale disruption If you do not understand protocol behavior, you cannot reliably detect malicious activity. 5. Defender Mindset: Practical Security Implications * Monitor **TCP handshakes** and abnormal session behavior * Restrict unnecessary **UDP services** * Rate-limit UDP-based services (DNS, NTP) * Log both successful and failed TCP connections * Never assume “UDP traffic is harmless” Final Thought TCP gives you reliability. UDP gives you speed. From a cybersecurity standpoint, both give attackers opportunities—unless you understand how they work. Master the protocols, and you control the battlefield. #Cybersecurity #Networking #TCP #UDP #BlueTeam

About