Computer Networks

  Home  Networking  Computer Networks


“Computer Networking related job interview questions and answers guide. Lean Computer Networks and get preparation for the job of Computer Networking field”



210 Computer Networks Questions And Answers

42⟩ Tell me what does CIDR stand for?

Hi,Classless intrnet domain routing (CIDR) , if default routing this is very useful where we don't need to very much about what is the subnetting about that class of ip's.shridhar

 185 views

43⟩ Tell me why should we care about the OSI Reference Model?

It is very important model for networking:

The main aim to design the OSI model is that actully they want to set a standerd for the communication and want to standarized the network equipement so that they would not be any Brand consuines

 227 views

44⟩ Explain what is RIP (Routing Information Protocol)?

RIP is one of the most enduring of all routing protocols. RIP is also one of the more easily confused protocols because a variety of RIP-like routing protocols proliferated, some of which even used the same name! RIP and the myriad RIP-like protocols were based on the same set of algorithms that use distance vectors to mathematically compare routes to identify the best path to any given destination address.

 189 views

45⟩ Explain what is the Network Time Protocol?

The Network Time Protocol (NTP) is a protocol for synchronising the clocks of computer systems over packet-switched, variable-latency data networks. NTP uses UDP as its transport layer. It is designed particularly to resist the effects of variable latency.

 190 views

46⟩ Explain what is subnet?

In topology and related areas of mathematics, a subnet is a generalization of the concept of subsequence to the case of nets. The definition is not completely straightforward, but is designed to allow as many theorems about subsequences to generalize to nets.A portion of a network that shares a common address component. On TCP/IP networks, subnets are defined as all devices whose IP addresses have the same prefix. For example, all devices with IP addresses that start with 100.100.100. would be part of the same subnet.

 202 views

47⟩ What is ERD(Emergency Repair Disk)?

Emergency Repair Disk, an ERD is a diskette that creates backups of important system files and settings and is used to help troubleshootand fix issues for Microsoft WINNT and WIN 2000. The ERD is used in conjunction with the Windows repair option and you will be prompted for the diskette when needed. Note: The ERD is not to be confused with a standard boot diskette as it cannot be used alone. The ERD is capable of performing such checks as:1. Verifying the boot sector is not corrupt. 2. Repairing any startup files. 3. Locate any missing or damaged system files.

 196 views

48⟩ Explain what is BGP (Border Gateway Protocol)?

BGP stands for Border Gateway Protocol. It is an inter-AS ( Autonomous System Routing Protocol ). BGP is the routing protocol that runs the Internet. BGP is used to interconnect network islands ( ASs ) together. BGP is the only IP routing protocol that runs on TCP instead of IP like the other routing protocols, OSPF, RIP, EIGRP.Also BGP is also known as a path vector protocol as it not only tells you how to get to a network IP prefix, but it shows you an AS path of the reachable network.There are two versions of the BGP protocol. EBGP ( External Border Gateway Protocol ) and IBGP ( Internal Border Gateway Protocol ).

 189 views

49⟩ Explain what are the data units at different layers of the TCP / IP protocol suite?

The data unit created at the application layer is called a message, at the transport layer the data unit created is called either a segment or an user datagram, at the network layer the data unit created is called the datagram, at the data link layer the datagram is encapsulated in to a frame and finally transmitted as signals along the transmission media.

 239 views

51⟩ Explain what is Bandwidth?

Every line has an upper limit and a lower limit on the frequency of signals it can carry. This limited range is called the bandwidth.

 194 views

53⟩ Do you know what is SAP?

Session Announcement Protocol, a computer protocol for broadcasting multicast session information Service Advertising Protocol, an IPX network protocol that makes the process of adding and removing services on an IPX internetwork dynamic Service Access Point, an identifying label for network endpoints used in OSI networking

 199 views

54⟩ Explain what is the VLan and how it is work?

VLAN also refers to a LAN port grouping within a single switch. VLANs improve security by isolating groups. A VLAN is a bridging domain and all broadcast and multicast traffic is contained within it.

 190 views

56⟩ Tell us what is wide-mouth frog?

it is used in cryptography, a key distribution center (KDC) is part of a cryptosystem intended to reduce the risks inherent in exchanging keys.

 200 views

57⟩ Explain what is the difference between TFTP and FTP application layer protocols?

The Trivial File Transfer Protocol (TFTP) allows a local host to obtain files from a remote host but does not provide reliability or security. It uses the fundamental packet delivery services offered by UDP.The File Transfer Protocol (FTP) is the standard mechanism provided by TCP / IP for copying a file from one host to another. It uses the services offered by TCP and so is reliable and secure. It establishes two connections (virtual circuits) between the hosts, one for data transfer and another for control information.

 206 views

58⟩ What is MTU of a link?

Maximum Transmission Unit is the largest physical packet size, measured in bytes, that a network can transmit. Any messages larger than the MTU are divided into smaller packets before being sent. Every network has a different MTU, which is set by the network administrator. On Windows 95, you can also set the MTU of your machine. This defines the maximum size of the packets sent from your computer onto the network. Ideally, you want the MTU to be the same as the smallest MTU of all the networks between your machine and a message's final destination. Otherwise, if your messages are larger than one of the intervening MTUs, they will get broken up (fragmented), which slows down transmission speeds. Trial and error is the only sure way of finding the optimal MTU, but there are some guidelines that can help. For example, the MTU of many PPP connections is 576, so if you connect to the Internet via PPP, you might want to set your machine's MTU to 576 too. Most Ethernet networks, on the other hand, have an MTU of 1500, which is the default MTU setting for Windows 95.That's all friends

 194 views

59⟩ Explain what is PING utility?

PING stands Packet Internet Gopher. This is a utility for ensuring connectivity between computers . ICMP protocol works behind this utility. Under it , sending node sends packets to destination node and reply is received if there is proper communication between two.

 197 views

60⟩ What are the possible ways of data exchange?(i) Simplex (ii) Half-duplex (iii) Full-duplex

There are three possible ways of data exchange. These are:1. Simplex: in this, data is transmitted in one direction only. this means one end will always be a transmitter and the other end will always be a reciever.2. Half-Duplex: in this, data is permitted to flow in either direction, but not silmultaneously. At a given time, the transmission can take place only in one direction.3. Full-duplex: A transmission system in which data can be transmitted in both directions simultaneously.

 231 views