Notation
\(O_i\) denotes sample point \(i\).Important Facts/Results
\( P(A \mbox{ or } B \mbox{ or both}) = P(A) + P(B) - P(A \mbox{ and } B) \)
\( P(A \mbox{ and } B) = P(A|B) \cdot P(B) \)
Assuming certain assumptions are satisfied, the expected size of a queueing system is given by \(\lambda / (\mu - \lambda)\).
Assuming certain assumptions are satisfied, the expected time in a queueing system is given by \(1 / (\mu - \lambda)\).
Notation
\(N\) denotes the number of machines that want the fileImportant Facts/Results
\( D_{\text{Clint-Server}} = \max \left\{ \frac{NF}{u_S}, \frac{F}{d_{\mbox{min}}} \right\} \)
\( D_{\text{Peer-to-Peer}} \approx \max \left\{ \frac{F}{u_S}, \frac{F}{d_{\mbox{min}}}, \frac{NF}{u_\mbox{total}} \right\} \)
The entire document is contained between an <html>
tag
and an </html>
tag.
Metadata (i.e., data about the document) is contained between optional
<head>
and </head>
tags.
The main part of the document is contained between a
<body>
tag and a </body>
tag.
Paragraphs are contained between <p>
and </p>
tags. Paragraphs can contain text
and other elements (e.g., images and links).
Images are specified using <img/>
tags. They
have a src
attribute that contains the URL of the image
file. The value of the src
attribute follows the
=
character and is in quotes (e.g.,
<img src="DukeDog.png" />
).
Links (or anchors) are specified using <a>
and
</a>
tags. The URL of the link (i.e., the file
to retrieve when the link is clicked) is specified with the
href
attribute. The value of the href
follows the =
character and is in quotes.
The text of the link (i.e., the text that the user can click on to
retrieve the URL) is contained between the <a>
and
</a>
tags
(e.g.,
<a href="http://www.cs.jmu.edu/index.html">JMU CS<a>
).
Notation
\(L\) denotes the length of the frameImportant Facts/Results
\(U_\text{Stop-and-Wait} = \frac{1}{1 + \left(\frac{RTT}{d_{\text{trans}}}\right)}\)
\(U_\text{Fixed Window} = \frac{w}{w + \left(\frac{RTT}{d_{\text{trans}}}\right)}\)
Notation
\(V\) is a non-empty, finite set of vertices (or nodes)Notation
\(\lambda\) denotes the wavelengthImportant Facts/Results
In a perfect (i.e., noiseless) channel:
\(
M = 2 H \log_{2}(V)
\)
In a noisy channel (under appropriate assumptions):
\(
M = H \log_{2}(1 + S/N)
\)
Notation
\(d_{\text{prop}}\) denotes the time to transmit a maximum size frameImportant Facts/Results
\(U_\text{Ethernet} = \frac{1}{1 + 5 d_{\text{prop}} / d_{\text{max}}}\)
Addresses
Class A addresses (in binary) start with 0
.
Class B addresses (in binary) start with 10
.
Class C addresses (in binary) start with 110
.
Class D addresses (in binary) start with 1110
.
Addresses in the following ranges are private addresses:
10.0.0.0
- 10.255.255.255
172.16.0.0
- 172.31.255.255
192.168.0.0
- 192.168.255.255
Some Well-Known Ports
13 - Daytime
17 - Quote of the Day
20 - File Transfer Protocol (FTP) data
21 - FTP control
22 - Secure Shell (SSH)
23 - Telnet
25 - Simple Mail Transfer Protocol (SMTP)
67 - Dynamic Host Configuration Protocol (DHCP) server
68 - Dynamic Host Configuration Protocol (DHCP) client
80 - Hypertext Transfer Protocol (HTTP)
109 - Post Office Protocol (POP) v2
110 - POP v3
220 - IMAP v3
389 - LDAP
443 - HTTPS
520 - Routing Information Protocol (RIP)
989 - FTPS data
990 - FTPS control
Ethernet
Preamble (7 octets)IP
Version (4 bits)TCP
Source Port (16 bits)UDP
Source Port (16 bits)Copyright 2013