OSPF: A Comprehensive Guide

For which IP networks is OSPF version 2 designed for?

The current version 2 (RFC 2328) is designed for IPv4.

What are the major advantages of OSPF compared to distance vector protocols?

The major advantages of OSPF as well as all link-state protocols are: fast convergence, scalability to larger networks, less susceptibility to bad routing info.

What are the main features of OSPF?

  • Use of areas: reduce the impact on memory and CPU, contains the flow of routing protocol traffic, and make feasible the construction
Read More

Mobile Networking: Protocols, Architectures, and Mechanisms

Indirect TCP (I-TCP)

  • Two competing insights:

    • TCP performs poorly together with wireless links; 

    • TCP within the fixed network cannot be changed.

  • I-TCP segments a TCP connection into a fixed part and a wireless part. 

  • O7SxMsy5ERbiz-YnBkk5w3QqPtGDO1rW8Mgo7n3l3xxYlIhKq2Dosr6wkLRoDF181-bncJPkjmNUaCjgUw3AS0kOCUMNH-vWyhKmO95nZm1n9rshqmf0ZqRWQlSfjojjj_9KqOIbIqCs1fF95bwBRw=s2048

    I-TCP segments a TCP connection into a

    • fixed part – Standard TCP is used (between the fixed computer and the access point)

    • wireless part – optimized TCP protocol

  •  splitting of the TCP connection at, e.g., the foreign agent into 2 TCP connections, no real end-to-end connection any longer

  •  hosts

Read More

Information and Communication Technologies (ICT)

The technologies of information and communication technologies (ICT) are a set of technical developments and devices that integrate advanced functionality for storage, processing, and data transmission. They have revolutionized the relationship with their environment. The world as we knew it no longer exists, and our industry is no stranger to these changes. ICT allows us to integrate into virtual spaces all the activities necessary for everyday business. Never before in history has it been so easy

Read More

Network Technologies and Security Mechanisms: A Comprehensive Guide

Switching Techniques

Types of Switching Techniques

  1. Circuit Switching: Establishes a dedicated path between sender and receiver, ensuring continuous transmission.
  2. Packet Switching: Breaks data into packets, sending them independently over the network, allowing for efficient resource utilization.
  3. Message Switching: Stores and forwards entire messages, offering reliability but lower efficiency.

Network Devices

Features of Network Devices

  1. Repeater: Extends network range by regenerating signals.
  2. Hub: Centralizes
Read More

Technology and Communication: A Historical Perspective

Technique and Technology

A technique is a systematic procedure or set of steps that performs a particular task. It also includes the ability to use those procedures.

Technology is the application of scientific knowledge to practical purposes. Its purpose is to develop and use effective techniques for production and communication.

Communication

Communication technologies allow for data storage and transmission, providing various forms of communication.

Technological Artifacts for Communication

  • Satellite
  • Computer
  • Connected
Read More

Microcontrollers: Architecture, Instructions, and Programming

Introduction

A microcontroller is a closed system that contains a fully programmable digital system on a single integrated circuit. It is designed to control a specific task that cannot be changed and includes a CPU, memory, program data, clock, peripheral input/output, etc.

PIC16F84A Internal Architecture

The PIC16F84A microcontroller has the following internal architecture:

  • Program memory: Flash ROM
  • Data memory: Divided into two areas (RAM and EEPROM)
  • 8-bit ALU and work register W
  • Two ports for communication
Read More