Network Kings

Multi-Access Year Deal

Get 55+ courses now at the best price ever! Use Code:    MULTIYEAR

d :
h :
m

In this lesson of computer networking, we will discuss basic terms and definitions. This lesson is mainly designed for beginners who want to start their career in networking. So without wasting further time let’s get started.

What is a networking?

A group of together connected devices is called a network. Now if you are thinking why we need a network? Answer is very simple, to communicate with each other (share resources).

The process of interacting with each other to share information is known as networking.

Here, I am giving you an example for more clarity. All we are aware with the term social networking right. Social networking is a group of connected people. Similar way, computer networking is group of connected computer. I hope now it’s clear.

What is a host?

A host can be a computer, a laptop, a mobile, a internet printer or any other device that uses IP address to go to the internet.

What is a topology?

Topology simply defines how hosts are connected in a particular network.

There are many different topology- star topology, ring topology, bus topology, mesh topology and hybrid topology (mixture of all).

Define unicast, multicast and broadcast.

Unicast: Unicast means message is sent to only one host. In unicast mode there is one sender and one receiver.

Multicast: Multicast term is used when there is 1 sender and 2 or more than two receivers. Multicast is also known as one to many.

Broadcast: Broadcast means one to all. We use term broadcast when 1 sender sends information to all other hosts which are present in the network.

For example, in a network there are total 4 hosts, when frame will broadcast, it will send to all 4 hosts. In multicast, frame will send to more than 1 host (may be 2 or 3 hosts). In unicast, it will send to only 1 host.

What is Firewall?

Firewall is a network device that is used to secure our LAN network (trusted network) from outside untrusted networks. It could be software as well as a hardware device.

Firewall keeps an eye on the incoming and outgoing traffic and on the base of configured policies; it decides which traffic is allowed or which is denied. Firewall sits between switch and gateway.

Vendors: Paloalto, Checkpoint, Fortinet, Sophos

What is hub?

Hub is a LAN device. It works on layer 1 (physical layer). Hub is used in LAN network to connect host together. Now hubs are completely obsolete from the market.

There are two main reasons behind this, one is hub has less number of ports. As, the network size is increasing day by day, we need to connect more devices in a LAN, so we need a device that has large number of ports.

And the second is hubs are dummy device, simply broadcast the frame, more likely repeater.

What is bridge?

Bridge is a network hardware device that used to connect the hubs together.

What is Switch?

Switch is a layer 2 device (data link layer). Switch is the advanced version of hub, so sometime called as intelligent hub. Switch is used to connect hosts in the LAN network.

The basic function of a switch –to forward the frame. Switches maintain a ARP table that contains MAC address and port number.So, unlike hub switch doesn’t broadcast every time, it receives the frame then check the table and then forward the frame. Switch broadcast the frame only when ARP table is blank.

Now days, multi-switches are also available in the market. Multi-switch works on both layer 2 and layer 3. You can use multi-switch as a router as well as a layer 2 switch.

Vendors: Cisco, Juniper Networks, Huawei, HP, Dlink, tplink.

What is a Router?

Router is a layer 3 device (network layer). It is used to connect two different networks. The primary function of router is to forward the packets. Routers maintain a routing table that consist a list of best routes. So, whenever a packet comes, it first checks the routing table, then selects the best path and in last forwards the packet to next hop.

Vendors: Cisco, Juniper Networks, Huawei, Nokia.

What is Gateway?

Gateway is the entrance/exit point of a LAN network. Gateway is basically a router. Like in our home, there is a main gate through which we enter into home or go outside to the home. Similar way, gateway is that router through which outside traffic comes inside and inside traffic goes outside.

What is modem?

Modem stands for modulation and demodulation. Modem performs both modulations as well as demodulation depends on the requirement. At receiver side, it performs demodulation, convert analog signal (electrical signal) into binary form (10011011000011). At sender side, it performs modulation and converts digital signal into analog signal, just opposite of demodulation.

Modulation and demodulation are opposite to each other. Here, modulation convert digital signal into analog signal and demodulation convert analog signal into digital signal.

What is a repeater?

Repeater is a layer 1 device. Repeater is used to achieve the original strength of the signal. For example when we transmit a signal for a large distance, signal strength fades away as it travels more distance. So we use repeater at a fixed distance to recover the original signal strength.

Repeater name itself defines its function, repeat whatever it receives. The only thing that you need to remember it receives weaker signal and perform some amplification and then retransmits the signal with original signal strength.

What is Access point(AP)?

In traditional networks, our LAN network is wired one. I mean all devices are connected together through wired connection. But, now the scenario is different, LAN networks have both type of hosts wired host and wireless host. To connect wireless devices to wired network, we use access points.

In other words, we can say access points are used to merge wireless network into existing wired network to achieve proper utilisation of resources.

Sometimes APs are used to extend the signal range (works as range-extender).

WLC  are used to manage the Access points.

What is NIC?

NIC stands for Network Interface Card. It is a small circuit board (chip) on the motherboard of PC. NIC connects a computer to the internet. On NIC, there is a RJ-45 port. NIC has a MAC address (physical address) that is assigned by manufacturer.

Note: I remember in one of my interview, interviewer asked how we check NIC is working properly or not?

As we study NIC connects a computer to the internet. So, on the basis of that i simply answer I will check my internet connection if it is working properly, it means NIC is fine.

Now I tell you what interviewer said in the reply- he said if internet is not working, it doesn’t mean every time it’s because of NIC failure there may be some other reasons also.

So, now what is exact answer for “how we check NIC is working properly or not”.

To check whether NIC is working or not, we use loopback address 127.0.0.1.

It’s very simple process, go to the cmd(command prompt), then type ping 127.0.0.1.

If you get ping reply, it means NIC is working fine.  

Conclusion: In this lesson, we learned basics of networking and network devices. If you feel, I need to add some more basic things then let me know below in comment section.