Maximum transmission unit
In computer networking, the maximum transmission unit is the size of the largest protocol data unit that can be communicated in a single network layer transaction. The MTU relates to, but is not identical to the maximum frame size that can be tra ...
Packet aggregation
In a packet-based communications network, packet aggregation is the process of joining multiple packets together into a single transmission unit, in order to reduce the overhead associated with each transmission. Packet aggregation is useful in s ...
Packet Assembler/Disassembler
A packet assembler/disassembler, abbreviated PAD is a communications device which provides multiple asynchronous terminal connectivity to an X.25 network or host computer. It collects data from a group of terminals and places the data into X.25 p ...
Packet injection
Packet injection in computer networking, is the process of interfering with an established network connection by means of constructing packets to appear as if they are part of the normal communication stream. The packet injection process allows a ...
Packet segmentation
In data communications networks, packet segmentation is the process of dividing a data packet into smaller units for transmission over the network. Packet segmentation happens at layer four of the OSI model; the transport layer. Segmentation may ...
PARC Universal Packet
The PARC Universal Packet was one of the two earliest internetwork protocol suites; it was created by researchers at Xerox PARC in the mid-1970s. The entire suite provided routing and packet delivery, as well as higher level functions such as a r ...
Virtual packet
In computer networking, virtual packet may refer to: Packets at any layer or sublayer above the most basic packets or frames used in a network. These "virtual packets" allow heterogeneous networks to talk to each other using a common protocol. Pa ...
Collection Tree Protocol
The Collection Tree Protocol is a routing protocol for wireless sensor networks. It is used for transferring data from one or more sensors to one or more root nodes.
Holddown
Holddown works by having each router start a timer when they first receive information about a network that is unreachable. Until the timer expires, the router will discard any subsequent route messages that indicate the route is in fact reachabl ...
Interior gateway protocol
An interior gateway protocol is a type of protocol used for exchanging routing information between gateways within an autonomous system. This routing information can then be used to route network-layer protocols like IP. Interior gateway protocol ...
Protocol Independent Multicast
Protocol-Independent Multicast is a family of multicast routing protocols for Internet Protocol networks that provide one-to-many and many-to-many distribution of data over a LAN, WAN or the Internet. It is termed protocol-independent because PIM ...
RPL (IPv6 Routing Protocol for LLNs)
RPL is a routing protocol for wireless networks with low power consumption and generally susceptible to packet loss. It is a proactive protocol based on distance vectors and operates on IEEE 802.15.4, optimized for multi-hop and many-to-one commu ...
Nokia N91
The Nokia N91 is a smartphone produced by Nokia as part of their Nseries line of portable devices. It was announced on April 27, 2005 along with N70 and N90 as the first three Nseries devices. The N91 ran on Symbian-based S60 3rd Edition. It was ...
EROFS
EROFS is a read-only file system for Linux developed by Gao Xiang of Huawei. EROFS is a lightweight file system, it aims to improve performance and compress storage capacity. This file system is developed on the premise that it is used on smartph ...
Linux Userland Filesystem
The Linux Userland Filesystem is a File System on Linux, which is similar to FUSE in that a file system driver provides a bridge from kernel mode to user mode. With LUFS it is possible, among other things, to mount remote directories via SSH, FTP ...
Linux kernel interfaces
The Linux kernel provides several interfaces to user-space applications that are used for different purposes and that have different properties by design. There are two types of application programming interface in the Linux kernel that are not t ...
Devpts
devpts is a virtual filesystem available in the Linux kernel since version 2.1.93. It is normally mounted at /dev/pts and contains solely device files which represent slaves to the multiplexing master located at /dev/ptmx. The creation of devpts ...
O(1) scheduler
An O scheduler is a kernel scheduling design that can schedule processes within a constant amount of time, regardless of how many processes are running on the operating system. This is an improvement over previously used O schedulers, which sched ...
O(n) scheduler
The O scheduler is the scheduler used in the Linux kernel between versions 2.4 and 2.6. Since version 2.6, it has been replaced by the O scheduler and later by the Completely Fair Scheduler.
SCHED NORMAL
SCHED_DEADLINE is a CPU scheduler available in the Linux kernel since version 3.14, based on the Earliest Deadline First and Constant Bandwidth Server algorithms, supporting resource reservations: each task scheduled under such policy is associat ...
Cowloop
Cowloop was a Linux kernel driver that allows read-only filesystems to be made writable using the kernel module cowloop.ko. Cowloop worked by writing modified blocks to a separate file known as a cowfile, which is created by using the cowdev comm ...
TuxOnIce
TuxOnIce is an implementation of the suspend-to-disk feature which is available as patches for the 2.6 Linux kernel. During the 2.5 kernel era, Pavel Machek forked the original out-of-tree version of swsusp and got it merged into the vanilla kern ...
List of devices that run MontaVista Linux
This is an incomplete list of embedded devices that run MontaVista Linux: electronic devices with limited internal computers whose main operating system is based on MontaVistas distribution of the open-source Linux operating system.
Open Palmtop Integrated Environment
Open Palmtop Integrated Environment was an open-source graphical user interface for PDAs and other devices running Linux. It is a fork of Trolltechs Qtopia environment. OPIE features a personal information management PIM framework as well as seve ...
YAFFS
Yaffs was designed and written by Charles Manning, of Whitecliffs, New Zealand, for the company Aleph One. Yaffs1 was the first version of this file system and was designed for the then-current NAND chips with 512 byte page size + 16 byte spare O ...
Retargetable graphics
Retargetable graphics is a device driver API mainly used by third-party graphics hardware to interface with AmigaOS via a set of libraries. The software libraries may include software tools to adjust resolution, screen colors, pointers, and scree ...
Batoo JPA
Batoo JPA is an implementation of Java Persistence API version 1.0 and 2.0. It is created as a response to the assumption that the current JPA implementations are quite heavy implementations that require large CPU resources during execution there ...
Java Bindings for OpenGL
Java Binding for the OpenGL API is a JSR API specification for the Java Platform, Standard Edition which allows to use OpenGL on the Java. There is also Java Binding for the OpenGL ES API for the Java Platform, Micro Edition.
Java Speech API
The Java Speech API is an application programming interface for cross-platform support of command and control recognizers, dictation systems, and speech synthesizers. Although JSAPI defines an interface only there are several implementations crea ...
Javolution
Javolution is a real-time library aiming to make Java or Java-Like/C++ applications faster and more time predictable. Indeed, time-predictability can easily be ruined by the use of the standard library which is not acceptable for safety-critical ...
Game Sprockets
Game Sprockets is a collection of application programming interfaces supporting gaming on the classic Mac OS. It consisted of four main parts, DrawSprocket, InputSprocket, SoundSprocket and NetSprocket, each providing a library of pre-rolled rout ...
Gestalt (Mac OS)
Gestalt was the name of a system call introduced into the Apple Macintosh operating System Software 6.0.4 in 1989 to allow applications to dynamically query what capabilities were present in the running system configuration.
MacTCP
MacTCP was the standard TCP/IP implementation for the classic Mac OS through version 7.5.1. It was the first application-independent implementation of a TCP stack for a non-Unix platform and predates Winsock by over 5 years. Released in 1988, it ...
Sound Manager
The Sound Manager is a part of the classic Apple Macintosh operating system, in Classic Mac OS. It is used to control the production and manipulation of sounds on Macintosh computers. The Sound Manager is also used by other parts of the Macintosh ...
AVKit
AVKit is an API developed by Apple Inc. that comes with OS X Mavericks 10.9+ and can be used with Xcode 5.0+ for developing audio and movie software for Mac. The AVKit software framework is replacing QTKit which was deprecated in OS X Mavericks, ...
Cocoa (API)
Cocoa is Apples native object-oriented application programming interface for its desktop operating system macOS. Cocoa consists of the Foundation Kit, Application Kit, and Core Data frameworks, as included by the Cocoa.h header file, and the libr ...
page 144
|
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 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
Core Foundation |
|
Core Services |
BCU880 |
COS-PSA |
CP/A |
CP/K |
CP/KC |
CP/KSOB |
CP/L |
CP/Z |
CSOC |
CSOS |
CZ-CPM |
DOS-PSA |
K8918-OS |
M/OS |
MICRODOS |
OS/M |
SCP (operating system) |
SCP/M |
SCP1700 |
Single User Control Program |
TOS/M |
ZOAZ |
ZSDOS |
Basic sequential access method |
Direct-access storage device |
Execute Channel Program in Real Storage |
FORTRAN Monitor System |
Global Resource Serialization |
|
HiperDispatch |
History of IBM CKD Controllers |
IEFBR14 |
Input/Output Configuration Program |
Intelligent Resource Director |
|
OS/VS1 |
|
IBM Single Virtual Storage (SVS) |
Queued Sequential Access Method |
Resource Measurement Facility |
|
Service Request Block |
IBM Single Virtual Storage (SVS) |
Special Real Time Operating System |
STXIT |
|
System Generation (OS) |
IBM System Management Facilities |
|
Unit Control Block |
VSE (operating system) |
Basic telecommunications access method |
Workload Manager |
IBM XCF |
IBM ESA/390 operating systems |
GEORGE (operating system) |
PC/IX |
RX-UX832 |
Vino (operating system) |
|
OS/8 |
|
MK-DOS |
ICL operating systems |
ICL Concurrent Machine Environment |
ICL CME |
Direct Machine Environment |
ICL DME |
Executive (operating system) |
J (operating system) |
MAXIMOP |
MultiJob |
OpenVME |
SuperNova (operating system) |
TME (operating system) |
ICL Transaction Machine Environment |
VME/B |
VME/K |
Linux for Tegra |
|
ALT Linux |
|
CAOS Linux |
|
Fuduntu |
|
Hanthana Linux (operating system) |
|
ICLOAK |
|
Korora (operating system) |
|
Russian Fedora Remix |
|
SimpleLinux |
Sorcerer (Linux distribution) |
|
Unity Operating System |
Arch-based Linux distributions |
History of the AmigaOS 4 dispute |
|
Commodore D9060 |
Hard disk drives |
|
AppleCD |
Optical jukebox |
|
Write once read many |
Optical computer storage media |
Board solid-state drive |
Copyback |
Solid-state storage |
Trim (computing) |
|
Write amplification |
IBM cassette tape |
|
Cobalt Qube |
Cobalt RaQ |
|
HP StorageWorks |
no need to download or install
Pino - logical board game which is based on tactics and strategy. In general this is a remix of chess, checkers and corners. The game develops imagination, concentration, teaches how to solve tasks, plan their own actions and of course to think logically. It does not matter how much pieces you have, the main thing is how they are placement!
online intellectual game →