ich habe nächste Woche eine Klausur. diese fragen konnte ich mir nicht beantworten. zwar habe ich musterlösung dazu, aber kann ise auch nicht nachvollziehen. ich hoffe mir kann jemand hier helfen. Danke schon mal…
What is the worst case (1 byte payload) ratio of payload to total transferred data of a single TCP
segment? Calculate first the ratio without ACKs and then with one ACK in a preestablished
connection. Take into account the TCP and the IP header, you can ignore L2 and lower
headers/trailers. No TCP/IP options are used. (1 P.)
What is the ratio for UDP? (1 P.)
A network channel has unlimited bandwidth. TCP is transmitting data over this channel with a
window size of 48 KiByte. We assume that the window size remains constant. The round trip time
(RTT) is 5ms. What is the maximum possible throughput (in Bit per sec)? How does the
throughput change, if the RTT increases to 40ms? Which conclusions can you draw? (1 P.)
Das ich mich damit en Detail beschäftigen musste, ist schon eine Weile her, entsprechend kann ich zu 1. und 2. nur so viel sagen, dass es hier wohl um die Diskrepanz zwischen Nutzdaten und Signalisierungsdaten geht.
Wenn ich 3. richtig verstehe, senden wir 48kb, mit einer RTT von 5ms. Eine Sekunde hat 1000ms, entsprechend wären 1000 / 5 * 48 Byte pro Sekunde möglich, also 76800 Bit oder 24 Kilobit/s.
Hoffentlich hilft das ein wenig - und hoffentlich antwortet jemand, der davon wirklich Ahnung hat.
ich habe nächste Woche eine Klausur. diese fragen konnte ich
mir nicht beantworten. zwar habe ich musterlösung dazu, aber
kann ise auch nicht nachvollziehen. ich hoffe mir kann jemand
hier helfen. Danke schon mal…
What is the worst case (1 byte payload) ratio of payload to
total transferred data of a single TCP
segment? Calculate first the ratio without ACKs and then with
one ACK in a preestablished
connection. Take into account the TCP and the IP header, you
can ignore L2 and lower
headers/trailers. No TCP/IP options are used. (1 P.)
A network channel has unlimited bandwidth. TCP is
transmitting data over this channel with a
window size of 48 KiByte. We assume that the window size
remains constant. The round trip time
(RTT) is 5ms. What is the maximum possible throughput (in Bit
per sec)? How does the
throughput change, if the RTT increases to 40ms? Which
conclusions can you draw? (1 P.)
Well english question - english answer. A look into wikipedia show a nice formula - see http://en.wikipedia.org/wiki/TCP_tuning#TCP_speed_li…
I think the two factors are in this formula - the windows size and the RTT. Think of the ms of the RTT - the answer shound be in kib oder MiB per secound.
Hier finden sich die ersten Hinweise und vor allem Verweise auf Grundlagen.
Zu Frage 1.) würde ich die Anzahl minimal nötiger Bytes für eine (Paket-)Übertragung ermitteln
TCP- + IP-Header im 3 Wege-Handshake + 1 Byte Payload
und das Verhältnis zu dem einen übertragenen Byte ermitteln (1 : 4711?) Bei den ACKs pass nur
auf, ob die Daten immer im Paket enthalten sind (entweder als Null/0 oder mit Werten): Die Anzahl
der Bytes bliebe gleich. Interessant sind eigentlich nur Felder des Headers, die variable Längen
aufweisen können. Auch wenn die MTU mit 1500 und max payload somit 1460 Byte beträgt, die
Payload wird m.E.n. immer in mindestens einem Oktett transportiert (4 Byte), sodass für ein 1 Byte-
Paket 20+20+4 = 44 Bytes transportiert werden müssen (ohne Protokoll-Overhead).
an. Ich denke der Artikel sollte helfen. Die dämlichen KiBytes sollen wahrscheinlich 48.000 Bytes
bedeuten (zur Basis 10). Es lässt sich festhalten, dass eine Erhöhung der RTT eine Verringerung
des Durchsatzes bedeutet, da länger auf ACKs gewartet werden muss, daher die Methode der
sliding window size um sich den Gegebenheiten möglichstz gut anpassen zu können.
Ich hoffe ich habe etwas helfen können, viel Glück für Deine Prüfung.
Leider kann ich Dir nicht weiterhelfen. So tief stecke ich in der Materie nicht drin.
Wenn Du schon eine Musterlösung hast, sollte es Dir auch möglich sein, den Grund nachzuvollziehen.
Außerdem gibt es sicher andere Studenten in Deinem Semester, die man ja vielleicht auch fragen kann, oder nicht?
lg.
vordprefect
ich habe nächste Woche eine Klausur. diese fragen konnte ich
mir nicht beantworten. zwar habe ich musterlösung dazu, aber
kann ise auch nicht nachvollziehen. ich hoffe mir kann jemand
hier helfen. Danke schon mal…
What is the worst case (1 byte payload) ratio of payload to
total transferred data of a single TCP
segment? Calculate first the ratio without ACKs and then with
one ACK in a preestablished
connection. Take into account the TCP and the IP header, you
can ignore L2 and lower
headers/trailers. No TCP/IP options are used. (1 P.)
What is the ratio for UDP? (1 P.)
A network channel has unlimited bandwidth. TCP is
transmitting data over this channel with a
window size of 48 KiByte. We assume that the window size
remains constant. The round trip time
(RTT) is 5ms. What is the maximum possible throughput (in Bit
per sec)? How does the
throughput change, if the RTT increases to 40ms? Which
conclusions can you draw? (1 P.)