Actions

Computer Networking

Revision as of 15:48, 24 July 2019 by User (talk | contribs)

Computer networking is an engineering discipline that aims to study and analyze the communication process among various computing devices or computer systems that are linked, or networked, together to exchange information and share resources. Computer networking depends on the theoretical application and practical implementation of fields like computer engineering, computer sciences, information technology and telecommunication.[1]


Basics of Computer Networking[2]

  • Open system: A system which is connected to the network and is ready for communication.
  • Closed system: A system which is not connected to the network and can’t be communicated with.
  • Computer Network: It is the interconnection of multiple devices, generally termed as Hosts connected using multiple paths for the purpose of sending/receiving data or media.

There are also multiple devices or mediums which helps in the communication between two different devices which are known as Network devices. Ex: Router, Switch, Hub, Bridge.

Computer Networking
source: geeksforgeeks.org

The layout pattern using which devices are interconnected is called as network topology. Such as Bus, Star, Mesh, Ring, Daisy chain.

Network Topology
source: geeksforgeeks.org

  • OSI: OSI stands for Open Systems Interconnection. It is a reference model that specifies standards for communications protocols and also the functionalities of each layer.
  • Protocol: A protocol is the set of rules or algorithms which define the way how two entities can communicate across the network and there exists different protocol defined at each layer of the OSI model. Few of such protocols are TCP, IP, UDP, ARP, DHCP, FTP and so on.
  1. Definition - What does Computer Networking Mean? Techopedia
  2. Basics of Computer Networking Geeks For Geeks