Networks Flashcards

Network and ICT systems

1
Q

Two types of encryption systems in networks.

A

Symmetric or shared key

Asymmetric or public key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Two main requirements of cryptography

A

It should be computationally feasible to derive the plaintext from the cyphertext without knowledge of decryption key.
It should be computationally feasible to derive the cyphertext from the plaintext with out knowledge of the decryption key.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the he formula for calculating number of keys in symmetric network

A

N(n-1)/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is 401 code mean?

A

Unauthorized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is 403 code mean?

A

Forbidden

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is 400 code mean?

A

Bad request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is 404 code mean?

A

Page not found

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is 500 code mean?

A

Internal Server Error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is 502 code mean?

A

Bad gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is 503 code mean?

A

Service Unavailable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is CORS ?

A

Cross origin resource sharing. This occurs when a web application execute cross-origin HTTP request when it request resource that has an different origin (domain , protocol, etc) from its own origin.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly