# 計算機網路計算題
packet transmission delay: L(bits) / R(Mbps)
d(link length) / s(speed of light propagation delay)

1*10^6(m) / 3*10^8(m/s) = 3.3*10^-2
### What is the maximum number of connections that can be ongoing in the network at any one time?

加起來 = 68
### sends packets of data

### Packet delay: four sources


### Encapsulation: an end-end view

### ISO


### HTTP request message: general format

### HTTP response status codes

### DNS records

### Internet checksum

### Performance of rdt3.0 (stop-and-wait)

### rdt3.0: stop-and-wait operation

### Pipelining: increased utilization

### TCP round trip time, timeout


### TCP throughput

### IP Datagram format

### dotted-decimal IP address notation:

### IP addressing: CIDR

### IPv6 datagram format

### Graph abstraction: link costs

### Dijkstra’s algorithm


### Cyclic Redundancy Check (CRC)

### Channel partitioning MAC protocols: TDMA

### CSMA/CD efficiency

### MAC addresses


### aloha
n = 2
p = 0.23
Np(1 - p)^2(N - 1) = 2 * 0.23 * (1 - 0.23)^2(2 - 1) = 0.27 or 27% efficiency.
### port number
