300+ TOP Tcp/ip Interview Questions and Answers

Q1. How Is Tcp/ip Defined?

All of the protocols in the TCP/IP suite are defined by documents called Requests For Comments (RFC’s). An important difference between TCP/IP RFC’s and other (say, IEEE or ITU) networking standards is that RFC’s are freely available online.

Q2. What Is A Link In Case Of Tcp/ip?

A link refers to the connectivity between two devices. It includes the type of cables and protocols used in order for one device to be able to communicate with the other.

Q3. What Is The Way To Establish A Tcp Connection?

By using acknowledgement.

Q4. What Protocols Fall Under The Tcp/ip Internet Layer?

There are 4 protocols that are being managed by this layer. These are ICMP, IGMP, IP and ARP.

Q5. Mention One Real Place To Use Tcp/ip?

LAN cards.

Q6. What Are Gateways In Case Of Tcp/ip?

Gateways provide connectivity between two or more network segments. It is usually a computer that runs the gateway software and provides translation services. This translation is a key in allowing different systems to communicate on the network.

Q7. Tcp/ip Has How Many Layers?

5 layers: Network layer, Internet layer, Transport layer and Application layer.

Q8. What Is The Role Of Tcp/ip In Data Transmission From Source To Destination?

Yes, lots of them, far too many to list here. Uri Raz maintains a TCP/IP bibliography (the “TCP/IP Resources List”) that is posted  to the comp.protocols.tcp-ip newsgroup on a monthly basis.

Q9. What Is Tracert In Case Of Tcp/ip?

Tracert is a Windows utility program that can used to trace the route taken by data from the router to the destination network. It also shows the number of hops taken during the entire transmission route.

Q10. Briefly Describe Nat?

NAT is Network Address Translation. This is a protocol that provides a way for multiple computers on a common network to share single connection to the Internet.

Q11. Can I Set Up A Gateway To The Internet That Translates Ip Addresses, So That I Don’t Have To Change All Our Internal Addresses To An Official Network?

This is called Network Address Translation, or NAT. In general it  is a difficult thing to do properly because many application embed IP addresses in the application-level data (FTP’s “PORT” command is a notable example) so NAT isn’t simply a matter of translating addresses in the IP header and recalculating header  checksums. Also, if the network number(s) you’re using match those assigned to another organisation, your gateway may not be able to communicate with.

Q12. What Do Mean By Tunnel Model?

This is a mode of data exchange wherein two communicating computers do not use IPSec themselves. Instead, the gateway that is connecting their LANs to the transit network creates a virtual tunnel that uses the IPSec protocol to secure all communication that passes through it.

Q13. What Is Tcp/ip?

TCP/IP is a name given to the collection (or suite) of networking protocols that have been used to construct the global Internet. The protocols are also referred to as the DoD (dee-oh-dee) or Arpanet protocol suite because their early development was funded by the Advanced Research Projects Agency (ARPA) of the US Department of Defense (DoD).

Q14. What Is Subnet Mask?

A subnet mask is combined with an IP address in order to identify two parts: the extended network address and the host address. Like an IP address, a subnet mask is made up of 32 bits.

Q15. What Is The Major Disadvantage Of Star Topology In Case Of Tcp/ip?

One major disadvantage of star topology is that once the central hub or switch get damaged, the entire network becomes unusable.

Q16. How Many Layers Are There Under Tcp/ip?

There are four layers: the Network Layer, Internet Layer, Transport Layer and Application Layer.

Q17. What Is Tcp/ip Model?

TCP/IP model is an implementation of OSI reference model. It has five layers.

They are: Network layer, Internet layer, Transport layer and Application layer.

Q18. What Protocols Fall Under The Application Layer Of The Tcp/ip Stack?

The following are the protocols under TCP/IP Application layer:

FTP, TFTP, Telnet and SMTP.

Q19. What Is The Data Unit Of “transport Layer”?

Segment.

Q20. Mark One Of The Most Important Difference Between Tcp And Udp?

TCP is a connection-oriented and UDP is a connection-less protocol.

Q21. What Is Nos (network Operating System) In Case Of Tcp/ip?

NOS, or Network Operating System, is specialized software whose main task is to provide network connectivity to a computer in order for it to be able to communicate with other computers and connected devices.

Q22. What Are The Networking Protocol Options For The Windows Clients If For Some Reason You Do Not Want To Use Tcp/ip?

NWLink (Novell), NetBEUI, AppleTalk (Apple).