Linksys NSS2000 Cisco NSS4000 and NSS6000 Series Network Storage System Admini - Page 181

FAT32, File Sharing Protocol, sharing protocols include: CIFS/SMB Windows, and NFS UNIX.

Page 181 highlights

Glossary of Storage-related Terms and Acronyms D F FAT32: File Allocation Table. Microsoft developed this partially patented filesystem for MS-DOS. It is the primary filesystem for consumer versions of Microsoft Windows up to and including Windows Me. Because it is considered relatively simple, the FAT filesystem is supported by virtually all existing operating systems for personal computers. This ubiquity makes it an ideal format for floppy disks and solid-state memory cards, and a convenient way of sharing data between disparate operating systems installed on the same computer (a dual boot environment). The most common implementations have a serious drawback in that when files are deleted and new files written to the media, their fragments tend to become scattered over the entire media, making reading and writing a slow process. Defragmentation is one solution to this, but is often a lengthy process in itself and has to be repeated regularly to keep the FAT filesystem clean. To overcome the volume size limit of FAT16, while still allowing DOS real-mode code to handle the format without unnecessarily reducing the available conventional memory, Microsoft decided to implement a newer generation of FAT, known as FAT32, with cluster counts held in a 32-bit field, of which 28 bits are currently used. File Sharing Protocol: A high-level network protocol that provides the structure and language for file requests between clients and servers, including the commands for opening, reading, writing and closing files across the network. It may also provide access to the directory services. It is sometimes referred to as a "client/server protocol" and functions at the application layer (layer 7 of the OSI model). In order for a client to have access to multiple servers running different operating systems, either the client supports the file sharing protocol of each operating system or the server supports the file sharing protocol of each client. Software that adds this capability is very common and allows interoperability between Windows, Macintosh, NetWare and Unix platforms. Examples of file sharing protocols include: CIFS/SMB (Windows), and NFS (UNIX). FTP: File Transfer Protocol. FTP is a standard Internet protocol that uses the Internet's TCP/IP protocols to exchange files between computers on the Internet. FTP can be used to transfer, download, and upload files individually or in batch form. FTPS: File Transfer Protocol over SSL. FTPS is similar to the standard FTP but because it operates over an encrypted link (SSL), it is a more secure way to transfer files over the Internet. The NSS supports Explicit FTPS (versus Implicit FTPS). Explicit FTPS is named for the command issued to indicate that TLS security should be used. This is the preferred method according to the RFC defining FTP over TLS. The client connects to the server port 21 and starts an unencrypted FTP session as normal, but requests that TLS security be used and performs the appropriate handshake before sending any sensitive data. Linksys Small Business NSS4000 and NSS6000 Series Network Storage System Administration Guide 173

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190

Glossary of Storage-related Terms and Acronyms
Linksys Small Business NSS4000 and NSS6000 Series Network Storage System Administration Guide
173
D
F
FAT32
: File Allocation Table. Microsoft developed this partially patented
filesystem for MS-DOS. It is the primary filesystem for consumer versions of
Microsoft Windows up to and including Windows Me. Because it is considered
relatively simple, the FAT filesystem is supported by virtually all existing operating
systems for personal computers. This ubiquity makes it an ideal format for floppy
disks and solid-state memory cards, and a convenient way of sharing data
between disparate operating systems installed on the same computer (a dual
boot environment). The most common implementations have a serious drawback
in that when files are deleted and new files written to the media, their fragments
tend to become scattered over the entire media, making reading and writing a
slow process. Defragmentation is one solution to this, but is often a lengthy
process in itself and has to be repeated regularly to keep the FAT filesystem clean.
To overcome the volume size limit of FAT16, while still allowing DOS real-mode
code to handle the format without unnecessarily reducing the available
conventional memory, Microsoft decided to implement a newer generation of FAT,
known as FAT32, with cluster counts held in a 32-bit field, of which 28 bits are
currently used.
File Sharing Protocol
: A high-level network protocol that provides the structure
and language for file requests between clients and servers, including the
commands for opening, reading, writing and closing files across the network. It
may also provide access to the directory services. It is sometimes referred to as a
"client/server protocol" and functions at the application layer (layer 7 of the OSI
model). In order for a client to have access to multiple servers running different
operating systems, either the client supports the file sharing protocol of each
operating system or the server supports the file sharing protocol of each client.
Software that adds this capability is very common and allows interoperability
between Windows, Macintosh, NetWare and Unix platforms. Examples of file
sharing protocols include: CIFS/SMB (Windows), and NFS (UNIX).
FTP
: File Transfer Protocol. FTP is a standard Internet protocol that uses the
Internet’s TCP/IP protocols to exchange files between computers on the Internet.
FTP can be used to transfer, download, and upload files individually or in batch
form.
FTPS
: File Transfer Protocol over SSL. FTPS is similar to the standard FTP but
because it operates over an encrypted link (SSL), it is a more secure way to
transfer files over the Internet. The NSS supports Explicit FTPS (versus Implicit
FTPS). Explicit FTPS is named for the command issued to indicate that TLS
security should be used. This is the preferred method according to the RFC
defining FTP over TLS. The client connects to the server port 21 and starts an
unencrypted FTP session as normal, but requests that TLS security be used and
performs the appropriate handshake before sending any sensitive data.