Skip to main content

Posts

Showing posts with the label Networking area

What is LLDP? - Benefits of Link Layer Discovery Protocol

What is LLDP? The link layer discovery protocol ( LLDP ) is an open and extendable part of the Internet protocol suite used in IEEE 802 to advertise a device’s identity and abilities, as well as other devices connected within the same network. LLDP Link Layer Discovery Protocol LLDP is mainly used in wired Ethernet-connected devices to facilitate management of network resources and simplify networking tasks for administrators in a multi-vendor network. The protocol’s multi-vendor support enables network discovery of devices and management tools like Simple Network Management Protocol (SNMP) in a network made up of devices from different manufacturers. LLDP makes it unnecessary to use a larger number of proprietary protocols to support a multi-vendor network or, on the other hand, limit oneself to the hardware of a single vendor. LLDP is also known as Station and Media Access Control Connectivity Discovery, as specified in IEEE 802.1AB. Simil...

IP Addressing | Classless Addressing

Network Address and Mask Network address – It identifies a network on internet.  Using this, we can find range of addresses in the network and total possible number of hosts in the network. Mask – It is a 32-bit binary number that gives the network address in the address block when AND operation is bitwise applied on the mask and any IP address of the block. The default mask in different classes are : Class A – 255.0.0.0 Class B – 255.255.0.0 Class C – 255.255.255.0 Example : Given IP address 132.6.17.85 and default class B mask, find the beginning address (network address). Solution : The default mask is 255.255.0.0, which means that the only the first 2 bytes are preserved and the other 2 bytes are set to 0. Therefore, the network address is 132.6.0.0.   Subnetting: Dividing a large block of addresses into several contiguous sub-blocks and assigning these sub-blocks to different smaller networks is called subnetting. It is a practice that is ...

Beign in Networking Do you know about Top 5 Career Domains in Networking

Computer Networking has always been one of the most demanding career profile. And with the various technological advancements, the Networking field is becoming extremely vast. So if you are deciding to choose Computer Networking as your profession, it will be great!   But wait..   have you decided on the particular domain in Networking to make your career objective? Computer Networking   is quite a very broad field in itself. From the fundamentals of Routing and Switching to the advancements of Wireless Networking, there exist various domains. Now, it’s up to you to analyze all these domains and select the right one. Here, in this article, we will let you know about all these Networking Career Domains to provide you a basic understanding. Let’s take a look at these domains 1. Security In today’s environment, where the rate of cyber threats is increasing day-by-day, it becomes essential for every organization to have Network Security solutions to pr...