面试可以问关于 TCP/IP、UDP、Socket 编程的问题吗?
后天我要去面试,面试官会问我关于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从哪里开始?
对于更高级的问题:
.....很有可能学习,祝你好运!
Where to start from?
And for a bit more advanced questions:
..... very possible to learn, good luck!