01-CN Fundamentals

CN Types, Transmission Medium and Modes, Network Topology

πŸ“… May 1, 2021
# Topic covered
* Computer Network
* Types of computer networks
  * PAN, LAN, CAN, MAN, WAN
* Types of Transmission Media
  * Guided Media
  * Unguided Media
* Transmission Modes in Computer Networks
  * Simplex, Half-Duplex, Full-Duplex
* Types of Network Topology
  * P2P, Bus, Ring, Star, Tree, Mesh, Hybrid
* Data Transmission
  * Unicast, Broadcast, Multicast
Read More β†’

07-Operating Systems

Contiguous Memory Allocation, Logical versus Physical Address

πŸ“… Apr 11, 2021

Memory Management Techniques

Logical versus Physical Address Space

  • Logical Address
    • An address generated by the CPU while a program is running
    • The logical address is basically the address of an instruction or data used by a process.
    • User can access logical address of the process.
    • User has indirect access to the physical address through logical address
    • Logical address does not exist physically. Hence, aka, Virtual address
    • The set of all logical addresses that are generated by any program is referred to as Logical Address Space
    • Range: 0 to max
Read More β†’