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

81⟩ What are the different type of networking / internet working devices?

Different type of networking / internetworking devices Repeater:

Also called a regenerator, it is an electronic device that operates only at physical layer. It receives the signal in the network before it becomes weak, regenerates the original bit pattern and puts the refreshed copy back in to the link.

Bridges:

These operate both in the physical and data link layers of LANs of same type. They divide a larger network in to smaller segments. They contain logic that allow them to keep the traffic for each segment separate and thus are repeaters that relay a frame only the side of the segment containing the intended recipient and control congestion. Routers:They relay packets among multiple interconnected networks (i.e. LANs of different type). They operate in the physical, data link and network layers. They contain software that enable them to determine which of the several possible paths is the best for a particular transmission.Gateways:They relay packets among networks that have different protocols (e.g. between a LAN and a WAN). They accept a packet formatted for one protocol and convert it to a packet formatted for another protocol before forwarding it. They operate in all seven layers of the OSI model.

 189 views

82⟩ What is difference between switch & hub?

Hub is a Physical layer devices that are really just multiple port repeaters. When an electronic digitalsignal is received on a port, the signal is reamplified or regenerated and forwarded out allsegments except the segment from which the signal was received. switch

(1) In networking, a device responsible for multiple functions such as filtering, flooding,and sending frames. It works using the destination address of individual frames. Switches operateat the Data Link layer of the OSI model.

(2) Broadly, any electronic/mechanical device allowingconnections to be established as needed and terminated if no longer necessary.

 190 views

83⟩ Tell me, you can ping servers on the subnet your workstation is on, but not other subnets. What is wrong?

That is a TCP ip rule you can't ping to another subnet why because of if you try to communicate to another machine the machine's TCP/IP protocol suite will check by using AND ing the destination IP. Iif it doesn't mach the subnet it will send that request to the gateway so the responsibility goes to gateway to reach the other network may be the gateway is not configure correctly

 211 views

84⟩ What is NETBIOS and NETBEUI?

NETBIOS is a programming interface that allows I/O requests to be sent to and received from a remote computer and it hides the networking hardware from applications.NETBEUI is NetBIOS extended user interface. A transport protocol designed by microsoft and IBM for the use on small subnets.

 212 views

85⟩ How to configure dhcp features in an switch?

DHCP is only available on newer IOS-based switches. For example, Catalyst 3550 and 3750 offer DHCP.

Let us take Cisco 2611 router running IOS12.2

To begin, connect the router's Ethernet port to a switch, and connect the switch to a laptop, which will serve as the DHCP client.

To configure Cisco IOS DHCP, follow these steps, which include sample commands:

Configure an IP address on the router's Ethernet port, and bring up the interface. (On an existing router, you would have already done this.)

Router(config)# interface ethernet0/0

Router(config-if)#ip address 1.1.1.1 255.0.0.0

Router(config-if)# no shutdown

Create a DHCP IP address pool for the IP addresses you want to use.

Router (config)# ip dhcp pool mypool

Specify the network and subnet for the addresses you want to use from the pool.

Router(dhcp-config)# network 1.1.1.0 /8 ÂÂ

Specify the DNS domain name for the clients.

Router(dhcp-config)#domain-name mydomain.com

Specify the primary and secondary DNS servers.

Router(dhcp-config)#dns-server 1.1.1.10 1.1.1.11

Specify the default router (i.e., default gateway).

Router(dhcp-config)#default-router 1.1.1.1

Specify the lease duration for the addresses you're using from the pool.

Router(dhcp-config)#lease 7

Exit Pool Configuration Mode.

Router(dhcp-config)#exit

This takes you back to the global configuration prompt. Next, exclude any addresses in the pool range that you don't want to hand out.

For example, let's say that you've decided that all IP addresses up to .100 will be for static IP devices such as servers and printers. All IP addresses above .100 will be available in the pool for DHCP clients.

Next, enter the ipconfig /renew command on the laptop to receive an IP address. After you have the IP address, enter the ipconfig /all command.

 208 views

86⟩ Explain what are 10Base2, 10Base5 and 10BaseT Ethernet LANs?

10Base2

—An Ethernet term meaning a maximum transfer rate of 10 Megabits per second that uses baseband signaling, with a contiguous cable segment length of 100 meters and a maximum of 2 segments.

10Base5

