WebSocket Security Issues

WebSocket Security Issues

9th Grade - University

7 Qs

quiz-placeholder

Similar activities

Network and Cyber Security Module 1 quiz

Network and Cyber Security Module 1 quiz

University

10 Qs

Network+ Computer Network Fundamentals

Network+ Computer Network Fundamentals

University

10 Qs

1.5 Network Protocols & Toplogy

1.5 Network Protocols & Toplogy

10th Grade

12 Qs

OSI Layer 4: Transport

OSI Layer 4: Transport

10th Grade

10 Qs

Countermeasures

Countermeasures

9th - 12th Grade

10 Qs

CCST Application Transport - Chapter 15

CCST Application Transport - Chapter 15

9th - 12th Grade

8 Qs

UBL JARKOM CHAP7

UBL JARKOM CHAP7

University

10 Qs

ADMINISTRASI SISTEM JARINGAN

ADMINISTRASI SISTEM JARINGAN

11th Grade

10 Qs

WebSocket Security Issues

WebSocket Security Issues

Assessment

Quiz

Computers

9th Grade - University

Medium

Created by

Steven Hahn

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Live streaming is conducted through:
HTTP
Websocket
TCP
UDP

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Longpolling is the process of:
Keeing an HTTP connection open until the server has data to push to the client
Forcing the server to repeat data sends in a UDP model
A server broadcast technique using TCP as the backbone protocol
Repeatedly opening and closing sockets to randomize connections

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WebSocket is:
connectionless
non-persistent
persistent
object-oriented

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to the article, which is true of WebSocket?
Impervious to DDoS attacks
Ripe for DoS attacks
Encrypted and secure
Provides organic authentication service

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are true of WebSocket?
It allows unencrypted TCP connections
It is vulnerable to cross-site hijacking
It allows for data masking as a security feature
All of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One security fix for WebSockets is:
Only allow for secure TCP connections
Only enable UDP connections
Only enable one-way TCP connections
Always use TDM packet switching to confuse external systems

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you prevent spoofing when using WebSocket?
Use session-individual, random tokens for authentication
Use two-factor authentication
Use HTTPS for handshake
Disable JAVA scripting