TCP/IP and Internet Protocols Interview Questions and Answers

Q1 : What Is TCP/IP?
A : 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).

Q2 : How Is TCP/IP Defined?
A : 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.

Q3 : What Do Mean By Tunnel Model?
A : 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.

Q4 : What Protocols Fall Under The TCP/IP Internet Layer?
A : There are 4 protocols that are being managed by this layer. These are ICMP, IGMP, IP, and ARP.

Q5 : What Is The Data Unit Of “transport Layer”?
A : Segment.

Q6 : What Is The Way To Establish A TCP Connection?
A : By using acknowledgment.

Q7 : What Is Tracert In Case Of TCP/IP?
A : Tracert is a Windows utility program that can be 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.

Q8 : What Protocols Fall Under The Application Layer Of The TCP/IP Stack?
A : The following are the protocols under TCP/IP Application layer:

FTP, TFTP, Telnet, and SMTP.

Q9 : What Is Nos Network Operating System) In Case Of Tcp/ip?
A : 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.

Q10 : What Is Subnet Mask?
A : 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.

Q11 : Mention One Real Place To Use TCP/IP?
A : LAN cards.

Q12 : 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?
A : This is called Network Address Translation, or NAT. In general, it is a difficult thing to do properly because many application embeds 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 organization, your gateway may not be able to communicate with.

Q13 : What Are Gateways In Case Of TCP/IP?
A : 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 key in allowing different systems to communicate on the network.

Q14 : What Is The Major Disadvantage Of Star Topology In Case Of TCP/IP?
A : One major disadvantage of star topology is that once the central hub or switch get damaged, the entire network becomes unusable.

Q15 : What Is TCP/IP?
A : 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).

Q16 : Describe Nat?
A : 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.

Q17 : What Is A Link In Case Of TCP/IP?
A : 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.

Q18 : How Many Layers Are There Under TCP/IP?
A : There are four layers: the Network Layer, Internet Layer, Transport Layer, and Application Layer.

Q19 : What Is The Role Of TCP/IP In Data Transmission From Source To Destination?
A : 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.

Q20 : What Are The Networking Protocol Options For The Windows Clients If For Some Reason You Do Not Want To Use TCP/IP?
A : NWLink (Novell), NetBEUI, AppleTalk (Apple).