Posts

Monitoring your Local Network Traffic in networking

  Here's a list of four of the best programs for Monitoring your LAN and Local Network Traffic inside of your Perimeter. We've really focused on software packages that have management and monitoring capabilities dedicated to a LAN. The Network Performance Monitor by SolarWinds is an excellent overall tool for keeping a close eye on the health of your network. It boasts a strong variety of monitoring tools and a very robust alert system – which means you have to spend less time actively watching your network and can depend on the software to clue you in when something is amiss! The software even lets you customize your own alerts so that you can tailor your awareness to the specific needs of your network's use. This software is all about helping you predict and, ideally, prevent network downtime. It also offers some ability to monitor the actual traffic on your network but focuses heavily on up-time and device management. It also has some handy tools for deploying and monito...

Distributed Computing in networking operations

  The simultaneous growth in availability of big data and in the number of simultaneous users on the Internet places particular pressure on the need to carry out computing tasks “in parallel,” or simultaneously. Parallel and distributed computing occurs across many different topic areas in computer science, including algorithms, computer architecture, networks, operating systems, and software engineering. During the early 21st century there was explosive growth in multiprocessor design and other strategies for complex applications to run faster. Parallel and distributed computing builds on fundamental systems concepts, such as concurrency, mutual exclusion, consistency in state/memory manipulation, message-passing, and shared-memory models. Creating a multiprocessor from a number of single CPUs requires physical links and a mechanism for communication among the processors so that they may operate in parallel. Tightly coupled multiprocessors share memory and hence may communicate by...

What is Malware attacks

  Today’s business is non-stop. Employees need access to corporate systems and data wherever they are, around the clock. Only mobile devices provide the flexibility to allow employees that kind of constant connectivity. However, mobile devices introduce new kinds of security risks. Businesses need to consider using mobile device management (MDM) and enterprise mobility management (EMM) software to protect against these mobile device threats: 1. Operating system attacks Much like computers, mobile devices run a range of operating systems and versions, each with its vulnerabilities to attacks. Vendors provide patches, but when employees use their own devices, it’s up to every employee to download and install the upgrade. Protect against these threats by using your MDM software to prohibit connections from devices that aren’t using the latest, safest operating systems. 2. Application attacks If an application isn’t securely coded, it can have vulnerabilities such as storing passwords ...

How to check SMB version on Windows 10/8/7

  SMB or Server Message Block Protocols are used to connect your computer to an external server. Windows 10 ships with support of these protocols but they are disabled in the OOBE. Currently, Windows 10 supports SMBv1, SMBv2, and SMBv3 as well. Different servers depending upon their configuration require a different version of SMB to get connected to a computer. But in case you are using Windows 8.1 or Windows 7, you can check if you have it enabled too. That’s what we are going to do today. How to check SMB version on Windows 10/8/7 First of all, if you have Windows 7, you should not be disabling SMB v2. This is due to the following reasons: Request compounding – allows for sending multiple SMB 2 requests as a single network request Larger reads and writes – better use of faster networks Caching of folder and file properties – clients keep local copies of folders and files Durable handles – allow for connection to transparently reconnect to the server if there is a temporary disco...

Public protocols are so flexible that people make hardware

  Networking is ever present. Every business needs it from day one. Mobile devices and cloud services depend on it, and IoT devices are mission critical. Nearly every house or apartment has a router and devices communicating with the outside world. Given the proliferation of networked devices, people assume that networking is already a solved problem. But when your network starts behaving erratically, you realize networking is still difficult. Why? The flawed promise of public protocols A network with all its component parts purchased from the same company is extraordinarily uncommon. Modern networking enables hardware from different vendors to interoperate — in theory. There are several flaws in that vision. Public protocols are so flexible that people make hardware do things the writers never anticipated. The protocol definitions can have design flaws or errors in protocols and specifications. For instance, vendors implementing DNS make slightly different choices and those device...

become a cyber security engineer

  Here's a list of four of the best programs for Monitoring your LAN and Local Network Traffic inside of your Perimeter. We've really focused on software packages that have management and monitoring capabilities dedicated to a LAN. The Network Performance Monitor by SolarWinds is an excellent overall tool for keeping a close eye on the health of your network. It boasts a strong variety of monitoring tools and a very robust alert system – which means you have to spend less time actively watching your network and can depend on the software to clue you in when something is amiss! The software even lets you customize your own alerts so that you can tailor your awareness to the specific needs of your network's use. This software is all about helping you predict and, ideally, prevent network downtime. It also offers some ability to monitor the actual traffic on your network but focuses heavily on up-time and device management. It also has some handy tools for deploying and monito...

Port Roles in RSTP

  Rapid Spanning Tree Protocol (RSTP), a standard inter-switch protocol, ensures a loop-free forwarding network topology at Layer 2. This protocol was defined by the IEEE 802.1w standard and is an extension of the 802.1D Spanning Tree Protocol (STP). RSTP is an improvement over STP as it provides faster convergence after a network topology change or failure. RSTP introduces new port roles, and the original five port states of STP are reduced to three. To build a loop-free topology, switches (bridges) determine the root bridge and compute the port roles. To do this, the bridges use special data frames called Bridge Protocol Data Units (BPDUs) that exchange bridge IDs and root path cost information. BPDUs are exchanged regularly, typically at two second intervals, and enable switches to keep track of network topology changes and to start and stop forwarding on ports as required. Hosts should not send BPDUs to the switch ports and to avoid malfunctioning/malicious hosts from doing so,...