Skip to main content

What is Protocol

                                                   

                                                  A Protocol is a set of rules that determine how data is transmitted between the different computers connected to the same network.

BGP (BORDERED GATEWAY PROTOCOL)

                                                      It is a standardized exterior gateway protocol designed to exchange routing and reachability information among autonomous systems on the internet. BGP is classified as a Path vector routing Protocol and make it routing decisions based on paths network policies or rule sets configured by network administrator. 

                                                      BGP is used for routing within an autonomous systems is called interior Bordered Gateway Protocol, Internal BGP( iBGP). In contrast, the internet application of the protocol is called Exterior Bordered Gateway Protocol(eBGP).

DHCP (DYNAMIC HOST CONFIGURATION PROTOCOL)

                                                       It is a network management protocol used on internet protocol (IP) networks for automatically assigning IP address and other communication parameters to devices connected to the network using a client server architecture.

                                                        The Technology eliminates the need for individually configuring network devices manually and consists of two network components a centrally installed network DHCP server and client instances of the protocol stack on each computer and devices. When connected to the network, and periodically thereafter, a client server request a set of parameters from the DHCP server using the DHCP Protocol. 

Comments

Popular posts from this blog

10 COMMAND PROMPT(CMD) COMMANDS

                                                                                             Command Prompt is a command line interpreter in Windows. It is a command line interface. Using this command prompt, user or administrator can access and control the entire system. In shortly a user can control his/her entire system in a single place. Opening a file, Renaming a file, Moving a file, Initating a application, Terminating the application, Installing application, Installing packages that you need to install, Network Configurations, Installing and Updating system drivers, Made changes in system settings are some of the task or activity done through Command Prompt using  predefined commands. The Windows Operating System has another...

Top Data Analytics Tools for 2024: Complete Guide

Data analytics has become the holy grail that modern organizations reach for in making evidence-based decisions, optimizing operations, and competitive advantage. There are a thousand types available, and to narrow it down to just one would be quite challenging. Here are some of the most well-liked data analytics tools in 2024, each with unique capabilities peculiar to the nature of certain data projects. 1. Tableau Overview: Tableau is a powerful yet easy-to-use data visualization tool; it allows users to build stunning dashboards and turn raw data into insights. Among its popular functionalities, it allows for drag-and-drop actions, which makes it definitely possible for non-technical people to use. Best For: Business Intelligence, Visualization, and Reporting. Features: Integrates with a wide variety of sources including Excel, Google Analytics, SQL, and Salesforce. Interactive dashboards that update in real-time. Extensive visualization options, from a huge library of pre-...

The Ultimate Guide to Essential Python Libraries for Every Developer

Python has become the go-to language for many domains, be it web development, data science and AI, or whatnot. Much of the power of Python ensues from its incredibly varied libraries. In this paper, we will review some of the important Python libraries in different applications from data analysis to web development. 1. NumPy – The Foundation of Scientific Computing NumPy constitutes the backbone for using Python within scientific computing. It supports extremely huge multi-dimensional arrays and matrices and provides a great collection of high-level mathematical functions that can operate on these arrays.      Key Features: High-performance tools for numerical data. Essential for data science-related tasks and combined with other libraries most of the time. It provides the base libraries which many libraries are built on, like Pandas and TensorFlow. 2. Pandas – Data Manipulation Made Easy Pandas is considered one of the main libraries for carrying out the analy...