Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 21-12-2004, 11:08 PM   #1 (permalink)
Broken In
 
Join Date: Aug 2004
Posts: 101
Default a few questions


I have a few questions.will be obliged if anyone answers them...

1.what are the structural differences between the filesystems fat32,ntfs,ext3&reiser?i mean fat32 is based on file alloc tables.what are the others based on?

2.what are ports?what actually are the features that makes a serial port,a parallel port or an usb port?

these are all now.will come up with more later
geekgod is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 21-12-2004, 11:18 PM   #2 (permalink)
nix
Senior Member
 
nix's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 648
Default hi

my bit of info... serial ports are slower than USB ports.
nix is offline  
Old 21-12-2004, 11:50 PM   #3 (permalink)
Broken In
 
Join Date: Dec 2003
Location: kolkata
Posts: 123
Default

ext3 and reiser are journalling file sytems,like jfs&xfs.to understand journalled filesystems u can visit the foolowing link.
http://www.linux-mag.com/2002-10/jfs_01.html

u can google for ntfs. i liked the foollowing
http://www.digit-life.com/articles/ntfs/
technomodel is offline  
Old 22-12-2004, 12:46 AM   #4 (permalink)
Human Spambot
 
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
Default

O MAN
u asked soo nciely its hard to refuse
hard to come by
here a few links that might help for file systems
http://www.linuxgazette.com/issue55/florido.html
http://developer.apple.com/documenta...section_3.html
http://kb.indiana.edu/data/advu.html...4657.56953.131


as for ports
SIGH
ok
just look in the back of ur computer
u see all those weird lil things ? some with pins ? some with holes ?
they are all ports
commonly ull see
serial , parallel, ps2, USB ports
and firewire if u have one of the new mobos
PS2 is essentially for kbd's and mice

the rest are for data transfer between different devices
parallel sends/receives data parallelly
serial sends/receives serially ( 1 bit at a time)
next in comparison is speed ...
paralled is slower than serial ..

i dunno how usb transfers data . im sure its serial tho
and its the highest speed among the above ports ...
its in 2 versions usb 1.1 and usb 2.0
the latter is faster ofcourse

the next is firewire .. which is blazingly fast
also in 2 versions 'a' and 'b'

besides this u see rj-11 and rj-45 ports as well
rj-11 = modem port, for attatchin telephone line
rj-45 = ethernet port for ur lan network / broadband connection

all are standards and ports are structured acc. to those standards
__________________
No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
theraven is offline  
Old 22-12-2004, 01:29 AM   #5 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2004
Location: Jaipur
Posts: 21
Default

Thavean
As far the USB (Universal Serial Bus) is concerned it works on the DMA(Direct Memory Access) and it has seperate power supply for itself from mobo.
Amit
psappuin is offline  
Old 22-12-2004, 02:11 AM   #6 (permalink)
Wise Old Owl
 
Join Date: Jul 2004
Posts: 1,351
Default

If I may put in my 2-paise worth .....

A port, like an airport or a shipping port, is a point where things come in or go out. In a computer, the things that come and go are data, commands or even a power supply.

A standard serial port has either 9 or 25 pins (most of them unused in a 25-pin connector). The connector or port on the computer is male, i.e., it has pins instead of little holes. When data is sent on a serial line, the little bits go one after the other, one at a time. That is, they go in series, hence the name serial port. It is used for serial mice, some printers, external modems, etc. A serial port is slowest among the standard ports.

A parallel port also generally has 25 points, but the parallel port on the computer is female, i.e., it has little holes instead of pins. Data is transmitted on 8 separate lines so that they can be sent much faster than on a serial line. A parallel port is used for some printers, scanners, etc.

A USB port also sends data in series, but with a different technique than the older serial port so that it is much faster even than a parallel port. It has only 4 wires, one of which carries +5 volts which can be used to power some external devices that do not consume a lot of power. USB ports are used for some mice, printers, scanners, modems, game wheels and joysticks, digital camera, etc. etc.
pimpom is offline  
Old 22-12-2004, 09:47 AM   #7 (permalink)
HAF 922 Owner
 
i_am_crack's Avatar
 
Join Date: Dec 2004
Location: Bangalore
Posts: 202
Default Re: a few questions

Quote:
Originally Posted by geekgod
I have a few questions.will be obliged if anyone answers them...

1.what are the structural differences between the filesystems fat32,ntfs,ext3&reiser?i mean fat32 is based on file alloc tables.what are the others based on?

