Actions

Difference between revisions of "Computer Networking"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
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.<ref>Definition - What does Computer Networking Mean? [https://www.techopedia.com/definition/25598/computer-networking Techopedia]</ref>
+
'''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.<ref>[https://www.techopedia.com/definition/25598/computer-networking Definition - What does Computer Networking Mean?]</ref>
  
  
== Basics of Computer Networking<ref>Basics of Computer Networking [https://www.geeksforgeeks.org/basics-computer-networking/ Geeks For Geeks]</ref> ==
+
== Basics of Computer Networking<ref>[https://www.geeksforgeeks.org/basics-computer-networking/ Basics of Computer Networking]</ref> ==
*Open system: A system which is connected to the network and is ready for communication.
+
*Open system: A system that 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.
+
*Closed system: A system that 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.
 
*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.
+
There are also multiple devices or mediums which help in the communication between two different devices, which are known as Network devices. Ex: Router, Switch, Hub, Bridge.
 +
 
  
 
[[File:Computer_Networking.png|200px|Computer Networking]]<br />
 
[[File:Computer_Networking.png|200px|Computer Networking]]<br />
 
source: geeksforgeeks.org
 
source: geeksforgeeks.org
  
The layout pattern using which devices are interconnected is called as network topology. Such as Bus, Star, Mesh, Ring, Daisy chain.
+
 
 +
The layout pattern using which devices are interconnected is called network topology. Such as Bus, Star, Mesh, Ring, Daisy chain.
  
 
[[File:Network_Topology.png|200px|Network Topology]]<br />
 
[[File:Network_Topology.png|200px|Network Topology]]<br />
Line 17: Line 19:
  
 
*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.
 
*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.
+
*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 a different protocol defined at each layer of the OSI model. A few such protocols are TCP, IP, UDP, ARP, DHCP, FTP, and so on.
 +
 
 +
 
 +
== See Also ==
 +
[[Open Systems Interconnection Model (OSI Model)]]
 +
 
 +
 
 +
== References ==
 +
<references/>

Latest revision as of 02:48, 8 April 2023

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 that is connected to the network and is ready for communication.
  • Closed system: A system that 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 help 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 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 a different protocol defined at each layer of the OSI model. A few such protocols are TCP, IP, UDP, ARP, DHCP, FTP, and so on.


See Also

Open Systems Interconnection Model (OSI Model)


References