Basics of Network .

Dhaval Kachhiya Patel
4 min readOct 27, 2024

--

What is network ?

A network is a group of interconnected devices that can communicate and share information and resources with each other. The connection between the devices can be physical, using cables and wires, or wireless, using radio waves or other wireless technologies.

Networks come in many different sizes and configurations, ranging from small home or office networks to large-scale global networks like the internet. The key components of a network include:

1. Devices: The individual computers, smartphones, printers, servers, and other equipment that are part of the network.

2. Network Interface Cards (NICs): Hardware components that allow devices to connect to the network, either through a wired Ethernet port or a wireless antenna.

3. Networking protocols: The standardized rules and formats that govern how data is transmitted between devices on the network.

4. Network topology: The physical or logical arrangement of the network, such as a star, bus, ring, or mesh configuration.

5. Network hardware: Routers, switches, hubs, and other devices that facilitate the flow of data across the network.

Networks enable a wide range of capabilities, such as file sharing, remote access, collaborative work, internet access, and centralized data storage and management. They also provide benefits like increased productivity, improved communication, and enhanced data security through features like access control and backups.

As technology continues to evolve, networks are becoming increasingly complex and sophisticated, incorporating new wireless standards, cloud computing, and the Internet of Things (IoT). Understanding the fundamentals of networking is essential for effectively leveraging these technologies in both personal and professional contexts.

What is mac address?

A MAC (Media Access Control) address is a unique identifier assigned to every network interface card (NIC) in a device. It's like a device's unique "license plate" on a network.

Here's a more detailed explanation of MAC addresses:

1. Uniqueness:
- MAC addresses are unique and assigned by the manufacturer of the network interface card (NIC).
- Each NIC has a unique 48-bit MAC address, typically represented in a hexadecimal format like 00:11:22:33:44:55.

2. Purpose:
- MAC addresses are used to identify and communicate with devices on a local network, such as a home or office network.
- They are used for data link layer (Layer 2) communication, which is the layer responsible for moving data between devices on the same network.

3. Network communication:
- When a device wants to communicate with another device on the same network, it uses the destination device's MAC address to ensure the data reaches the correct recipient.
- Routers and switches use MAC addresses to forward data packets between different network segments.

4. Limitations:
- MAC addresses are only used for local network communication and are not routable on the internet.
- They are not used for end-to-end communication on the internet, which is handled by IP addresses (Layer 3).

5. Spoofing and security:
- Since MAC addresses are unique, they can be used for security purposes, such as MAC address filtering on a network.
- However, MAC addresses can also be spoofed, which means a device can pretend to have a different MAC address, potentially for malicious purposes.

MAC addresses are an essential part of network communication and are used by various network devices, such as routers, switches, and network interface cards, to facilitate local network communication and data transfer.

What is the ip address and their parameters ?

IP stands for "Internet Protocol". An IP address is a unique number that identifies a device on a network, like a computer, phone, or router. It's kind of like a street address for a device on the internet.

An IP address is made up of four numbers, each between 0 and 255, separated by periods. For example, a public IP address might be 123.45.67.89, and a private IP address might be 192.168.1.100.

There are two main types of IP addresses:

1. Public IP addresses:
- These are IP addresses that are visible to the entire internet.
- They are used by devices that need to be accessed from anywhere on the internet, like web servers or online services.
- Public IP addresses are managed and assigned by internet service providers (ISPs) and internet organizations.

2. Private IP addresses:
- These are IP addresses that are used within a private network, like a home or office network.
- They are not visible to the internet and are only used for communication within the local network.
- Private IP addresses are typically in the ranges of

10.0.0.0 to 10.255.255.

172.16.0.0 to 172.31.255.255.

192.168.0.0 to 192.168.255.255.

The scope of public and private IP addresses is:

- Public IP addresses are used for communication on the internet, so they need to be unique and managed globally.

- Private IP addresses are used within a local network, so they can be reused across different networks without conflict.

By using both public and private IP addresses, the internet can function efficiently and securely, with devices on the local network communicating using private addresses, and devices on the internet communicating using public addresses.

Key Differences

Visibility: Public IPs are accessible on the internet, while private IPs are isolated to a local network.

Routing: Private IPs require Network Address Translation (NAT) to communicate with public networks.

Security: Private IPs add a layer of security by keeping internal devices hidden from the outside internet.

--

--

Dhaval Kachhiya Patel
Dhaval Kachhiya Patel

Written by Dhaval Kachhiya Patel

Explaining/Teaching concepts in simple terms instead of making them complex manner For Query Contact : +91-7359330223

No responses yet