Knowledge in Computer networking

Computer. networks.

Computer Networks (CN) Materials & Notes. CN Unit Wise Lecture Notes and Study Materials in pdf format for Engineering Students. So all students seeking Computer Networks Book for engineering colleges.

Basic Computer Networking Concepts

Basic computer networking theories I.e definitions, topologies, types of network, connections, OSI model, TCP/IP Protocols etc are described here briefly

OSI Model

OSI model of computer networking is very important and useful for students. Here is a graphical presentation of the same. Hope you like it.

IP Address Classification

IP address is an unique number set to a device which is connected with internet. It has some classifications. Here is it full details with proper classification.

Computer Network Notes.

Following documents contain notes related to Computer Networks including introduction, Basics and Advance concepts of networking.

computer networking.

This pdf file containing the knowledge about the computer networking topic in computer fundamentals.

Computer Networking (RGPV NOTES)

Introduction : A computer network is a set of computers connected together for the purpose of sharing resources. The most common resource shared today is connection to the Internet. Other shared resources can include a printer or a file server. THIS FILE COVERS ALL TOPICS OF COMPUTER NETWORKING.

The OSI Model in Computer Networking

OSI (Open Systems Interconnection) is a reference model for how applications communicate over a network. A reference model is a conceptual framework for understanding relationships. ... The TCP/IP protocol suite, which defines the internet, does not map cleanly to the OSI model.

Computer Networking

This file containing about networking, Components of Networking, types of Networks - wireless network, system interconnections, wireless LANs, Wireless WANs, Inter Network, Network Services, Connection Oriented Services, Connection less services, service premitives, Reference models in communication network, etc.

Computer Networking

This file containing all about Computer networking.

Computer Networks: CRC : CCiTT 16 bit

This C code is written for CRC , that is Cyclic Redundancy Check , it implements error detection for 16 bit data.

Computer Networks: distance vector algorithm

This C code will explain about the distance vector algorithm. which finds the shortest way to deliver a message using graphs .