LMLakshya Mishrainmishrlaksh.hashnode.dev·Mar 26 · 3 min readOSI Model OSI Model is a structured way of breaking down how data travels from one device to another into 7 logical steps (layers), where each step handles a specific part of communication. Application Layer 00
LMLakshya Mishrainmishrlaksh.hashnode.dev·Mar 15 · 2 min readClassification of Computer Network on basis of Architecture Client —» Server(request) Client «— Server(response) Client-server architecture is a network architecture where multiple clients (remote processors) request and receive services from a centralized ser00
LMLakshya Mishrainmishrlaksh.hashnode.dev·Mar 12 · 2 min readNetworking Basics Networking is the practice of connecting computing devices to share data, resources, and services efficiently. LAN, MAN, WAN LAN stands are for local area network. It spreads across local area like s00
LMLakshya Mishrainmishrlaksh.hashnode.dev·May 28, 2024 · 2 min readYaml BasicsYaml stands for yet ain’t markup language. Yaml primarly designed for data serialization, configuration files, and data exchange language with different data structure. data format used to exchange data In yaml we can store only data and commands. ...00
LMLakshya Mishrainmishrlaksh.hashnode.dev·Jan 6, 2024 · 3 min readGit, GitHub and commandsVersion Control System Version control systems are a category of software tools that helps in recording changes made to files by keeping a track of modifications done in the code. Types of Version Control System There are two types of Version Control...00