—An Ethernet term meaning a maximum transfer rate of 10 Megabits per second that uses baseband signaling, with 5 continuous segments not exceeding 100 meters per segment.

10BaseT

—An Ethernet term meaning a maximum transfer rate of 10 Megabits per second that uses baseband signaling and twisted pair cabling.

 201 views

87⟩ Explain what is redirector?

Redirector is software that intercepts file or prints I/O requests and translates them into network requests. This comes under presentation layer.

 220 views

88⟩ What is "triple X" in Networks?

The function of PAD (Packet Assembler Disassembler) is described in a document known as X.3. The standard protocol has been defined between the terminal and the PAD, called X.28; another standard protocol exists between hte PAD and the network, called X.29. Together, these three recommendations are often called "triple X"

 209 views

89⟩ Explain what are major types of networks and explain?

Server-based networkPeer-to-peer networkPeer-to-peer network, computers can act as both servers sharing resources and as clients using the resources.Server-based networks provide centralized control of network resources and rely on server computers to provide security and network administration

 207 views

90⟩ Tell me what is Project 802?

It is a project started by IEEE to set standards that enable intercommunication between equipment from a variety of manufacturers. It is a way for specifying functions of the physical layer, the data link layer and to some extent the network layer to allow for interconnectivity of major LAN protocols.It consists of the following:802.1 is an internetworking standard for compatibility of different LANs and MANs across protocols.802.2 Logical link control (LLC) is the upper sublayer of the data link layer which is non-architecture-specific, that is remains the same for all IEEE-defined LANs. Media access control (MAC) is the lower sublayer of the data link layer that contains some distinct modules each carrying proprietary information specific to the LAN product being used. The modules are Ethernet LAN (802.3), Token ring LAN (802.4), Token bus LAN (802.5).802.6 is distributed queue dual bus (DQDB) designed to be used in MANs.

 186 views

92⟩ Tell us what is ICMP?

ICMP is Internet Control Message Protocol, a network layer protocol of the TCP/IP suite used by hosts and gateways to send notification of datagram problems back to the sender. It uses the echo test / reply to test whether a destination is reachable and responding. It also handles both control and error messages.

 192 views

93⟩ Tell me can we use static and dynamic routing in one network?

As Saurabh said; we can use static and Dynamic Routing in one network. However Dyanmic Routing is used to have the best path no matter what the status of the physical links.All routing protocols have some sort of shortest-path or lowest-cost or best-choice algorithm to help you weigh all the options available. Static routing can be used in a small network to reduce the work of the network administrator or to use a particular route only to forward the packet; we need static routing.

 195 views

94⟩ Tell me what are the advantages and disadvantages of the three types of routing tables?

The three types of routing tables are fixed, dynamic, and fixed central. The fixed table must be manually modified every time there is a change. A dynamic table changes its information based on network traffic, reducing the amount of manual maintenance. A fixed central table lets a manager modify only one table, which is then read by other devices. The fixed central table reduces the need to update each machine's table, as with the fixed table. Usually a dynamic table causes the fewest problems for a network administrator, although the table's contents can change without the administrator being aware of the change.

 230 views

96⟩ Explain what is packet filter?

Packet filter is a standard router equipped with some extra functionality. The extra functionality allows every incoming or outgoing packet to be inspected. Packets meeting some criterion are forwarded normally. Those that fail the test are dropped.

 194 views

97⟩ Explain what is logical link control?

One of two sublayers of the data link layer of OSI reference model, as defined by the IEEE 802 standard. This sublayer is responsible for maintaining the link between computers when they are sending data across the physical network connection.

 207 views

98⟩ What is region in networking?

When hierarchical routing is used, the routers are divided into what we call regions, with each router knowing all the details about how to route packets to destinations within its own region, but knowing nothing about the internal structure of other regions.

 208 views

99⟩ What is traffic shaping in networking?

One of the main causes of congestion is that traffic is often busy. If hosts could be made to transmit at a uniform rate, congestion would be less common. Another open loop method to help manage congestion is forcing the packet to be transmitted at a more predictable rate. This is called traffic shaping.

 208 views

100⟩ Explain what are Digrams and Trigrams?

The most common two letter combinations are called as digrams. e.g. th, in, er, re and an. The most common three letter combinations are called as trigrams. e.g. the, ing, and, and ion.

 201 views