| Author |
Message |
satish23
Joined: 14 Mar 2008 Posts: 23
|
21 Mar 2008 7:33 Networking Interview Questions |
|
|
|
Networking
* How can I make my server a daemon?
* How should I choose a port number for my server?
* Layers in TCP/IP
* How can I be sure that a UDP message is received?
* How to get IP header of a UDP message
* Writing UDP/SOCK_DGRAM applications
* How many bytes in an IPX network address?
* What is the difference between MUTEX and Semaphore?
* What is priority inversion?
* Different Solutions to dining philosophers problem.
* What is a message queue?
* Questions on Shared Memory.
* What is DHCP?
* Working of ping, telnet, gopher.
* Can I connect two computers to internet using same line ?
* Why networks are layered ? What is the advantage of that ?
* User(s) are complaining of delays when using the network. What would you do?
* What are some of the problems associated with operating a switched LAN?
* Name some of the ways of combining TCP/IP traffic and SNA traffic over the same link.
* What sort of cabling is suitable for Fast Ethernet protocols?
* What is a Class D IP address?
* Why do I sometimes lose a server's address when using more than one server?
* What is Firewall?
* How do I monitor the activity of sockets?
* How would I put my socket in non-blocking mode?
* What are RAW sockets?
* What is the role of TCP protocol and IP protocol.
* What is UDP?
* How many layers are there in OSI ? Why is it called OSI model ?
* network topologies ?
* Which are the different network topologies ?
* an example of bus type network.
* What is the Bandwidth of Ethernet ?
* Explain the advantage and disadvantage of Ethernet ?
* Which is the protocol used in Ethernet. (CSMA/CD) Why is it called so ?
* What is the advantage of Ring network ?
* Compare it with Ethernet.
|
|
| Back to top |
|
 |
Abo Saker
Joined: 05 Feb 2005 Posts: 130 Helped: 24 Location: Islamic Land
|
21 Mar 2008 11:36 Re: Networking Interview Questions |
|
|
|
I will answer some of your questions, you can answer the other through WiKi, it will help you better than me.
* Layers in TCP/IP
4 layers: Application + Transport + Internet + host-to-network
* How can I be sure that a UDP message is received?
I think this is a trick question: you can't make sure that UDP packet arrived because it didn't transmit any acknowledgment about reciving transmitting packet like TCP, you should go to the other end to make sure your packet recieved.
* Can I connect two computers to internet using same line ?
Yes, you can connect the two computers through Cross-Cable, connect on of them to the internet and made the modem of that Computer shared though ICS (Internet Connection Sharing).
* Why networks are layered ? What is the advantage of that ?
Read about IOS Model
* User(s) are complaining of delays when using the network. What would you do?
Check their connectivity between users and your resources, maybe there is HUB causing high collision or you are using only 10Mb port speed or there is a high broadcast traffic in your network because you are using only HUB and Switches instead or router or VLAN.
* What are some of the problems associated with operating a switched LAN?
Read about VLAN
Broudcast traffic will be heard among all users and you can't manage or secure your LAN's like VLAN.
* What sort of cabling is suitable for Fast Ethernet protocols?
Cat5 Cat6 Cat7
* Why do I sometimes lose a server's address when using more than one server?
Your question is not clear.
Do you mean "when using more than one server" using more than one DNS server, in that case maybe the entry between the DNS Servers were not updated yet, in that case you may lose your server's address.
* How many layers are there in OSI ? Why is it called OSI model ?
7 layers
Regards,
|
|
| Back to top |
|
 |
e_ravikumarshinde
Joined: 08 Feb 2008 Posts: 30 Helped: 3
|
14 Aug 2008 17:06 Networking Interview Questions |
|
|
|
* How should I choose a port number for my server?
>>if you are using layer4 searvices then each stnadard protocal like FTP,HTTP,TELNEThas fixed port no.
* How to get IP header of a UDP message
UDP is L4 protocol & IP is L3 . so when you recive UDP packet, IP header will be present before UDP header & after ethernet type if field
* What is DHCP?
DHCP is dynamic Host control protocol. Which is used for automatically updating info abt IP add subnet add etc
* Can I connect two computers to internet using same line ?
Using bus topology ?
* User(s) are complaining of delays when using the network. What would you do?
proper network design
* What is the role of TCP protocol and IP protocol.
read L3 & L4 in OSI
|
|
| Back to top |
|
 |
keyvan
Joined: 21 Jul 2008 Posts: 9 Helped: 1
|
15 Aug 2008 7:22 Re: Networking Interview Questions |
|
|
|
| thanks very much
|
|
| Back to top |
|
 |
JacobChristy
Joined: 25 Aug 2008 Posts: 4
|
26 Aug 2008 7:56 Re: Networking Interview Questions |
|
|
|
Hi,
its not possible to acknowledge that whether the UDP message has been recieved on the other hand or not. This is the disadvantage of UDP
|
|
| Back to top |
|
 |