RSS Feed for NETWORKING Interview QuestionsCategory: NETWORKING Interview Questions

What is virtual path? »

Along any transmission path from a given source to a given destination, a group of virtual circuits can be grouped together into what is called path.

What is the difference between an unspecified passive open and a fully specified passive open? »

An unspecified passive open has the server waiting for a connection request from a client. A fully specified passive open has the server waiting for a connection from a specific client.

What is anonymous FTP and why would you use it? »

Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP uses a login called anonymous or guest, with the password usually requesting the user’s ID for tracking purposes only. Anonymous FTP is used to enable a large number of users to access files on the host [...]

Difference between bit rate and baud rate? »

Bit rate is the number of bits transmitted during one second whereas baud rate refers to the number of signal units per second that are required to represent those bits. baud rate = bit rate / N where N is no-of-bits represented by each signal shift.

What are the important topologies for networks? »

BUS topology:
In this each computer is directly connected to primary network cable in a single line.
Advantages:
Inexpensive, easy to install, simple to understand, easy to extend.
STAR topology:
In this all computers are connected using a central hub.
Advantages:
Can be inexpensive, easy to install and reconfigure and easy to trouble shoot physical problems.
RING topology:
In this all computers are [...]

What is the range of addresses in the classes of internet addresses? »

Class A 0.0.0.0 - 127.255.255.255
Class B 128.0.0.0 - 191.255.255.255
Class C 192.0.0.0 - 223.255.255.255
Class D 224.0.0.0 - 239.255.255.255
Class E 240.0.0.0 - 247.255.255.255

What protocol is used by DNS name servers? »

DNS uses UDP for communication between servers. It is a better choice than TCP because of the improved speed a connectionless protocol offers. Of course, transmission reliability suffers with UDP.

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.