WebSocket Security Issues

WebSocket Security Issues

9th Grade - University

7 Qs

quiz-placeholder

Similar activities

Quiz Pengenalan Internet

Quiz Pengenalan Internet

12th Grade

10 Qs

Protocolos y comunicaciones de red

Protocolos y comunicaciones de red

University

10 Qs

Media Jaringan Komputer dan Telekomunikasi

Media Jaringan Komputer dan Telekomunikasi

10th Grade - University

10 Qs

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

EC8551-CN- activity 1

EC8551-CN- activity 1

University

10 Qs

Internet and Packets

Internet and Packets

11th Grade

10 Qs

Internet & HTTP

Internet & HTTP

University

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