these are all now.will come up with more later
I will take the first quest and answer to the best....

Fine What is Fat - File Allocation Table right????
Basically Fat is divide into Diffrent categories. i.e.

Fat 8 - > which was invented by IBM for the first time in the history ( I think) for computers to work.

Fat 12 -> Which is basically used for floppies disk ( The floppy disk drive (FDD) was invented at IBM by Alan Shugart in 1967)

Fat 16-> Faster data transaction for speedy interaction with user,.Where MS useses as platform for windows 3.1,.95,98,98se, (ME)

Fat 32-> Not much changes from Fat16 but MS says its much more better than previous... Os like 95,98,98se,me.2000 all versions, xp (home/pro)

NTFS: a lto from http://www.digit-life.com/articles/ntfs/

CDFS: Short for CD-ROM File System, the Windows 95 driver for CD-ROM players. CDFS replaces MSCDEX, which was used for DOS and Windows 3.x systems. Unlike MSCDEX, which is a 16-bit program that runs only in real mode, CDFS is a 32-bit program that runs in protected mode. In addition, it uses the VCACHE driver to control the CD-ROM disk cache, which results in much smoother playback.

HPFS: High Performance File System http://www.yale.edu/pclt/BOOT/HPFS.htm would help.. you...


Thats alll i know dude...

Have fun and stay cool....
__________________
Well Actually I forgot to say Hi to you???? Can I say now???
i_am_crack is offline  
Old 22-12-2004, 11:36 AM   #8 (permalink)
h4ck3r
Guest
 
Posts: n/a
Default kewl answers...

@pimpom yes as you said (small correction) A VIRTUAL port is just like a pipe through which info goes both ways .. The ports which are most common are SERVICE_PORT format , FTP-21 , finger -79, HTTP -80 ,HTTPS-443, telnet -23 , smtp - 25 , (Popular trojan ports)
Netbus-(TCP port)12345 , Back Orifice-UDP port 31337
 
Old 22-12-2004, 03:00 PM   #9 (permalink)
Coming back to life ..
 
it_waaznt_me's Avatar
 
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
Default Re: a few questions

Quote:
Originally Posted by i_am_crack
Fat 16-> Faster data transaction for speedy interaction with user,.Where MS useses as platform for windows 3.1,.95,98,98se, (ME)

Fat 32-> Not much changes from Fat16 but MS says its much more better than previous... Os like 95,98,98se,me.2000 all versions, xp (home/pro)
I would like to correct you here ...
FAT16 was used by Win 95 and FAT 32 was supported from Win98 .. Win98 had a utility to convert the filesystem from Fat16 to Fat32 ...

And from FAT16 to FAT 32 the most important change was support for large drives .. FAT16 can only support a partition of atmost 2 GB ...
Another thing .. FAT16 dont have support for Long filenames while FAT32 have ...
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
it_waaznt_me is offline  
Old 22-12-2004, 06:09 PM   #10 (permalink)
HAF 922 Owner
 
i_am_crack's Avatar
 
Join Date: Dec 2004
Location: Bangalore
Posts: 202
Default Re: a few questions

Quote:
Originally Posted by it_waaznt_me
Quote:
Originally Posted by i_am_crack
Fat 16-> Faster data transaction for speedy interaction with user,.Where MS useses as platform for windows 3.1,.95,98,98se, (ME)

Fat 32-> Not much changes from Fat16 but MS says its much more better than previous... Os like 95,98,98se,me.2000 all versions, xp (home/pro)
I would like to correct you here ...
FAT16 was used by Win 95 and FAT 32 was supported from Win98 .. Win98 had a utility to convert the filesystem from Fat16 to Fat32 ...

And from FAT16 to FAT 32 the most important change was support for large drives .. FAT16 can only support a partition of atmost 2 GB ...
Another thing .. FAT16 dont have support for Long filenames while FAT32 have ...
Hope you won't lock even this topic.....

But win98 can be installed on FAT 16 isn't it??? If you are upgrading from Win 95 to Win98 will the File System changed automatically??? Ofcourse FAT 32 was supported from Win 98 & Win98 had a utility to convert the filesystem from Fat16 to Fat32 .... My mean was to say over fat16 win98 can also be installed.... if i am not wrong.. I accept your 2 point...

regards
__________________
Well Actually I forgot to say Hi to you???? Can I say now???
i_am_crack is offline  
Old 22-12-2004, 08:25 PM   #11 (permalink)
In The Zone
 
