text
stringlengths
31
999
source
stringclasses
5 values
In a communication network, sometimes a max-min fairness of the network is desired, usually opposed to the basic first-come first-served policy. With max-min fairness, data flow between any two nodes is maximized, but only at the cost of more or equally expensive data flows. To put it another way, in case of network congestion any data flow is only impacted by smaller or equal flows
https://huggingface.co/datasets/fmars/wiki_stem
In computer networking, link aggregation is the combining (aggregating) of multiple network connections in parallel by any of several methods. Link aggregation increases total throughput beyond what a single connection could sustain, and provides redundancy where all but one of the physical links may fail without losing connectivity. A link aggregation group (LAG) is the combined collection of physical ports
https://huggingface.co/datasets/fmars/wiki_stem
A broadcast storm or broadcast radiation is the accumulation of broadcast and multicast traffic on a computer network. Extreme amounts of broadcast traffic constitute a broadcast storm. It can consume sufficient network resources so as to render the network unable to transport normal traffic
https://huggingface.co/datasets/fmars/wiki_stem
Burstable billing is a method of measuring bandwidth based on peak use. It allows usage to exceed a specified threshold for brief periods of time without the financial penalty of purchasing a higher committed information rate (CIR, or commitment) from an Internet service provider (ISP). Most ISPs use a five-minute sampling and 95% usage when calculating usage
https://huggingface.co/datasets/fmars/wiki_stem
BWPing is a tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. It does not require any special software on the remote host. The only requirement is the ability to respond on ICMP echo request messages
https://huggingface.co/datasets/fmars/wiki_stem
cFosSpeed is a traffic shaping software often bundled with MSI motherboards for the Windows operating system. The program attaches itself as a device driver to the Windows network stack where it performs packet inspection and layer-7 protocol analysis. It has been noted as causing some issues with network connections, and is difficult to uninstall
https://huggingface.co/datasets/fmars/wiki_stem
A cloud-native processor (CNP) is a general purpose central processing unit (CPU) specifically designed to support the growing number of cloud-native computing applications which do not require any on-site computing infrastructure, or software designed specifically to create, build and store information over the cloud. According to the Cloud Native Computing Foundation, cloud-native technologies enable organizations to build and run scalable applications in public, private, and hybrid clouds. Technology Cloud-native processor allow for scalability, cost-effectiveness and better energy efficiencies than legacy processors
https://huggingface.co/datasets/fmars/wiki_stem
CoDel (Controlled Delay; pronounced "coddle") is an active queue management (AQM) algorithm in network routing, developed by Van Jacobson and Kathleen Nichols and published as RFC8289. It is designed to overcome bufferbloat in networking hardware, such as routers, by setting limits on the delay network packets experience as they pass through buffers in this equipment. CoDel aims to improve on the overall performance of the random early detection (RED) algorithm by addressing some of its fundamental misconceptions, as perceived by Jacobson, and by being easier to manage
https://huggingface.co/datasets/fmars/wiki_stem
In a Frame Relay network, committed information rate (CIR) is the bandwidth for a virtual circuit guaranteed by an internet service provider to work under normal conditions. Committed data rate (CDR) is the payload portion of the CIR. At any given time, the available bandwidth should not fall below this committed figure
https://huggingface.co/datasets/fmars/wiki_stem
Cross-layer interaction and service mapping (CLIASM) was designed for achieving QoS for wireless network. P. Venkata Krishna et al
https://huggingface.co/datasets/fmars/wiki_stem
Customer Service Assurance (CSA) in telecom and Internet services means the collection of Communications Service Provider (CSP) customer usage information from all practical sources including network traffic, network devices, content servers, management databases and user devices to ensure customer service quality is consistent with CSP expectations. CSA involves, when needed, real-time monitoring of a customer’s purchased services and in analyzing this data to note trends, preferences, usage problems and eventually proactive assurance of customer-level or service-level issues. Companies that provide CSA software and technology to CSPs, include Subtonomy, Polystar, Accanto Systems, Telecordia, and Tekelec
https://huggingface.co/datasets/fmars/wiki_stem
Edge computing is a distributed computing paradigm that brings computation and data storage closer to the sources of data. This is expected to improve response times and save bandwidth. Edge computing is an architecture rather than a specific technology, and a topology- and location-sensitive form of distributed computing
https://huggingface.co/datasets/fmars/wiki_stem
In computer networking, an elephant flow is an extremely large (in total bytes) continuous flow set up by a TCP (or other protocol) flow measured over a network link. Elephant flows, though not numerous, can occupy a disproportionate share of the total bandwidth over a period of time. It is not clear who coined "elephant flow", but the term began occurring in published Internet network research in 2001 when the observations were made that a small number of flows carry the majority of Internet traffic and the remainder consists of a large number of flows that carry very little Internet traffic (mice flows)
https://huggingface.co/datasets/fmars/wiki_stem
In telecommunications and data communication systems, an errored second is an interval of a second during which any error whatsoever has occurred, regardless of whether that error was a single bit error, or a complete loss of communication for that entire second; the type of error is not important for the purpose of counting errored seconds. In communication systems with very low uncorrected bit error rates, such as modern fiber optic transmission systems, or systems with higher low-level error rates that are corrected using large amounts of forward error correction, errored seconds are often a better measure of the effective user-visible error rate than the raw bit error rate. For many modern packet-switched communication systems, even a single uncorrected bit error is enough to cause the loss of a data packet by causing its CRC check to fail; whether that packet loss was caused by a single bit error or a hundred-bit-long error burst is irrelevant
https://huggingface.co/datasets/fmars/wiki_stem
Explicit Congestion Notification (ECN) is an extension to the Internet Protocol and to the Transmission Control Protocol and is defined in RFC 3168 (2001). ECN allows end-to-end notification of network congestion without dropping packets. ECN is an optional feature that may be used between two ECN-enabled endpoints when the underlying network infrastructure also supports it
https://huggingface.co/datasets/fmars/wiki_stem
In data communications, flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from overwhelming a slow receiver. Flow control should be distinguished from congestion control, which is used for controlling the flow of data when congestion has actually occurred. Flow control mechanisms can be classified by whether or not the receiving node sends feedback to the sending node
https://huggingface.co/datasets/fmars/wiki_stem
Flowgrind is a testing and benchmarking tool to measure throughput and other metrics for TCP. It was originally developed to study performance and behavior of TCP variants within Wireless mesh networks. In contrast to similar tools like Iperf or Netperf it features a distributed architecture, where throughput and other metrics are measured between flowgrind server processes
https://huggingface.co/datasets/fmars/wiki_stem
A fully switched network is a computer network which uses only network switches rather than Ethernet hubs on Ethernet networks. The switches provide a dedicated connection to each workstation. A switch allows for many conversations to occur simultaneously
https://huggingface.co/datasets/fmars/wiki_stem
Game theory has been used as a tool for modeling and studying interactions between cognitive radios envisioned to operate in future communications systems. Such terminals will have the capability to adapt to the context they operate in, through possibly power and rate control as well as channel selection. Software agents embedded in these terminals will potentially be selfish, meaning they will only try to maximize the throughput/connectivity of the terminal they function for, as opposed to maximizing the welfare (total capacity) of the system they operate in
https://huggingface.co/datasets/fmars/wiki_stem
In computer networks, goodput (a portmanteau of good and throughput) is the application-level throughput of a communication; i. e. the number of useful information bits delivered by the network to a certain destination per unit of time
https://huggingface.co/datasets/fmars/wiki_stem
The hierarchical fair-service curve (HFSC) is a network scheduling algorithm for a network scheduler proposed by Ion Stoica, Hui Zhang and T. S. Eugene from Carnegie Mellon University at SIGCOMM 1997 In this paper, we propose a scheduling algorithm that to the best of our knowledge is the first that can support simultaneously (a) hierarchical link-sharing service, (b) guaranteed real-time service with provable tight delay bounds, and (c) decoupled delay and bandwidth allocation (which subsumes priority scheduling)
https://huggingface.co/datasets/fmars/wiki_stem
Iperf is a tool for network performance measurement and tuning. It is a cross-platform tool that can produce standardized performance measurements for any network. Iperf has client and server functionality, and can create data streams to measure the throughput between the two ends in one or both directions
https://huggingface.co/datasets/fmars/wiki_stem
iproute2 is a collection of userspace utilities for controlling and monitoring various aspects of networking in the Linux kernel, including routing, network interfaces, tunnels, traffic control, and network-related device drivers. iproute2 is an open-source project released under the terms of version 2 of the GNU General Public License. Its development is closely tied to the development of networking components of the Linux kernel
https://huggingface.co/datasets/fmars/wiki_stem
In queueing theory, a discipline within the mathematical theory of probability, a layered queueing network (or rendezvous network) is a queueing network model where the service time for each job at each service node is given by the response time of a queueing network (and those service times in turn may also be determined by further nested networks). Resources can be nested and queues form along the nodes of the nesting structure. The nesting structure thus defines "layers" within the queueing model
https://huggingface.co/datasets/fmars/wiki_stem
Throughput of a network can be measured using various tools available on different platforms. This page explains the theory behind what these tools set out to measure and the issues regarding these measurements. Reasons for measuring throughput in networks
https://huggingface.co/datasets/fmars/wiki_stem
Router metrics are configuration values used by a router to make routing decisions. A metric is typically one of many fields in a routing table. Router metrics help the router choose the best route among multiple feasible routes to a destination
https://huggingface.co/datasets/fmars/wiki_stem
mod_qos is a quality of service (QoS) module for the Apache HTTP server implementing control mechanisms that can provide different priority to different requests. Description A web server can only serve a limited number of concurrent requests. QoS is used to ensure that important resources stay available under high server load
https://huggingface.co/datasets/fmars/wiki_stem
In computer networking, a mouse flow is a short (in total bytes) flow set up by a TCP (or other protocol) flow measured over a network link. A mouse is a flow with fewer than C packets. An elephant flow is a flow with at least C packets
https://huggingface.co/datasets/fmars/wiki_stem
The NetEqualizer is a bandwidth shaping appliance designed for voice and data networks, created by APconnections in 2003. NetEqualizer traffic shaping appliances use built-in behavior-based algorithms to automatically shape traffic during peak periods on the network. When the network is congested, the fairness algorithms favor business class applications at the expense of large file downloads
https://huggingface.co/datasets/fmars/wiki_stem
Netperf is a software application that provides network bandwidth testing between two hosts on a network. It supports Unix domain sockets, TCP, SCTP, DLPI and UDP via BSD Sockets. Netperf provides a number of predefined tests e
https://huggingface.co/datasets/fmars/wiki_stem
Network calculus is "a set of mathematical results which give insights into man-made systems such as concurrent programs, digital circuits and communication networks. " Network calculus gives a theoretical framework for analysing performance guarantees in computer networks. As traffic flows through a network it is subject to constraints imposed by the system components, for example: link capacity traffic shapers (leaky buckets) congestion control background trafficThese constraints can be expressed and analysed with network calculus methods
https://huggingface.co/datasets/fmars/wiki_stem
In computer networking, linear network coding is a program in which intermediate nodes transmit data from source nodes to sink nodes by means of linear combinations. Linear network coding may be used to improve a network's throughput, efficiency, and scalability, as well as reducing attacks and eavesdropping. The nodes of a network take several packets and combine for transmission
https://huggingface.co/datasets/fmars/wiki_stem
Network congestion in data networking and queueing theory is the reduced quality of service that occurs when a network node or link is carrying more data than it can handle. Typical effects include queueing delay, packet loss or the blocking of new connections. A consequence of congestion is that an incremental increase in offered load leads either only to a small increase or even a decrease in network throughput
https://huggingface.co/datasets/fmars/wiki_stem
A network scheduler, also called packet scheduler, queueing discipline (qdisc) or queueing algorithm, is an arbiter on a node in a packet switching communication network. It manages the sequence of network packets in the transmit and receive queues of the protocol stack and network interface controller. There are several network schedulers available for the different operating systems, that implement many of the existing network scheduling algorithms
https://huggingface.co/datasets/fmars/wiki_stem
Network throughput (or just throughput, when in context) refers to the rate of message delivery over a communication channel, such as Ethernet or packet radio, in a communication network. The data that these messages contain may be delivered over physical or logical links, or through network nodes. Throughput is usually measured in bits per second (bit/s or bps), and sometimes in data packets per second (p/s or pps) or data packets per time slot
https://huggingface.co/datasets/fmars/wiki_stem
In computer networking, network traffic control is the process of managing, controlling or reducing the network traffic, particularly Internet bandwidth, e. g. by the network scheduler
https://huggingface.co/datasets/fmars/wiki_stem
Network utilities are software utilities designed to analyze and configure various aspects of computer networks. The majority of them originated on Unix systems, but several later ports to other operating systems exist. The most common tools (found on most operating systems) include: ping, ping a host to check connectivity (reports packet loss and latency, uses ICMP)
https://huggingface.co/datasets/fmars/wiki_stem
OpenNMS is a free and open-source enterprise grade network monitoring and network management platform. It is developed and supported by a community of users and developers and by the OpenNMS Group, offering commercial services, training and support. The goal is for OpenNMS to be a truly distributed, scalable management application platform for all aspects of the FCAPS network management model while remaining 100% free and open source
https://huggingface.co/datasets/fmars/wiki_stem
The polygyny threshold model is an explanation of polygyny, the mating of one male of a species with more than one female. The model shows how females may gain a higher level of biological fitness by mating with a male who already has a mate. The female makes this choice despite other surrounding males because the choice male's genetics, territory, food supply, or other important characteristics are better than those of his competitors, even with two females on the territory
https://huggingface.co/datasets/fmars/wiki_stem
Animals have many different tactics for defending themselves, depending on the severity of the threat they are encountering. Stages of threat vary along a spectrum referred to as the "predatory imminence continuum", spanning from low-risk (pre-encounter) to high-risk (interaction) threats. The main assumption of the predatory imminence continuum is that as threat levels increase, defensive response strategies change
https://huggingface.co/datasets/fmars/wiki_stem
A preference test is an experiment in which animals are allowed free access to multiple environments which differ in one or more ways. Various aspects of the animal's behaviour can be measured with respect to the alternative environments, such as latency and frequency of entry, duration of time spent, range of activities observed, or relative consumption of a goal object in the environment. These measures can be recorded either by the experimenter or by motion detecting software
https://huggingface.co/datasets/fmars/wiki_stem
Progressive provisioning is a term used in entomology to refer to a form of parental behavior in which an adult (most commonly a hymenopteran such as a bee or wasp) feeds its larvae directly after they have hatched, feeding each larva repeatedly until it has completed development. The food is typically in the form of masticated or immobilized prey items (in predatory wasps), or regurgitated nectar mixed with pollen (in bees); only rarely are other sorts of food resources used (such as glandular secretions, or carrion). While this sort of direct and repetitive feeding of offspring is extremely common in groups such as birds and mammals, it is far less common among insects, with the exception of eusocial insects (one of the defining features of eusociality is cooperative brood care)
https://huggingface.co/datasets/fmars/wiki_stem
Although projectiles are commonly used in human conflict, projectile use by organisms other than humans is relatively rare. Animals Liquid projectiles Most projectiles used by terrestrial animals are liquids. Among invertebrates there are a number of examples
https://huggingface.co/datasets/fmars/wiki_stem
Proxemics is the study of human use of space and the effects that population density has on behavior, communication, and social interaction. Proxemics is one among several subcategories in the study of nonverbal communication, including haptics (touch), kinesics (body movement), vocalics (paralanguage), and chronemics (structure of time). Edward T
https://huggingface.co/datasets/fmars/wiki_stem
The pupil is a black hole located in the center of the iris of the eye that allows light to strike the retina. It appears black because light rays entering the pupil are either absorbed by the tissues inside the eye directly, or absorbed after diffuse reflections within the eye that mostly miss exiting the narrow pupil. The size of the pupil is controlled by the iris, and varies depending on many factors, the most significant being the amount of light in the environment
https://huggingface.co/datasets/fmars/wiki_stem
A purr is a tonal fluttering sound made by some species of felids, including both larger, outdoor cats and the domestic cat (Felis catus), as well as two species of genets. It varies in loudness and tone among species and in the same animal. Although true purring is exclusive to felids and viverrids, other animals such as raccoons produce vocalizations that sound similar to true purring
https://huggingface.co/datasets/fmars/wiki_stem
Several non-human animal species are said to engage in apparent recreational drug use, that is, the intentional ingestion of psychoactive substances in their environment for pleasure, though claims of such behavior in the wild are often controversial. This is distinct from zoopharmacognosy, in which animals ingest or topically apply non-food substances for their health benefits, as a form of self-medication. Alcohol Elephants South African legends, recorded as early as the 1830s by naturalist Adulphe Delegorgue, describe elephants seeking out the fermented fruit of the marula tree, and showing signs of intoxication, including increased aggression, after doing so
https://huggingface.co/datasets/fmars/wiki_stem
The red flour beetle (Tribolium castaneum) is a species of beetle in the family Tenebrionidae, the darkling beetles. It is a worldwide pest of stored products, particularly food grains, and a model organism for ethological and food safety research. Description Adult beetles are small, around 3-4mm long (1/8 inches), of a uniform rust, brown or black color
https://huggingface.co/datasets/fmars/wiki_stem
Animal faith is the study of animal behaviours that suggest proto-religious faith. Whether animals can have religious faith is dependent on a sufficiently open definition of religion. Thus, if by religion one means a "non-anthropocentric, non-anthropomorphic, non-theistic, and non-logocentric [behavioural and ritualistic] trans-species prototype definition of religion", ritual behaviour can be interpreted in the actions of chimpanzees, elephants, dolphins and other animals
https://huggingface.co/datasets/fmars/wiki_stem
Reproductive synchrony is a term used in evolutionary biology and behavioral ecology. Reproductive synchrony—sometimes termed "ovulatory synchrony"—may manifest itself as "breeding seasonality". Where females undergo regular menstruation, "menstrual synchrony" is another possible term
https://huggingface.co/datasets/fmars/wiki_stem
Rescue behaviour is a form of altruistic behaviour shown by animals where an individual in distress is aided appropriately by another individual which puts itself at risk in the process. The term "rescue behaviour" was first introduced in the title and in the text of a paper by Wojciech Czechowski, Ewa Joanna Godzińska and Marek Kozłowski (2002) that reported the results of field observations and experiments documenting this behaviour in workers of three ant species, Formica sanguinea, Formica fusca and Formica cinerea that were observed to try to rescue individuals captured by antlion larvae (Myrmeleon formicarius). Criteria allowing to tell apart rescue behaviour from other forms of cooperation and altruism were subsequently provided by Elise Nowbahari and Karen L
https://huggingface.co/datasets/fmars/wiki_stem
In animal behavior, resource defense polygyny is a mating strategy where a male is able to support multiple female mates by competing with other males for access to a resource. In such a system, males are territorial. Because male movement is restricted, female-female competition for a male also results
https://huggingface.co/datasets/fmars/wiki_stem
Risk compensation is a theory which suggests that people typically adjust their behavior in response to perceived levels of risk, becoming more careful where they sense greater risk and less careful if they feel more protected. Although usually small in comparison to the fundamental benefits of safety interventions, it may result in a lower net benefit than expected or even higher risks. By way of example, it has been observed that motorists drove closer to the vehicle in front when the vehicles were fitted with anti-lock brakes
https://huggingface.co/datasets/fmars/wiki_stem
Ritualized aggression is when animals use a range of behaviours as posture or warning but without engaging in actual aggression, which is expensive in terms of energy and the risk of injury. Ritualized aggression involves a graded series of behaviours or displays that include threatening gestures (such as vocalizations, spreading of wings or gill covers, lifting and presentation of claws, head bobbing, tail beating, lunging, etc. ) and occasionally posturing physical actions such as inhibited (non-injurious) bites
https://huggingface.co/datasets/fmars/wiki_stem
Robosquirrel refers to several versions of robotic squirrels developed by researchers at the University of California, Davis and San Diego State University. Robosquirrel is currently in use and development in an interdisciplinary research project that uses biorobotics to investigate how communication between prey (e. g
https://huggingface.co/datasets/fmars/wiki_stem
Rough-and-tumble play, also called play fighting, is a form of play where participants compete with one another attempting to obtain certain advantages (such as biting or pushing the opponent onto the ground), but play in this way without the severity of genuine fighting (which rough-and-tumble play resembles). Rough-and-tumble play is one of the most common forms of play in both humans and non-human animals. It has been pointed out that despite its apparent aggressiveness, rough-and-tumble play is helpful for encouraging cooperative behavior and cultivation of social skills
https://huggingface.co/datasets/fmars/wiki_stem
Savaging is a term used in the study of ethology that refers to aggressive behaviour displayed by the mother towards the offspring. Aggressive behaviour includes being rough with, injuring, biting, attacking, crushing and killing (maternal infanticide) of the offspring. While savaging behaviour has been seen in multiple species, it is predominantly demonstrated in domestic pigs (Sus scrofa domesticus)
https://huggingface.co/datasets/fmars/wiki_stem
Seasonal breeders are animal species that successfully mate only during certain times of the year. These times of year allow for the optimization of survival of young due to factors such as ambient temperature, food and water availability, and changes in the predation behaviors of other species. Related sexual interest and behaviors are expressed and accepted only during this period
https://huggingface.co/datasets/fmars/wiki_stem
Seismic or vibrational communication is a process of conveying information through mechanical (seismic) vibrations of the substrate. The substrate may be the earth, a plant stem or leaf, the surface of a body of water, a spider's web, a honeycomb, or any of the myriad types of soil substrates. Seismic cues are generally conveyed by surface Rayleigh or bending waves generated through vibrations on the substrate, or acoustical waves that couple with the substrate
https://huggingface.co/datasets/fmars/wiki_stem
Self-anointing in animals, sometimes called anointing or anting, is a behaviour whereby a non-human animal smears odoriferous substances over themselves. These substances are often the secretions, parts, or entire bodies of other animals or plants. The animal may chew these substances and then spread the resulting saliva mixture over their body, or they may apply the source of the odour directly with an appendage, tool or by rubbing their body on the source
https://huggingface.co/datasets/fmars/wiki_stem
Self-preservation is a behavior or set of behaviors that ensures the survival of an organism. It is thought to be universal among all living organisms. For sentient organisms, pain and fear are integral parts of this mechanism
https://huggingface.co/datasets/fmars/wiki_stem
Self-propelled particles (SPP), also referred to as self-driven particles, are terms used by physicists to describe autonomous agents, which convert energy from the environment into directed or persistent motion. Natural systems which have inspired the study and design of these particles include walking, swimming or flying animals. Other biological systems include bacteria, cells, algae and other micro-organisms
https://huggingface.co/datasets/fmars/wiki_stem
The selfish herd theory states that individuals within a population attempt to reduce their predation risk by putting other conspecifics between themselves and predators. A key element in the theory is the domain of danger, the area of ground in which every point is nearer to a particular individual than to any other individual. Such antipredator behavior inevitably results in aggregations
https://huggingface.co/datasets/fmars/wiki_stem
Sexual jealousy is a special form of jealousy in sexual relationships, based on suspected or imminent sexual infidelity. The concept is studied in the field of evolutionary psychology. Basis Evolutionary psychologists have suggested that there is a gender difference in sexual jealousy, driven by men and women's different reproductive biology
https://huggingface.co/datasets/fmars/wiki_stem
In biology, sexual segregation is the differential use of space, habitats, and resources by males and females, or the separation of males and females into different social groups outside the breeding season. Sexual segregation is widespread among animals, especially among vertebrates that live in groups, and has also been observed in plants. It was first formally proposed by Charles Darwin in his book The Descent of Man, and Selection in Relation to Sex
https://huggingface.co/datasets/fmars/wiki_stem
Agonism is a broad term which encompasses many behaviours that result from, or are triggered by biological conflict between competing organisms. Approximately 23 shark species are capable of producing such displays when threatened by intraspecific or interspecific competitors, as an evolutionary strategy to avoid unnecessary combat. The behavioural, postural, social and kinetic elements which comprise this complex, ritualized display can be easily distinguished from normal, or non-display behaviour, considered typical of that species' life history
https://huggingface.co/datasets/fmars/wiki_stem
Animals, including siblings, compete for resources such as food, territory, and potential mating partners. In animal sibling rivalry, individuals compete for parental care or limited resources, which can sometimes result in siblicide, the killing of siblings. Sibling rivalry occurs in many different forms
https://huggingface.co/datasets/fmars/wiki_stem
Social facilitation in animals is when the performance of a behaviour by an animal increases the probability of other animals also engaging in that behaviour or increasing the intensity of the behaviour. More technically, it is said to occur when the performance of an instinctive pattern of behaviour by an individual acts as a releaser for the same behaviour in others, and so initiates the same line of action in the whole group. It has been phrased as "The energizing of dominant behaviors by the presence of others
https://huggingface.co/datasets/fmars/wiki_stem
Social grooming is a behavior in which social animals, including humans, clean or maintain one another's body or appearance. A related term, allogrooming, indicates social grooming between members of the same species. Grooming is a major social activity, and a means by which animals who live in close proximity may bond and reinforce social structures, family links, and build companionships
https://huggingface.co/datasets/fmars/wiki_stem
Social learning refers to learning that is facilitated by observation of, or interaction with, another animal or its products. Social learning has been observed in a variety of animal taxa, such as insects, fish, birds, reptiles, amphibians and mammals (including primates). Social learning is fundamentally different from individual learning, or asocial learning, which involves learning the appropriate responses to an environment through experience and trial and error
https://huggingface.co/datasets/fmars/wiki_stem
Sociality is the degree to which individuals in an animal population tend to associate in social groups (gregariousness) and form cooperative societies. Sociality is a survival response to evolutionary pressures. For example, when a mother wasp stays near her larvae in the nest, parasites are less likely to eat the larvae
https://huggingface.co/datasets/fmars/wiki_stem
Sociobiology is a field of biology that aims to examine and explain social behavior in terms of evolution. It draws from disciplines including psychology, ethology, anthropology, evolution, zoology, archaeology, and population genetics. Within the study of human societies, sociobiology is closely allied to evolutionary anthropology, human behavioral ecology, evolutionary psychology, and sociology
https://huggingface.co/datasets/fmars/wiki_stem
Sociophysiology is the "interplay between society and physical functioning" (Freund 1988: 856) involving "collaboration of two neighboring sciences: physiology and sociology" (Mauss 1936: 373). In other words, sociophysiology is physiological sociology, a special science that studies the physiological side of human (and other animals') interrelations (Zeliony 1912: 405–406). Interdisciplinary field of research In addition to having been termed an "interdisciplinary area for research, an area which demonstrates the concomitant relationship between physiology and social behavior" (Di Mascio et al
https://huggingface.co/datasets/fmars/wiki_stem
The ethological concept of species-typical behavior is based on the premise that certain behavioral similarities are shared by almost all members of a species. Some of these behaviors are unique to certain species, but to be 'species-typical,' they do not have to be unique—they simply have to be characteristic of that species. Neuroscience Species-typical behaviors are almost always a result of differing nervous systems
https://huggingface.co/datasets/fmars/wiki_stem
Spider behavior refers to the range of behaviors and activities performed by spiders. Spiders are air-breathing arthropods that have eight legs and chelicerae with fangs that inject venom. They are the largest order of arachnids and rank seventh in total species diversity among all other groups of organisms which is reflected in their large diversity of behavior
https://huggingface.co/datasets/fmars/wiki_stem
Stable vices are stereotypies of equines, especially horses. They are usually undesirable habits that often develop as a result of being confined in a stable with boredom, hunger, isolation, excess energy, or insufficient exercise. They present a management issue, not only leading to facility damage from chewing, kicking, and repetitive motion, but also leading to health consequences for the animal if not addressed
https://huggingface.co/datasets/fmars/wiki_stem
In animals, including humans, the startle response is a largely unconscious defensive response to sudden or threatening stimuli, such as sudden noise or sharp movement, and is associated with negative affect. Usually the onset of the startle response is a startle reflex reaction. The startle reflex is a brainstem reflectory reaction (reflex) that serves to protect vulnerable parts, such as the back of the neck (whole-body startle) and the eyes (eyeblink) and facilitates escape from sudden stimuli
https://huggingface.co/datasets/fmars/wiki_stem
Startle-evoked movement (SEM or startReact) is the involuntary initiation of a planned action in response to a startling stimulus. While the classic startle reflex involves involuntary protective movements, SEMs can be a variety of arm, hand and leg actions including wrist flexion, and rising onto tiptoes. SEMs are performed faster than voluntary movements, but retain the same muscle activation characteristics
https://huggingface.co/datasets/fmars/wiki_stem
Statary is a term currently applied in fields such as ecology, ethology, psychology. In modern use it contrasts on the one hand with such concepts as migratory, nomadic, or shifting, and on the other with static or immobile. The word also is of historical interest in its change of meaning as its usage changed
https://huggingface.co/datasets/fmars/wiki_stem
A stereotypy (, STERR-ee-ə-ty-pee, STEER-, -⁠ee-oh-) is a repetitive or ritualistic movement, posture, or utterance. Stereotypies may be simple movements such as body rocking, or complex, such as self-caressing, crossing and uncrossing of legs, and marching in place. They are found especially in people with autism spectrum disorders and visually impaired children, and are also found in intellectual disabilities, tardive dyskinesia and stereotypic movement disorder, yet may also be encountered in neurotypical individuals as well
https://huggingface.co/datasets/fmars/wiki_stem
In animal behaviour, stereotypy, stereotypical or stereotyped behaviour has several meanings, leading to ambiguity in the scientific literature. A stereotypy is a term for a group of phenotypic behaviours that are repetitive, morphologically identical and which possess no obvious goal or function. These behaviours have been defined as 'abnormal', as they exhibit themselves solely in animals subjected to barren environments, scheduled or restricted feedings, social deprivation and other cases of frustration, but do not arise in 'normal' animals in their natural environments
https://huggingface.co/datasets/fmars/wiki_stem
Stimulus filtering occurs when an animal's nervous system fails to respond to stimuli that would otherwise cause a reaction to occur. The nervous system has developed the capability to perceive and distinguish between minute differences in stimuli, which allows the animal to only react to significant impetus. This enables the animal to conserve energy as it is not responding to unimportant signals
https://huggingface.co/datasets/fmars/wiki_stem
Stochastic resonance is a phenomenon that occurs in a threshold measurement system (e. g. a man-made instrument or device; a natural cell, organ or organism) when an appropriate measure of information transfer (signal-to-noise ratio, mutual information, coherence, d', etc
https://huggingface.co/datasets/fmars/wiki_stem
Stotting (also called pronking or pronging) is a behavior of quadrupeds, particularly gazelles, in which they spring into the air, lifting all four feet off the ground simultaneously. Usually, the legs are held in a relatively stiff position. Many explanations of stotting have been proposed, though for several of them there is little evidence either for or against
https://huggingface.co/datasets/fmars/wiki_stem
Structures built by non-human animals, often called animal architecture, are common in many species. Examples of animal structures include termite mounds, ant hills, wasp and beehives, burrow complexes, beaver dams, elaborate nests of birds, and webs of spiders. Often, these structures incorporate sophisticated features such as temperature regulation, traps, bait, ventilation, special-purpose chambers and many other features
https://huggingface.co/datasets/fmars/wiki_stem
Many animals are able to navigate using the Sun as a compass. Orientation cues from the position of the Sun in the sky are combined with an indication of time from the animal's internal clock. There is evidence that some animals can navigate using celestial cues, such as the position of the Sun
https://huggingface.co/datasets/fmars/wiki_stem
Sunning or basking, sometimes also known as sunbathing, is a thermoregulatory or comfort behaviour used by humans, animals, especially birds, reptiles, and insects, to help raise their body temperature, reduce the energy needed for temperature maintenance or to provide comfort. They may also have additional functions of ridding animals of ectoparasites, bacteria, or excess moisture. Birds Birds adopt special postures when sunning, these may include spreading out their feathers, flattening their body on soil, showing either their upper parts to the Sun or facing the Sun
https://huggingface.co/datasets/fmars/wiki_stem
A supernormal stimulus or superstimulus is an exaggerated version of a stimulus to which there is an existing response tendency, or any stimulus that elicits a response more strongly than the stimulus for which it evolved. For example, it is possible to create artificial bird eggs which certain birds will prefer over their own eggs, particularly evident in brood parasitism, and humans can be similarly exploited by junk food and pornography. Organisms tend to show a preference for the stimulus properties (e
https://huggingface.co/datasets/fmars/wiki_stem
Surface wave detection by animals is the process by which animals, such as surface-feeding fish are able to sense and localize prey and other objects on the surface of a body of water by analyzing features of the ripples generated by objects' movement at the surface. Features analyzed include waveform properties such as frequency, change in frequency, and amplitude, and the curvature of the wavefront. A number of different species are proficient in surface wave detection, including some aquatic insects and toads, though most research is done on the topminnow/surface killifish Aplocheilus lineatus
https://huggingface.co/datasets/fmars/wiki_stem
Syrian hamster behavior refers to the ethology of the Syrian hamster (Mesocricetus auratus). Sleeping habits Syrian hamsters have a sleep cycle that lasts about 10 to 12 minutes. In the laboratory, Syrian hamsters are observed to be nocturnal and in their natural circadian rhythm they wake and sleep on a consistent schedule
https://huggingface.co/datasets/fmars/wiki_stem
Tail vibration is a common behavior in some snakes where the tail is vibrated rapidly as a defensive response to a potential predator. Tail vibration should not be confused with where the tail is twitched in order to attract prey. While rattlesnakes are perhaps the most famous group of snakes to exhibit tail vibration behavior, many other snake groups—particularly those in the Colubridae and Viperidae families—are known to vibrate tails when feeling threatened
https://huggingface.co/datasets/fmars/wiki_stem
Tail wagging is the behavior of the dog observed as its tail moves back and forth in the same plane. Within Canidae, specifically Canis lupus familiaris, the tail plays multiple roles, which can include balance, and communication. It is considered a social signal
https://huggingface.co/datasets/fmars/wiki_stem
A talking animal or speaking animal is any non-human animal that can produce sounds or gestures resembling those of a human language. Several species or groups of animals have developed forms of communication which superficially resemble verbal language, however, these usually are not considered a language because they lack one or more of the defining characteristics, e. g
https://huggingface.co/datasets/fmars/wiki_stem
Tandem running is a pair movement coordination observed in ants and termites. In ants, tandem running is used for social learning, by which one ant leads another native ant from the nest to the food source it has found. Tandem running is also used to find and choose better, new nest sites to which the colony can emigrate
https://huggingface.co/datasets/fmars/wiki_stem
In ethology, territory is the sociographical area that an animal consistently defends against conspecific competition (or, occasionally, against animals of other species) using agonistic behaviors or (less commonly) real physical aggression. Animals that actively defend territories in this way are referred to as being territorial or displaying territorialism. Territoriality is only shown by a minority of species
https://huggingface.co/datasets/fmars/wiki_stem
Theory of mind in animals is an extension to non-human animals of the philosophical and psychological concept of theory of mind (ToM), sometimes known as mentalisation or mind-reading. It involves an inquiry into whether non-human animals have the ability to attribute mental states (such as intention, desires, pretending, knowledge) to themselves and others, including recognition that others have mental states that are different from their own. To investigate this issue experimentally, researchers place non-human animals in situations where their resulting behavior can be interpreted as supporting ToM or not
https://huggingface.co/datasets/fmars/wiki_stem
Tinbergen's four questions, named after 20th century biologist Nikolaas Tinbergen, are complementary categories of explanations for animal behaviour. These are also commonly referred to as levels of analysis. It suggests that an integrative understanding of behaviour must include ultimate (evolutionary) explanations, in particular: behavioural adaptive functions phylogenetic history; and the proximate explanations underlying physiological mechanisms ontogenetic/developmental history
https://huggingface.co/datasets/fmars/wiki_stem
Toe pecking, an abnormal behaviour of birds in captivity, occurs when one bird pecks the toes of another using its beak. This behaviour has been reported in hens and ostriches. Studies have shown that hens exposed to toe pecking have significantly enlarged adrenal glands, indicating increased physiological stress
https://huggingface.co/datasets/fmars/wiki_stem
Tool use by non-humans is a phenomenon in which a non-human animal uses any kind of tool in order to achieve a goal such as acquiring food and water, grooming, defence, communication, recreation or construction. Originally thought to be a skill possessed only by humans, some tool use requires a sophisticated level of cognition. There is considerable discussion about the definition of what constitutes a tool and therefore which behaviours can be considered true examples of tool use
https://huggingface.co/datasets/fmars/wiki_stem
Torpor is a state of decreased physiological activity in an animal, usually marked by a reduced body temperature and metabolic rate. Torpor enables animals to survive periods of reduced food availability. The term "torpor" can refer to the time a hibernator spends at low body temperature, lasting days to weeks, or it can refer to a period of low body temperature and metabolism lasting less than 24 hours, as in "daily torpor"
https://huggingface.co/datasets/fmars/wiki_stem