Network Media Types
Network Media Types, Twisted-Pair Cable, UTP (Unshielded Twisted Pair), STP, Coaxial Cable, Fiber-optic, Wireless Communication, Network Card, NIC, Wireless network interface controller, WNIC
Network Media Types, Twisted-Pair Cable, UTP (Unshielded Twisted Pair), STP, Coaxial Cable, Fiber-optic, Wireless Communication, Network Card, NIC, Wireless network interface controller, WNIC
Network Devices, Repeater, Hub, Bridge, Switch, Router, Gateway, Firewall, Importance of network devices.
TCP/IP Model, ARPANET, Data encapsulation, Data de-capsulation, Peer to peer communication
The OSI (Open Systems Interconnection) Reference Model is a seven-layer framework developed by the ISO in the late 1970s. It standardizes telecommunication and computing functions, enabling diverse networking protocols to communicate seamlessly. Understanding the OSI model is essential for network engineers and IT professionals, as it forms the basis of
Layered approach to networking, ISO-OSI reference model, The OSI Reference Model, Network Architecture, Protocol Stack
Computer Networking Fundamentals, data collision, Carrier Sensing, Collision Detection, Polling Method
Computer Networking Fundamentals, Broadcasting, Point-to-point Networks, Network Topologies, LAN, WAN, Circuit Switching, Packet Switching, Multiplexing
Half-duplex Communication Traditionally, in a half-duplex system, communication between two devices is possible, but only one device can transmit data at a time while the other listens, similar to how a two-way radio (like a walkie-talkie) works. The HTTPS protocol operates as a half-duplex protocol. HTTPS (HyperText Transfer Protocol Secure)
Linux Boot Process, BIOS, UEFI, Bootloader, Initramfs, Systemd, Login, Shell
Migration python2 to python3, Porting python2 scripts to python3, bytes, unicode, and strings, subprocess
Thread x (app) received signal SIGSEGV, Segmentation fault, gdb, AddressSanitizer, Valgrind
Migrating products, systems and applications running on CentOS 7 to Rocky Linux 8
Linux
Creating your own rpm repository, createrepo, yum repo
Linux
Creating rpm, tgz or deb package using cmake and cpack
chatGPT
is ChatGPT challanging google? ChapGPT, Promt Engineering
Linux
cannot open directory '.': Input/Output error Metadata corruption detected at xfs dir2 leaf xfs_repair, disk repair, lvscan, pvs
Linux
Attaching a disk to VM in Virtualbox. Virtual Disk, Linux VM, Virtual Machine
Linux
Classic UI in RockyLinux or CentOS 8 or Redhat 8
Linux
Screen resolution issue on Virtualbox, Rocky Linux 8, Linux VM
Linux
Addressing networking isses on VirtualBox after installing Rocky Linux 8, CentOS 8, Redhat 8.
Linux
How to install RockyLinux 8 for the first time.
hyper-v
Export Hyper-v virtual machine to VirtualBox
Linux
Top 5 popular linux commands. Learn Linux commands.
C
Callback in programming Implementing callback function in C Learn C Programming