TCP/IP and UDP Questions and very small application for interview
- by Shantanu Gupta
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.