Networking is
- LAN: Local Area Network
- IP: Logical address of a device in the network
- Router: Networking device that forwards data packets between "DIFFERENT" computer networks
- Switch: A device within LAN that helps connect devices within the same network
- Subnet: Set of flags that define your LAN
- Gateway: IP address of the router
- WAN: Wide Area Network
- NAT: Network Address Translation is a method of remmaping an IP address while they are in trasit across the traffic routing device
- Firewall: Set of passive rules to protect network from unathorized access
- DMZ: Demilitarized Zone is a subnetwork that contains and exposes a device to an untrusted network such as the internet
- Port Forwarding: Redirects a communication request from one address and port number combination to another while the packets are travessing a network gateway such a router or firewall
A network is a collection of network enabled devices like switches, routers, printers, computers and servers.
They are categorized into one of the following network categories:
- Personal Area Network (PAN): This provides networking needs around an individual. They typically use Bluetooth to communicate as it provides a low-power, short range data sharing capaility. Network starndards associated with PAN are Bluetooth and IEEE 802.15.
- Local Area Network (LAN): It is the most commonly used classification of a network. It provides networking needs around a single location and is usually privately owned hence needing authentication and authorization to access.
- Metropolitant Area Network (MAN): It provides networking capabilities between two different locations in a city/metropolitant area. Typically, it requires a dedicated and secure connection between each LAN joined to the MAN.
- Wide Area Network (WAN): Provides networking capabilities between two different geographical locations locally or worldwide. It links multiple LANs together to create one super network. You can use a virtual private cloud (VPN) to manage connection between different LANs.
This describes the physical composition of a network.
- Bus Topology: Here each network device is connected to a single network cable. It is the simplest but limitations include;
- Length of main cable or bus: the longer it takes, the higher the chance of signal dropout.
- All devices have to be located near each other.
- Breakage of the bus cable causes failure of the whole network.
- Ring Topology: Each network is connected to its neighbor to form a ring. Breakage in the cable ring also affects the performance of the network.
- Mesh Topology: It can either be a physical or a logical mesh.
- Physical Mesh: Each network device connects to every other network device in the network. This increases resilience of a network but has physical overhead of connecting all devices. Few networks today are built as a full mesh but most use partial mesh, where some machines interconnect but others interconnect through one device.
- Logical Mesh: The perception here is most modern networks are mesh based since each device can communicate with any device on the network. It is primarily made possible through use of network protocols.
- Star Topology: It is the most commonly used network topology. Each network connects with the help of a centralized hub or switch. The hub and switches can be linked together to extend and build more extensive networks. It is by far the most robust and scalable.
It is networking starndard that's synonymus with wire-based LAN networks, and can also be used in MAN and WAN networks. Ethernet strandard defines a framework of error handling, data transmission and performance handling. It describes how each element in the network interacts. Ethernet formed basis for IEEE 802.3 Standard which helped unify network and hardware development. Some of the ethernet networks are:
- Fast Ethernet: This was developed to support data transmission of upto 100Mbps. It is also reffered to as the 100BASE-TX standard.
- Gigabit Ethernet (IEEE 802.3ab): It was developed to support faster communication networks that can support services like streaming media. The 1000BASE-T starndard runs 10 times faster than 100BASE-TX standard.
- 10 Gigabit Ethernet (IEEE 802.3ae): It has a data transfer speed of 10 Gbps, which is 10 times faster than Gigabit Ethernet which was made possible only by using fiber optics.
- Terabit Ethernet: It offers transfer speed of 200 Gbps and 400 Gbps.
Network Protocols provides a unified method of communication while Network Starndards govern the hardware and software that uses them. Network starndatd provide a framework that enables the interoperability between devices. It improves the interoperability of different network-enabled devices and provide backward compatiility between product revisions and different vendors.
The 802 Family of Starndards Some of the widely used starndards are can be found on this page https://learn.microsoft.com/en-us/training/modules/network-fundamentals/3-network-infrastructure
Network starndard-compliant devices makes up structure of a network and depending on network size you might use several devices to build the network's backbone. Examples are repeaters, hubs, switches, ridges, routers.
Media Accesss Control (MAC) address is a unique identifier assigned to very network enabled device at the time of manufacture which is used by nearly all devices to deliver data in the network. It sometimes is reffered tp as burned-in address, Ethernet hardware address or a physical addresss.
A two port device that repeats network signals without modifying or interpreting data packets before resending them and doesnt amplify the signal. It instead regeneratyes the data packet at the original strengrh bit-by-bit. It is useful for network devices that are some distance from each other.
It acts as a multi-port repearter on a network. It is used to connect more than one device and structure the layout of the network. Hubs contain multiple ports that act input/output Ethernet connection between network device and hub. It operates in speed of the slowest network device. It doesn't filter or interpret data packets and sends copies of each data packet to all attached devices.
Types of Hubs
- Fast Ethernet: Used for 100Mbps networks and comes as Class I (introduce a signal delay of upto 140-bit times) and Class II (has a delay of upto 96-bit times)
- Dual Ethernet: In traditional hub network speed of network is governed by slowest working device attached hence dual speed hubs to solve the problem by acting as a bridge between the two different speed devices.
It divides network to network segments. It is used to improve network performance by reducing unnecesary network segments. It can filter and forward data packets between the segments. To descide the data data packages destination, it uses the network device's MAC address.
They link networks with different ranged addresses together. It can filter and interpret data packets then forward them to the correct network. To route the data package to correct destination it uses network device's IP address information. It is also called a gateway. When configuring network device's usually configure them with gateway IP addresses.
Interconnectivity: Routers in an interconnected network maintain a routing table that lists preffered route between each of the networks. A routing protocol like a Border Gateway Protocol (BCG) is used to share information between routers.
Types of Routers
- Access Routers: Used typically in a home or small satellite offices. They tend to be low cost devices with a simple routing need.
- Distribution Routers: They compile traffic routing data from multiple routers and come with more significant processing and memory power. Often used to manage and control the quality of service across a WAN and designed to hold vast quantities of routing information.
- Edge Routers: Oparates at the boundary between your network and other networks e.g. local network and the internet. It often conmes with access control and firewall to improve security. Based on packet heaader they act as a gateway to filter traffic and route it internally or forward it. It can handle DHCP server address.
- Core Routers: Also called enterprise routers and are designed for higher bandwidths. Used to connect different buildings or geographical locations. They have fewer features than edge routers because feature is to prevent congestion and minimize packet loss. They tend to do packet forwarding to edge routers.
Wireless Routers provide all routing capabilities of a regukar access router but offers wireless access point function It is designed to provide non-wired connction to your network.