User Name
Password

Go Back   Planetarion Forums > Non Planetarion Discussions > Programming and Discussion > Hardware and Tech Support
Register FAQ Members List Calendar Arcade Today's Posts

Reply
Thread Tools Display Modes
Unread 8 Dec 2002, 18:00   #1
Supernova9
m u p p e t
 
Join Date: May 2001
Location: Whenever Wherever
Posts: 477
Supernova9 is infamous around these parts
Network Operating Systems

I've been assigned a project on network operating systems for school, and part of it is network security, I have most of the work, but there's one thing I'm wondering about and I can't find anything on google or stuff like that about it.

Do networks encrypt data being sent from client to server, i.e. normal transmissions? Is that possible/advantageous/pointless/too time-consuming?

Any comments would be welcomed
__________________
Supernova9 is offline   Reply With Quote
Unread 8 Dec 2002, 18:24   #2
MT
/dev/zero
Retired Mod
 
MT's Avatar
 
Join Date: May 2000
Posts: 415
MT is an unknown quantity at this point
do you mean network operating systems (like plan 9) or do you mean operating systems that can function on networks?
__________________
#linux : Home of Genius

<idimmu> ok i was chained to a desk with this oriental dude
MT is offline   Reply With Quote
Unread 8 Dec 2002, 18:29   #3
Supernova9
m u p p e t
 
Join Date: May 2001
Location: Whenever Wherever
Posts: 477
Supernova9 is infamous around these parts
Quote:
Originally posted by MT
do you mean network operating systems (like plan 9) or do you mean operating systems that can function on networks?
The operating systems that can function on networks, NT etc.
__________________
Supernova9 is offline   Reply With Quote
Unread 9 Dec 2002, 00:47   #4
Lord211
Guest
 
Posts: n/a
afaik they (window os's) all send their data out in plain text.
  Reply With Quote
Unread 9 Dec 2002, 02:31   #5
mikay
Registered User
 
Join Date: Aug 2000
Location: UK
Posts: 228
mikay is an unknown quantity at this point
In a nutshell....

By default data goes across a network in plain text. This is bad, especially when entering passwords.

Using a hub every computer on your local network segment can see all traffic on the network. A switch restricts it so that only the source/destination (host or router) & the switch see your data.

Browsers can use something called SSL (Secure socket layer) which encrypts the data as it goes out of your computer.

There is a product called SSH (secure shell) that allows encrypted communication (using a number of protocols) across networks. You also have PGP (Pretty Good Privacy) which can be used to encrypt files & emails in a similar way.

The next level up is a VPN (Virtual Private Network) that can encrypt all data as it comes out of your computer and it will be decrypted at the destination, and vice versa. VPNs are actually more frequently used on routers than hosts though.
__________________
<DrNick> hey i've been playing pa for ages and i know lots of people who bathe with 6 busty babes

<breeze|away> i agree about mang tho .. he is our mentor of perviness

R4: 48:25:13, 2E5 HC R5: n00b
R6: 3:10:1 Mangor, The Daddy
R7: 3:3:11 Retired
R8: c43 Finally free
PAX: 3:7:9 The Mentor of Perviness
mikay is offline   Reply With Quote
Unread 9 Dec 2002, 12:46   #6
Supernova9
m u p p e t
 
Join Date: May 2001
Location: Whenever Wherever
Posts: 477
Supernova9 is infamous around these parts
Thanks v. much
__________________
Supernova9 is offline   Reply With Quote
Reply



Forum Jump


All times are GMT +1. The time now is 14:59.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2018