Networks: Difference between revisions

From Computer Science Wiki
Line 10: Line 10:


== Introducing ==  
== Introducing ==  
Below is a series of videos I have found to be excellent resources. It make take a moment to load. The full url is here: https://www.youtube.com/embed/lzEBr3W93_I
Below is a series of videos I have found to be excellent resources. It make take a moment to load. The full url is here:
<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/lzEBr3W93_I?list=PLCiOXwirraUDhcQX2Y1yso6ImXxkQ9sat" frameborder="0" allowfullscreen></iframe>
</html>


== Big ideas in networking ==  
== Big ideas in networking ==  

Revision as of 00:54, 14 July 2017

Networks[1]

A computer network or data network is a telecommunications network which allows computers to exchange data. In computer networks, networked computing devices exchange data with each other using a data link. The connections between nodes are established using either cable media or wireless media. The best-known computer network is the Internet.

Network computer devices that originate, route and terminate the data are called network nodes. Nodes can include hosts such as personal computers, phones, servers as well as networking hardware. Two such devices can be said to be networked together when one device is able to exchange information with the other device, whether or not they have a direct connection to each other.

Computer networks differ in the transmission medium used to carry their signals, the communications protocols to organize network traffic, the network's size, topology and organizational intent.

Computer networks support an enormous number of applications such as access to the World Wide Web, video, digital audio, shared use of application and storage servers, printers, and fax machines, and use of email and instant messaging applications as well as many others. In most cases, application-specific communications protocols are layered (i.e. carried as payload) over other more general communications protocols.[2]

Introducing[edit]

Below is a series of videos I have found to be excellent resources. It make take a moment to load. The full url is here:

Big ideas in networking[edit]


Standards[edit]

There are certain standards you must know in order to complete IB diploma. These are not fully complete, in my opinion, but they are here for your reference:


  • Identify different types of networks.
  • Outline the importance of standards in the construction of networks.
  • Describe how communication over networks is broken down into different layers.
  • Identify the technologies required to provide a VPN.
  • Evaluate the use of a VPN.
  • Define the terms: protocol, data packet.
  • Explain why protocols are necessary.
  • Explain why the speed of data transmission across a network can vary.
  • Explain why compression of data is often necessary when transmitting across a network.
  • Outline the characteristics of different transmission media.
  • Explain how data is transmitted by packet switching.
  • Outline the advantages and disadvantages of wireless networks.
  • Describe the hardware and software components of a wireless network.
  • Describe the characteristics of wireless networks.
  • Describe the different methods of network security.
  • Evaluate the advantages and disadvantages of each method of network security.

Resources[edit]

References[edit]