面试可以问关于 TCP/IP、UDP、Socket 编程的问题吗?

发布于 2024-08-27 01:24:23 字数 332 浏览 2 评论 0原文

后天我要去面试,面试官会问我关于 TCP/IP 和 UDP 的各种问题。 到目前为止我已经准备好了相关的理论知识。但现在我正在寻求获得一些与其在网络中如何工作相关的实践知识。各种 .NET 类中发生了什么。

我想创建一个非常小的应用程序,例如聊天或可以让我非常清楚所有这些概念的应用程序。您能否提出一些您通常会问或可能遇到的与 TCP/IP 相关的问题?

从服务器到客户端的通信方式。 现在我正在研究 TcpClient、TcpListener 和 UdpClient 类,但我想实现所有这些类,以便了解其工作原理。

聊天应用程序是 Tcp/IP 应用程序吗?

我将不胜感激你的帮助。

I am going for an interview day after tomorrow where i will be asked vaious questions related to TCP/IP and UDP.
As of now i have prepared theoritical knowledge about it. But now I am looking up for gaining some practicle knowledge related to how it works in a network. What all is going in vaious .NET classes.

I want to create a very small application like a chat or something that can make me all these concepts very much clear. Could you please suggest some questions related to TCP/IP that you generally ask or that you might have faced.

How communication is going from server to client.
Right now I am studying TcpClient, TcpListener and UdpClient Class but I want to implement all of them so as to get aware about its working.

Is Chat application a Tcp/IP application ?

I would appreciate your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月蹉跎了容颜 2024-09-03 01:24:23

从哪里开始?

  • TCP和UDP的本质区别是什么?
  • 哪一个使用“握手”?有多少步?
  • 哪一个被认为“不可靠”?
  • TCP 适用于哪种操作系统? Linux 还是 Windows?

对于更高级的问题:

  • 什么是 TCP 窗口堆栈?它是如何影响它的?
  • 什么是非阻塞操作?

.....很有可能学习,祝你好运!

Where to start from?

  • What is the essential difference between TCP and UDP?
  • Which one uses a "handshake"? How many steps?
  • Which one is considered "unreliable"?
  • For which OS will TCP fit? Linux or Windows?

And for a bit more advanced questions:

  • What is a TCP window stack? How does it affect it?
  • What is a non-blocking operation?

..... very possible to learn, good luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文