Discuss, Learn and be Happy דיון בשאלות

help brightness_4 brightness_7 format_textdirection_r_to_l format_textdirection_l_to_r

סמנו נכון/לא נכון: בעיה נוספת היא ש-TCP מניח שאם נאבדה פאקטה זה בגלל שהיה שימוש בזיכרון מוגזם בנתב והוא זרק את זה כי יש עליו עומס ולכן כל פעם ש-TCP מזהה אובדן פאקטה הוא מקטין את החלון. אבל ההנחה הזו של עומס זיכרון לא מתאימה לעולם של האלחוטי, למשל ברשת סלולרית או וויפי בהחלט ייתכנו איבודי הודעות מסיבות של הפרעות. אז בעצם אנחנו סתם משלמים ברוחב סרט על ידי הקטנה של החלון אם בסך הכל הייתה הפרעה.

1
done
by
מיין לפי

A server listens over UDP on port 6789 and over TCP on port 2345. Three clients connect to this server at the same time. Each one of these clients runs four apps: two use TCP to connect to the server, and two use UDP to connect to the server. What is the total amount S of sockets required on the server to make this possible? (select the answer closest to your answer)

1
done
by
מיין לפי
by Shachar Adam
Shachar Adam 0 נקודות · יותר מ-6 חודשים
מוניטין: 126
The server has one socket for UDP which is used by all the clients, one TCP server/welcome socket which is used only for accepting connections, and six TCP slave sockets, each dedicated to a connection to a single client.
by

What is the fairness goal when K TCP sessions share the same bottleneck link of bandwidth R?

1
done
by
מיין לפי

What happens when a system has both TCP and UDP processes running?

1
done
by
מיין לפי

What is the key mechanism that enforces fairness between multiple TCP connections?

1
done
by
מיין לפי

What is the potential issue with an application opening multiple TCP connections to get prioritized bandwidth?

1
done
by
מיין לפי

What is the primary responsibility of the network layer, compared to the transport layer?

1
done
by
מיין לפי

What are the two key tasks of the network layer, in terms of speed and complexity?

1
done
by
מיין לפי

When a router receives a packet, how does it quickly determine which outgoing interface to forward the packet through?

1
sentiment_very_satisfied
by
מיין לפי

What is the input to the routing algorithm that constructs the router's routing table?

1
done
by
מיין לפי