Difference between revisions of "Networks"

From CompSciWiki
Jump to: navigation, search
m (Spelling edit)
Line 4: Line 4:
 
|Previous=[[AI]]
 
|Previous=[[AI]]
 
|Next=[[Computer Graphics]]
 
|Next=[[Computer Graphics]]
 +
|Chapter_TOC=[[More About Computer Science]]
 +
|Overview=Check out the hot topics in Wireless Ad-Hoc Networks and Peer-To-Peer networks.
 
|Body=
 
|Body=
  
 
==Introduction==
 
==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. |Overview=Check out the hot topics in Wireless Ad-Hoc Networks and Peer-To-Peer networks.|Chapter_TOC=[[More About Computer Science]]
+
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==
 
==Wireles Ad-Hoc Networks==

Revision as of 11:57, 25 November 2010

COMP 1010 Home > More About Computer Science


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.

References and Useful Links

http://www.cs.toronto.edu/network/research.html

http://www.cs.umanitoba.ca/newsite/research.htm

Previous Page: AI Next Page: Computer Graphics