WebSocket Security Issues

WebSocket Security Issues

9th Grade - University

7 Qs

quiz-placeholder

Similar activities

SLR 3 - Networking part 3

SLR 3 - Networking part 3

9th - 12th Grade

10 Qs

The internet structure

The internet structure

12th Grade

12 Qs

Protocols and Layers

Protocols and Layers

11th Grade

10 Qs

BTT 211-Ağ Modeli TCP-IP

BTT 211-Ağ Modeli TCP-IP

9th Grade

10 Qs

OSI LAYER

OSI LAYER

University

7 Qs

Big Idea 4

Big Idea 4

9th - 12th Grade

10 Qs

Networks and Protocols Quiz

Networks and Protocols Quiz

12th Grade

10 Qs

TLJ Aspek Komunikasi Data 2

TLJ Aspek Komunikasi Data 2

12th 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