Join Date: Dec 2004
Location: Ludhiana
Posts: 227
Default Re: a few questions

Quote:
Originally Posted by it_waaznt_me
Quote:
Originally Posted by i_am_crack
Fat 16-> Faster data transaction for speedy interaction with user,.Where MS useses as platform for windows 3.1,.95,98,98se, (ME)

Fat 32-> Not much changes from Fat16 but MS says its much more better than previous... Os like 95,98,98se,me.2000 all versions, xp (home/pro)
I would like to correct you here ...
FAT16 was used by Win 95 and FAT 32 was supported from Win98 .. Win98 had a utility to convert the filesystem from Fat16 to Fat32 ...

...
u can also use Fat 16 on win98 man
__________________
जय माता दी
--------------------------------------------------
It\'s Ok.... u r the best ,,,, i can speak more lie ,if u r happy with it,,, WWW.GOOGLE.COM is BIG BOSS !!!
imprince is offline  
Old 23-12-2004, 12:10 AM   #12 (permalink)
Coming back to life ..
 
it_waaznt_me's Avatar
 
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
Default Re: a few questions

Quote:
Originally Posted by i_am_crack
Hope you won't lock even this topic.....

But win98 can be installed on FAT 16 isn't it??? If you are upgrading from Win 95 to Win98 will the File System changed automatically??? Ofcourse FAT 32 was supported from Win 98 & Win98 had a utility to convert the filesystem from Fat16 to Fat32 .... My mean was to say over fat16 win98 can also be installed.... if i am not wrong.. I accept your 2 point...

regards
Hmm.. Your other topics were locked because they deserved so ..

And what I wanted to correct was Windows ME .. Millenium doesnt support FAT16 .. It will tell you right in the setup to convert to Fat32 ...

And while the Filesystems are being discussed , I should mention this page :
http://www.ntfs.com/ntfs_vs_fat.htm

It will give you more answers ...
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
it_waaznt_me is offline  
Old 23-12-2004, 01:00 AM   #13 (permalink)
Broken In
 
Join Date: Aug 2004
Posts: 101
Default

wow thnx.i feel a lot more informed already.
btw,that was a gr8 link batty.do any of you use ntfs5?
now regarding ports,what i understood is that there may be two types of ports, the "hard" port,with which devices like modems,printers etc are connected,and the"soft"ports,for communicating with neworks,right?
now my question is that as we connect to networks with lan cards or modems,where do the "soft"ports come in?ie,are they software or port dependant?
also, as it appears,serial<parallel<usb<usb2.0<firewire.does that mean in near future we will see the last two replace the rest?and what is so special about usb?i mean,why is it "universal"?if universal means i can connect any device via an usb port,why is that?
thnx in advance...
geekgod is offline  
Old 23-12-2004, 05:03 AM   #14 (permalink)
Human Spambot
 
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
Default

Quote:
now my question is that as we connect to networks with lan cards or modems,where do the "soft"ports come in?ie,are they software or port dependant?
think of these soft ports as virtual doors
doors for specific things
like we have a loo door for men and a separate loo door for women
well not the best example but it should help
examples of our soft ports are
FTP uses port 20/21
SMTP : 25
TELNET : 23
HTTP : 80
they arent hard port dependent
they are KIND OF software dependent .. that is PROTOCOL ORIENTED SOFTWARE. or rather PROTOCOL ORIENTED SERVICES
the above list are SERVICES .... which are supported by the TCP/IP Protocol SUITE.

Quote:
also, as it appears,serial<parallel<usb<usb2.0<firewire.does that mean in near future we will see the last two replace the rest?and what is so special about usb?i mean,why is it "universal"?if universal means i can connect any device via an usb port,why is that?
advantages could be sorted in that order
but let us not compare serial and parallel as they are totally different and used for totally different types of devices
serial ports can be used for mice and modems
parallel port generally used for printers and scanners
my guess of callin it UNIVERSAL serial bus is that u can connect any kind of device to it .. ofcourse those that support USB
serial and parallel are already being [hased out
u dun see the ports on an apple machine anyways

what special abt USB is the speed ( 400 mbps for usb 2.0 )
as well as HOT SWAPPABLE PnP (Plug n Play)
remember ur pen drive u can plug and discover and use in xp ? and then just unplug it when u need to carry it ? all without restarting ur computer ?
well thats Hot Swappable PnP
__________________
No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
theraven is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear
- by abhidev
- by clmlbx
- by Sarath

Advertisement




All times are GMT +5.5. The time now is 04:52 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2