Difference between revisions of "Networks"

From CompSciWiki
Jump to: navigation, search
m (Redirected the courses links)
m (Redirected the courses links)
Line 20: Line 20:
  
 
==Courses==
 
==Courses==
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_3720: Computer Networks I]
+
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_3720 Computer Networks I]
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_4720: Computer Networks II]
+
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_4720 Computer Networks II]
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_4580: Computer Security]
+
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_4580 Computer Security]
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_4140: Cryptography and Cryptosystems]
+
* [https://wiki1010.cs.umanitoba.ca/mediawiki/index.php/COMP_4140 Cryptography and Cryptosystems]
  
 
==References and Useful Links==
 
==References and Useful Links==
 
}}
 
}}

Revision as of 11:26, 30 November 2010

COMP 1010 Home > Networks


Introduction

Computer networks and specifically the Internet have become a primary delivery system of information, changing the way society communicates information through email, video, sound, and voice. This topic continues to be in the forefront of research as newer technologies and algorithms are required to transfer these large amounts of data from point to another point. Areas of research such as wireless ad-hoc networks and peer-to-peer networks are continuing to be in the forefront of this research.

Wireles Ad-Hoc Networks

This is a collection of nodes which from a network independently of any fixed infrastructure. Initially these ad-hoc networks were studied for use in military applications or disaster relief situations, but are more recently envisioned for applications such as providing Internet Connectivity for nodes that are not in transmission range of a wireless access point.

PeerTo-Peer Networks

Peer-TO-Peer (P2P) networking has no centralized management, and all network functionality is provided by the peers (nodes) themselves. Most popular P2P systems are file sharing systems, but can be applied to any system where peers share resources. Popular file sharing systems as FrostFire is a P2P based network. Research in this area evolves around resource allocation and cooperation among peers.

Courses

References and Useful Links

Previous Page: AI Next Page: Computer Graphics