WebSocket Security Issues

WebSocket Security Issues

9th Grade - University

7 Qs

quiz-placeholder

Similar activities

JD521 Chapter 13 Quiz

JD521 Chapter 13 Quiz

University

11 Qs

JamesC Cybersecurity Multiple Choice Quiz

JamesC Cybersecurity Multiple Choice Quiz

11th Grade

10 Qs

Technical Terms - Internet (A-Z) - PPP

Technical Terms - Internet (A-Z) - PPP

12th Grade

10 Qs

TCP/IP Protocol Model

TCP/IP Protocol Model

11th Grade

11 Qs

ADMINISTRASI SISTEM JARINGAN

ADMINISTRASI SISTEM JARINGAN

11th Grade

10 Qs

Network+ Computer Network Fundamentals

Network+ Computer Network Fundamentals

University

10 Qs

FTP

FTP

1st - 10th Grade

12 Qs

AP CSP BI 4

AP CSP BI 4

9th - 12th Grade

12 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