Urgent.News

One page, thousands of outlets. See who else covered it.

Editions โ–พ

Tech

Network Devices Explained โ€” The Foundation Every Cloud & DevOps Engineer Needs

๐ŸŒ Network Devices Explained The Foundation Every Cloud & DevOps Engineer Needs Series: Networking Fundamentals for Cloud & DevOps โ€” Part 1 of 6 Before VPCs, subnets, route tables, and security groups make sense, you need to understand what's happening at the physical and logical level beneath them. This series builds that foundation โ€” starting with the devices that make networks work. Whyโ€ฆ

Hosts play a crucial role in network communication. Any device capable of sending or receiving traffic is considered a host. This includes laptops, phones, EC2 instances, web servers, and virtual machines. Itโ€™s important to note that the term 'host' doesnโ€™t necessarily mean a server; it simply refers to any device participating in network communication.

In a network, hosts interact with one another. When a client host initiates a request, it sends a packet to a server host, which then responds to the request. However, this doesnโ€™t imply that a server is a special type of computer. Instead, a server is merely a computer running software that listens for and responds to requests. For example, when you browse a webpage, your browser acts as the client, while the web server you request the page from acts as the server.

Every host on a network possesses a unique IP address, which acts as its network identity. This address is essential as it enables packets to be addressed and routed accurately. An IP address is a 32-bit number, typically represented as four decimal numbers, each ranging from 0 to 255. For instance, in the IP address 136.22.17.98, 136, 22, 17, and 98 represent the four octets or groups of 8 bits.

Networks consist of hosts that are able to communicate with one another. The internet itself is a vast network of interconnected networks, each serving a specific purpose. Subnets represent smaller networks within a larger network. This concept is particularly relevant in cloud and DevOps environments, where AWS Virtual Private Clouds (VPCs) are divided into subnets.

Network devices are the hardware or virtual components responsible for moving data through networks. Each device has a unique function that contributes to the overall network's performance.

A repeater is the simplest network device. It receives a weakened signal, regenerates it, and then sends it on again at full strength. However, repeaters do not understand the data they're transmitting, nor do they make any routing decisions. They are purely signal amplifiers.

Hubs are multi-port repeaters. They receive data on one port and broadcast it to all other ports simultaneously. This results in all connected hosts receiving the same data, which can lead to interference and confusion. Modern networks no longer use hubs due to their inefficiency.

Bridges are more advanced network devices. They connect two network segments and act as intelligent repeaters. They learn which MAC addresses (hardware addresses) belong to each side of the network and only forward traffic that needs to cross between segments. This selective forwarding prevents unnecessary traffic from crossing networks.

Switches are essentially multi-port bridges. They operate at a higher level than bridges and are the backbone of modern network infrastructure. Switches facilitate communication within a network by learning the MAC addresses of connected hosts and forwarding data only to the intended recipient. This selective forwarding reduces network congestion and improves overall performance.

Written by urgent.news from Dev.to's reporting โ€” not their text. Machine-written โ€” may contain errors; check the original before relying on it.

Read the original at dev.to โ†’

More in Tech

Why I left Warehouse out of our Fabric deployment scope

Why I left Warehouse out of our Fabric deployment scope published: true tags: microsoftfabric, datawarehouse, cicd, devops Our Fabric deployment pipeline handles sixteen item types.

  • Warehouse intentionally omitted from Microsoft Fabric deployment pipeline
  • DEFAULTITEMTYPES list excludes Warehouse to prevent schema reset risk
  • Exclusion highlighted in README under known limitations

The Day I Realized I Wasn't Building Apps

The Day I Realized I Wasn't Building Apps For years, I thought I was building apps. That's what I called them anyway. A scheduler. A job bot. A healthcare platform. An AI project. A content tool.

  • Ash Bhatti realized his projects were systems, not just apps.
  • He identified a common thread: reducing repetitive effort.
  • His work focuses on building systems to solve problems.

First came self-driving cars. Now, Waymo veterans are building autonomous construction equipment.

Bedrock Robotics said its excavators equipped with its autonomous AI system are working without human operators on three sites in Texas and Nevada.

  • Waymo veterans develop autonomous excavators for construction sites in Texas and Nevada.
  • Bedrock Robotics, founded in 2024, automates construction equipment with AI system.
  • Autonomous construction equipment aims to address labor shortages and safety concerns.

More from Monday 17 August โ†’