Networks

From CompSciWiki
Revision as of 13:55, 8 December 2010 by PatrickJ (Talk | contribs)

Jump to: navigation, search

COMP 1010 Home > More About Computer Science


Introduction

Whether you realize it or not, computer networks are a vitally important part of your day to day life. Originally developed in the 1960's primarily as a means of military communication, computer networks have expanded exponentially since then. Many technological and telecommunications companies such as Google, Facebook, and MTS rely very heavily on computer networks. The internet itself is nothing more than a large and very extensive computer network. Computer networking is currently a rapidly growing, ever changing, and very interesting area of computer science.

...By Students

"Not long ago, I knew nothing about networks, but that had to change when I wanted to upgrade the speed and reliability of the wireless network at home. I started by doing some research on routers, looking for faster download speeds and stronger signal. I learned about the various network standards in speed, range, encryption and wireless protocols. I also leaned about various features and techniques that help make a network more secure. The one thing that really surprised me when I was researching all these things is that I now find networks kinda cool."

More to come...


What is a Network?

WAN.jpg Here are examples of Local Area Networks (top left and top right) and Wide Area Network (bottom)

A network is a link between two or more computers, connected using routers and network cable or wireless signals to transfer data between the computers on the network.

These networks vary greatly in size from small (eg: home network linking a laptop to a router), to large (eg: intranet at a large business), to massive (eg: Internet).

Networks allow for computing devices to communicate with one another. This allows for users to send messages via a computer network, share files and information, share software remotely, and share hardware (eg: printing devices).








Types of Networks

Blackberries.jpg Cellphones use WAN networks to connect to the internet and make calls

Local Area Networks (LANs)

A local area network (LAN) is a computer network covering a small physical area, like a home, office or university campus.



Wide Area Networks (WAN)

A wide area network is a computer network that spans a wide geographic area. The most common example of a WAN would be the internet, but mobile networks (eg: Rogers, MTS) are also examples of WANs.





Network Layers

A network can be conceptually subdivided into a number of different layers, including:

Physical Layer

The physical layer is the link between a computing device and a transmitter. This layer, usually comprised of cables or wireless network adapters, allows for the computer to be connected in a network.

Data Link Layer

The data link layer defines how data is transferred from one device to another. This layer is responsible for ensuring that there are no errors in the data, and...

Network Layer

Transport Layer

The transport layer defines the protocols by which messages are sent and received. The most common of these protocols is called Transmission Control Protocol (TCP). The transport layer divides a message in to smaller pieces known as packets, and sends these packets to the network layer. The receiving transport layer gets the packets from the receiving network layer and converts them back into the original message.

Application Layer

The application layer is the link between the network and the network application.

Presentation Layer

Session Layer

Network Applications

GoogleChrome.jpg Google's Chrome browser swallowing Microsoft's Internet Explorer browser

A network application is a software program that uses network connectivity and the internet to perform its functions.

Web browsers like Google's Chrome, Mozilla's Firefox and Microsoft's Internet Explorer are used by hundreds millions of people every single day. Google and Mozilla are both big supporters of the open source community and are always looking to encourage developers (like you!) to make cool and innovative extensions and apps for their browsers.

E-mail clients like Microsoft Outlook and Mozilla's Thunderbird are other examples of network applications used by tens of millions on a near-daily basis.

There are many more examples of network applications like Microsoft's MSN Messenger and AOL's AIM Chat instant messenging clients, as well as video conferencing applications.






Courses

There are 4 courses required for the Networks and Security specialty at the U of M:

Computer Networks I covers the basics about what a network is and provides students with a basic understanding about how the internet works. Students taking Networks I will also learn about the various layers that comprise a network in more detail.

Computer Networks II deals with advanced network layers as well as multimedia networks, mobile and wireless networks, network management, and provides some basics about network security.

Computer Security teaches students how to prevent malicious users from attacking computers and potentially stealing information not intended for them. Topics discussed will include preventative measures such as firewalls, intrusion detection, and basic cryptography.

Cryptography and Cryptosystems is designed to teach students how to encrypt messages to make them unrecognizable. Cryptography is one of the most important security measures used in networking, and the course provides details about a number of methods used to disguise messages.

Career Opportunities

With the growth in the field of computer networks, demand for specialists in this area has also increased enormously.

Network Administrator

Network administrators configure and manage Local Area Networks and Wide Area Networks (commonly known as LANs and WANs respectively).

Network Programmer/Analyst

Network programmers write software programs or scripts that aid in network analysis such as diagnostics or monitoring utilities.

Web Application Developer

Web application developers write software programs specifically designed for the internet. These developers create web applications that make for dynamic and interactive web experiences using technologies like Adobe Flash, Java, and Microsoft Silverlight.

Useful Links

http://learn-networking.com/network-design/a-guide-to-network-topology

Previous Page: Multimedia Next Page: Software Engineering