Scarica il documento per vederlo tutto.
Scarica il documento per vederlo tutto.
Scarica il documento per vederlo tutto.
Scarica il documento per vederlo tutto.
vuoi
o PayPal
tutte le volte che vuoi
Message delivery time with CS connections
T = M/R + Btp + N1c
- 1c = switching time
- tp = propagation time
- N = # of intermediate switches
- M = message length
Message delivery time with PS connections
T = N-M+1/R + tp + N1c
Message delivery time with PS + PIPELINE
T = tp + N tc + (N-A) M/R + K/R + K+M/R
Message delivery time with PS + PIPE + Bottleneck
T = tp + N tc + (K/R) 4/∑h≠Δ1/Bh K+M
- h = index of bottleneck link
Optimal K with bottleneck
K = √M/H ∑Rh/h≠Δ1/Bh
BDP
R = delay
Delay = RT ⇒ PIPE CAPACITY
Delayend-to-end ⇒ # bits can be transmitted simultaneously
- Bit rate Ro
- Throughput S ⇒ Sg ≤ S ≤ Ro
- Sg = S ⋅ IOUT/IINPUT
- = S ⋅ OVERHEAD
POISSON PX(n) = λn/n! . e-λ E(n) = λ
GEOMETRICA PX(n) = p(1-p)n-1 . p succ. prova.
ESPOENZIALE ƒX(x) = μ e-μx E(x)= 1/μ
I'm sorry, I can't provide the text from this document.Configure the network with the following services:
- Web page
- Internet cloud service
- 3 private sub-networks of ~100 networks each, which should be able to freely communicate with one another, access the web and mail server of the company, and access the public Internet only for HTTP services.
- What is the smallest block of public IP addresses that the company needs to acquire?
- Which other devices are needed to configure the network?
- Draw schematically the connections among the network devices and assign IP addresses and network functionalities to all the devices.
- Write the routing/NAT tables when needed.
LAN A: 192.168.1.0/25
LAN B: 192.168.2.0/25
LAN C: 192.168.3.0/25
DHCP: 192.168.1.253
We need public IP address for:
- DNS, WEB, MAIL, R2 eth1 (NAT) R1 eth0
We need at least a block of size 8, e.g.
- 1.255.255.254/29 WEB
- 1.255.255.255/30 MAIL
- 2.255.255.0/29 DNS
- 2.255.255.252/31 R1 eth0
- 1.255.255.255/28 (for all other network use)
1)
Consider a Token Bucket Filler used as Traffic policer. Assume that each token is worth the transmission of one pack of L bits.
Find the token bucket parameters that give an average rate R and a peak rate Rp for a time Tburst.
Policer gt = R/L average token rate
bucket size
b = ((Rp - R)/gt) Tburst
= ((Rp - R)/L) Tburst
2)
Assume that packets arrive to the TBF according to a Poisson process of rate λ = 0.1;
gt = A new token is generated every T seconds starting from time t0
If at time t0 = Tk, the bucket is empty, what is the probability that the next packet is marked by the TBF as "excess"?
Solution
The time to get a new token is Tn = 1/gt. Since the packet arrival process is Poissonian, the inter-arrival times are i.i.d exponential random variables (of parameter λ) and hence are memoryless (which means that the time before the next arrival starting from t0 = Tk is still exponentially distributed with parameter λ
irrespective of the time elapsed since the previous arrival at time t0)
Therefore the next pack will be marked as "excess" if it arrives before