Key Words

Mac Address

A MAC address, short for Media Access Control address, is a unique identifier assigned to a network interface card (NIC) by the manufacturer. It consists of six pairs of hexadecimal numbers, separated by colons or hyphens. MAC addresses are used at the data link layer of the OSI model to uniquely identify devices within a local network. Unlike IP addresses, MAC addresses are assigned to the physical hardware and remain constant, making them useful for tasks such as network management, device tracking, and security.

IP Address

An IP address, short for Internet Protocol address, is a unique numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. It serves two main functions: identifying the host or network interface and providing the location of the device in the network. IP addresses can be either IPv4 (32-bit) or IPv6 (128-bit) and play a crucial role in enabling communication and data exchange across the internet.

How to know you IP address and Mac Address

on windows

you can simple write ipconfig on CMD

ipconfig 

on Linux

to show Network interfaces

ifconfig

to show IP addresses

ip addr

Using a Web Browser

Networks Ports

Network ports are specific numbers used to identify different services or applications running on a device within a network. They facilitate the communication and exchange of data between devices by assigning unique port numbers to each service or application. Here are some common network ports and their associated services:

  1. Port 80 (HTTP): Used for standard web browsing and accessing websites.

  2. Port 443 (HTTPS): Used for secure web browsing with SSL/TLS encryption.

  3. Port 22 (SSH): Used for secure remote access to servers.

  4. Port 21 (FTP): Used for file transfer between computers.

  5. Port 25 (SMTP): Used for sending email messages.

  6. Port 110 (POP3): Used for receiving email messages.

  7. Port 143 (IMAP): Used for accessing email messages on a server.

  8. Port 53 (DNS): Used for domain name resolution.

  9. Port 3389 (RDP): Used for remote desktop access.

  10. Port 1194 (OpenVPN): Used for secure VPN connections.

These are just a few examples of commonly used network ports. There are many other ports assigned for various services and applications. Understanding network ports is important for configuring firewalls, routing traffic, and ensuring proper communication between devices in a network.

Last updated