Types of Transmission Media in networking
In data communication terminology, a transmission medium is a physical path between the transmitter and the receiver i.e. it is the channel through which data is sent from one place…
In data communication terminology, a transmission medium is a physical path between the transmitter and the receiver i.e. it is the channel through which data is sent from one place…
In the previous post we learned about the OSI reference model and its 7 layers, but have you understood these layers? If yes, then great. If not, then don't worry,…
The OSI Model (Open Systems Interconnection Model) is a conceptual framework used to describe the functions of a networking system. The OSI model characterizes computing functions into a universal set…
There is no denying that computers and networks are the driving forces of the modern world. No matter what new technologies emerge, whether it is cloud computing or big data,…
Git plays a significant role in various organizations as it is one of the best source code management systems. There are more than 40 million Git users in the world…
Ansible Interview Questions are the most researched topic on the internet these days owing to the popularity gained by Ansible in recent times. Automation is gaining so much popularity these days in…
Jenkins is one such awesome continuous integration tool written in Java, that allows developers to integrate their changes into the project. Jenkins takes care of the rest of the process…
DevOps stands for Development and Operations. It is a software engineering practice that focuses on bringing together the development team and the operations team for the purpose of automating the…
Python was developed by Guido van Rossum and was introduced first on 20 February 1991. It is one of the most widely used programming languages which provides flexibility to incorporate dynamic semantics. It…
Shell scripting is a computer program to writes a sequence of commands for the shell to execute. It helps users learn the command line better and save time by automating…