Types of networks: Difference between revisions

From Computer Science Wiki
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[file:network.png|right|frame|Networks<ref>http://www.flaticon.com/</ref>]]
[[file:network.png|right|frame|Networks<ref>http://www.flaticon.com/</ref>]]


There are different types of networks. Common types of networks are: WAN and LAN. There are other types of networks as well: SAN, MAN, BAN, IAN and others. Each network type helps us understand the purpose, design goals, and scale of the network. For example if we say a network is a LAN, we can assume it is a local network, probably in one building or in a reasonably restricted area. We might make an assumption that a LAN has a certain number of devices connected to it.  However, if we say a network is a WAN, we might assume it is much larger, and designed to accommodate a much, much larger number of devices.  
There are different types of networks. Common types of networks are wide-area networks (WAN) and local area networks (LAN). Each network type helps us understand the purpose, design goals, and scale of the network. For example if we say a network is a LAN, we can assume it is a local network, probably in one building or in a reasonably restricted area. We might make an assumption that a LAN has a certain number of devices connected to it.  However, if we say a network is a WAN, we might assume it is much larger, and designed to accommodate a much, much larger number of devices. [[File:TypesOfNetworks short.ogg]]


[[file:640px-LAN WAN scheme.svg.png|frame|A visual representation of a LAN and a WAN.<ref>By Gateway_firewall.svg: Harald Mühlböckderivative work: Ggia (talk) - Gateway_firewall.svg, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=15177011</ref>]]
== A helpful video ==  


== Do you understand this topic? ==  
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1gdrZwBouOs" frameborder="0" allowfullscreen></iframe>
</html>


You should be able to:
== Types of networks you should be able to identify ==


# Describe how communication over networks is broken down into different layers.
{| style="width: 95%;" class="wikitable"
# List the stages in the OSI model
|-
! Type of network  !!  Characteristics
|-
|  local area network (LAN) || A local area network (LAN) is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building<ref>https://en.wikipedia.org/wiki/Local_area_network</ref>
|-
| virtual local area network (VLAN) || A virtual LAN (VLAN) is a logical overlay network that groups together a subset of devices that share a physical LAN, isolating the traffic for each group.<ref>https://www.techtarget.com/searchnetworking/definition/virtual-LAN</ref>. This video [https://www.youtube.com/watch?v=oo-hejIq3iQ might be helpful].
|-
|  wide area network (WAN) || A wide area network (WAN) is a telecommunications network or computer network that extends over a large geographical distance. Wide area networks are often established with leased telecommunication circuits.
Business, education and government entities use wide area networks to relay data to staff, students, clients, buyers, and suppliers from various locations across the world. In essence, this mode of telecommunication allows a business to effectively carry out its daily function regardless of location. The Internet may be considered a WAN.<ref>https://en.wikipedia.org/wiki/Wide_area_network</ref>
|-
|  storage area network (SAN) || [https://www.youtube.com/watch?v=BzjhHNfFQW0 watch this video, please]. A storage area network (SAN) is a network which provides access to consolidated, block level data storage. <ref>https://en.wikipedia.org/wiki/Storage_area_network</ref> Please don't confuse with [https://www.youtube.com/watch?v=3yZDDr0JKVc NAS].
|-
| wireless local area network (WLAN) || A wireless local area network (WLAN) is a wireless distribution method for two or more devices that use high-frequency radio waves and often include an access point to the Internet. A WLAN allows users to move around the coverage area, often a home or small office, while maintaining a network connection.<ref>https://www.techopedia.com/definition/5107/wireless-local-area-network-wlan</ref>
|-
|  internet || [https://www.youtube.com/watch?v=Dxcc6ycZ73M watch this]. The Internet is the global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link devices worldwide. It is a network of networks that consists of private, public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, wireless, and optical networking technologies.<ref>https://en.wikipedia.org/wiki/Internet</ref>
|-
| extranet || An extranet is a controlled private network that allows access to partners, vendors and suppliers or an authorized set of customers – normally to a subset of the information accessible from an organization's intranet. An extranet is similar to a DMZ in that it provides access to needed services for authorised parties, without granting access to an organization's entire network. An extranet is a private network organization.<ref>https://en.wikipedia.org/wiki/Extranet</ref>
|-
| intranet || An intranet is a private network utilized by an organization. It's designed to facilitate internal communication, collaboration, and information sharing among members of the organization securely. Intranets are built using web technologies and provide a wide range of services similar to the internet, such as email, web sites, and databases, but are accessible only to authorized users within the organization. They often feature tools for document management, project management, CRM, and social networking to enhance productivity and engagement.
|-
| virtual private network (VPN) || A virtual private network (VPN) extends a private network across a public network, and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network. Applications running across the VPN may therefore benefit from the functionality, security, and management of the private network.<ref>https://en.wikipedia.org/wiki/Virtual_private_network</ref>
|-
| personal area network (PAN) || A personal area network (PAN) is a computer network used for data transmission amongst devices such as computers, telephones, tablets and personal digital assistants.<ref>https://en.wikipedia.org/wiki/Personal_area_network</ref>  It's designed for personal use and involves the interconnection of digital devices close to one person. Your smart phone, smart watch and perhaps your bluetooth headphones constitute a personal area network.
|-
| Peer-to-peer (P2P) || peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the application. They are said to form a peer-to-peer network of nodes.<ref>https://en.wikipedia.org/wiki/Peer-to-peer</ref>
|}


== Do you have an advanced understanding about this topic? ==
== Standards ==  


If you want an advanced understanding of this topic, try answering the questions below:
*  Identify different types of networks.
 
# Explain the process of encapsulation and de-enacapsulation
# We use the OSI model to help us understand where to look for problems. Describe what tools you would use to  diagnose which levels of the OSI model.
 
== What you MUST know about this topic ==
 
*  Identify different types of networks. [[Levels of knowing (Level 1, Level 2, Level 3) | Level 2]]


== References ==
== References ==
Line 28: Line 48:


[[Category:networks]]
[[Category:networks]]
[[Category:networking]]
[[Category:formative assessment]]

Latest revision as of 11:23, 31 January 2024

Networks[1]

There are different types of networks. Common types of networks are wide-area networks (WAN) and local area networks (LAN). Each network type helps us understand the purpose, design goals, and scale of the network. For example if we say a network is a LAN, we can assume it is a local network, probably in one building or in a reasonably restricted area. We might make an assumption that a LAN has a certain number of devices connected to it. However, if we say a network is a WAN, we might assume it is much larger, and designed to accommodate a much, much larger number of devices.

A helpful video[edit]

Types of networks you should be able to identify[edit]

Type of network Characteristics
local area network (LAN) A local area network (LAN) is a computer network that interconnects computers within a limited area such as a residence, school, laboratory, university campus or office building[2]
virtual local area network (VLAN) A virtual LAN (VLAN) is a logical overlay network that groups together a subset of devices that share a physical LAN, isolating the traffic for each group.[3]. This video might be helpful.
wide area network (WAN) A wide area network (WAN) is a telecommunications network or computer network that extends over a large geographical distance. Wide area networks are often established with leased telecommunication circuits.

Business, education and government entities use wide area networks to relay data to staff, students, clients, buyers, and suppliers from various locations across the world. In essence, this mode of telecommunication allows a business to effectively carry out its daily function regardless of location. The Internet may be considered a WAN.[4]

storage area network (SAN) watch this video, please. A storage area network (SAN) is a network which provides access to consolidated, block level data storage. [5] Please don't confuse with NAS.
wireless local area network (WLAN) A wireless local area network (WLAN) is a wireless distribution method for two or more devices that use high-frequency radio waves and often include an access point to the Internet. A WLAN allows users to move around the coverage area, often a home or small office, while maintaining a network connection.[6]
internet watch this. The Internet is the global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link devices worldwide. It is a network of networks that consists of private, public, academic, business, and government networks of local to global scope, linked by a broad array of electronic, wireless, and optical networking technologies.[7]
extranet An extranet is a controlled private network that allows access to partners, vendors and suppliers or an authorized set of customers – normally to a subset of the information accessible from an organization's intranet. An extranet is similar to a DMZ in that it provides access to needed services for authorised parties, without granting access to an organization's entire network. An extranet is a private network organization.[8]
intranet An intranet is a private network utilized by an organization. It's designed to facilitate internal communication, collaboration, and information sharing among members of the organization securely. Intranets are built using web technologies and provide a wide range of services similar to the internet, such as email, web sites, and databases, but are accessible only to authorized users within the organization. They often feature tools for document management, project management, CRM, and social networking to enhance productivity and engagement.
virtual private network (VPN) A virtual private network (VPN) extends a private network across a public network, and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network. Applications running across the VPN may therefore benefit from the functionality, security, and management of the private network.[9]
personal area network (PAN) A personal area network (PAN) is a computer network used for data transmission amongst devices such as computers, telephones, tablets and personal digital assistants.[10] It's designed for personal use and involves the interconnection of digital devices close to one person. Your smart phone, smart watch and perhaps your bluetooth headphones constitute a personal area network.
Peer-to-peer (P2P) peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers. Peers are equally privileged, equipotent participants in the application. They are said to form a peer-to-peer network of nodes.[11]

Standards[edit]

  • Identify different types of networks.

References[edit]