- Notifications
You must be signed in to change notification settings - Fork3
Master repo regarding Networking related MicroBytes.
License
Crio-Bytes/Networking
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A network consists of multiple devices that communicate with one another. It can be as small as twocomputers or as large as billions of devices. While a traditional network is comprised ofdesktop computers, modern networks may includelaptops,tablets,smartphones, televisions, gaming consoles, smart appliances, and other electronics.
Many types of networks exist, but they fall under two primary categories:LANs andWANs.
Acomputer network is a group ofcomputers that use a set of commoncommunication protocols overdigital interconnections for the purpose of sharing resources located on or provided by thenetwork nodes. The interconnections between nodes are formed from a broad spectrum oftelecommunication network technologies, based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety ofnetwork topologies.
IPV4_Addressing
IPv4 is the most widely used version of the Internet Protocol. It defines IP addresses in a 32-bit format, which looks like 123.123. 123.123. Each three-digit section can include a number from 0 to 255, which means the total number of IPv4 addresses available is 4,294,967,296 (256 x 256 x 256 x 256 or 2^32).Let's dive a bit deeper in knowing the IPV4 addressing formats.
— K Anjali Kamath (@Anjalikamath)
traceroute
The essence of computer networking is to transport packets from one machine (source) to another (destination). In the current modern age, with high speed networking and the internet growing to a vast global network of various devices, we tend to take things such as how a simple packet of data containing your request to fetch the content at, say, www.crio.do, moves from your computing device to the server where Crio's website resides.This MicroByte explores the basics of packet routing and demonstrates the concept behind traceroute - a popular utility used to find some of the paths taken by a packet to reach a destination.
— Vishwas Rajashekar(@DarkAEther)
Thanks goes to these wonderful people (emoji key):
DarkAEther 💻📖🤔🖋 | Crio.Do 📋 | Ayush Kumar Shaw 💻📖📋🤔🚧👀 | Kevin Paulose 👀📋 | K Anjali Kamath 💻📖🤔🖋 | Amogh Rajesh Desai 👀📋 | Sudhanshu tiwari 👀📋 |
Archithdwij 👀📋 |
This project follows theall-contributors specification. Contributions of any kind welcome!