WEB / SSH Flashcards

1
Q

If you are not afraid to loose a byte (ex. a frame in a video) what protocol do you use? And what protocol do you use if you CAN’T loose a byte?

A

DCP (not important if you loose a byte).

TCP (when you don’t want to loose a byte).

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

What is SSH?

A

Secure Shell. Can connect two computers/servers directly.

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

What is RSH?

A

Remote Shell. Connects a shell running in remote computer.

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

What is Telnet?

A

TELetype NETwork. Stimulates being in front of remote computer.

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

What are the differences between HTTP :// and : ?

A

:// are hierarchical

: are flat

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

All the HTTP methods (verbs) can be…

A

Safe, Idempotent or Cacheable.

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

What HTTP methods (verds) are Safe?

A

GET and HEAD.

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

What HTTP methods (verds) are Idempotent?

A

PUT

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

What HTTP methods (verds) are Catchable?

A

POST

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

What does Cacheable means?

A

Cached is controlled by client. A cacheable response is an HTTP response that can be cached, that is stored to be retrieved and used later, saving a new request to the server.

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

What does Idempotent means?

A

An HTTP method is idempotent if an identical request can be made once or several times in a row with the same effect while leaving the server in the same state.

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