slides29 Flashcards

1
Q

wat does NFS take care of

A
  • presentation issues using XDR
  • composing and sending the RPC
  • receiving the reply
  • unpacking the results and returning them to the caller
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

idempotent

A

Fortunately, most NFS operations are idempotent, meaning they can be done more than once and get the same answer each time

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

NFS relies on ….

A

Traditionally, NFS runs over RPC over UDP
UDP was chosen for its lower overhead than TCP
But then NFS or RPC has to deal with UDP’s unreliability

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

NFS servers are stateless, soo…

A

…no information is kept on the server about past NFS requests

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

wot is w3b and y is it confused with the Internet

A

The World Wide Web (WWW) is what many people wrongly think is the Internet
This is a testament to the fact that the WWW was the major driving force behind the growth, commercialisation and general acceptance of the Internet
HTTP is the protocol that drives the WWW

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

wat header contains

A

• The HTTP version the server uses, followed by 200, a code to indicate success
• A description of the server software
• A MIME header that encapsulates the actual data
The MIME header gives additional information, such as the kind of data, its length, and its lifetime

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

wat is difference between HTTPS and SHTTP

A

In contrast, another protocol, SHTTP, is an extension to the HTTP protocol to include security and authentication

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

y voip exists

A

The marginal cost for the use of the Internet is tiny, while long-distance and international calls are expensive

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

wat does russel love to take the piss of wen talkin bout BT

A

It using VoIP over a telephone line

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

lets make a A denial of service attack

A

SYN floods
A TCP connection starts with a SYN. The server sends a
SYN+ACK, which the client ACKs
The server must save a chunk of information about the initial SYN so it can recognise the client ACK as part of the new connection; and the options, like SACK, MSS

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