The Broadband Guide
SG
search advanced

List of netowrking, wireless, broadband, satellite, telephony, general computing and other technical terms used throughout the site.
 search  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 
| All  | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
Term Description
NAPT NAPT (Network Address Port Translation) a.k.a. PAT, port mapping, NAT overloading, port-level NAT, or single-address NAT.

The term refers to an extension to NAT, in which multiple client computers communicate through the same IP, and also have unique port numbers assigned to transmissions in order to distinguish between them.

In other words, NAPT/PAT extends NAT from "one-to-one" into "many-to-one" by associating unique source ports with the data flow.

NAPT is discussed in RFC 2663
NAS NAS (Network-Attached Storage) is hard disk storage that is set up with its own IP address and attachet to the LAN, rather than being attached to a computer for serving applications to workstations.

NAS consists of hard disk storage (including multi-disk RAID systems), and software for configuring and mapping file locations to the network-attached device. Network-attached storage can be a step toward and included as part of a more sophisticated storage system known as a storage area network (SAN).
NAT NAT (Network Address Translation) is an IETF standard that enables LANs to use one set of private IP addresses for internal traffic an another set of IPs for external traffic. Typically, a NAT device makes all IP address translations where the LAN meets the WAN.

NAT permits a large number of LAN users to share one external IP address, and adds some network security, since private IP address ranges are not routable outside the LAN.

The following 3 blocks of the IP address space have been reserved by the Internet Assigned Numbers Authority (IANA) for private Intranets:

10.0.0.0 - 10.255.255.255 (class A, 10/8 prefix)
172.16.0.0 - 172.31.255.255 (class B range, 172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (class C range, 192.168/16 prefix)

Resources: NAT-RFC1631, Private IPs - RFC1918
NBTSTAT NBTSTAT (NetBIOS over TCP/IP Statistics) is a Windows command-line utility, here are some useful flags for it:

-n Lists your NetBIOS names
-s Lists your current NetBIOS sessions
-? Displays help and information on flags
NCQ NCQ (Native Command Queuing) is a hard disk drive technology that allows the individual disk to internally optimize the order in which received read/write commands are executed. This can reduce the amount of unnecessary drive head movement, improving performance and reducing drive wear.

The technology is especially effective in worlkoads where multiple simultaneous read/write requests are outstanding, most often occuring in server-type applications. NCQ has been typically used in SCSI drives, and is currently making its way into some SATA drives. While NCQ typically improves disk performance in the presense of multiple read/write requests, historically it has also been argued that it may indroduce some latency to access of sequential reads/writes induced by NCQ logic.
NetBIOS NetBIOS (Network Basic Input Output System) - a networking protocol developed in the 1980s. Because a lot of legacy software was written for NetBIOS's API, it has been adapted to work over various other protocols such as IPX/SPX and TCP/IP.

NetBIOS over TokenRing or Ethernet is now referred to as NetBEUI. NetBIOS over TCP/IP is referred to as NetBT (or NBT). With Win 2K and later, NetBT is now the preferred NetBIOS transport.
NetBT NetBT (a.k.a. NBT) - NetBIOS over TCP/IP
netmsak netmask (also known as subnet mask, or address mask) is a technique used by the IP protocol to determine which network segment packets are destined for.

In essence, the subnet mask is a 32bit bitmask used to tell what portion of an IP address identifies the subnetwork, and what portion identifies the host. One of the most widely used netmasks for home/SOHO applications is 255.255.255.0, used for a Class C subnet, one with up to 255 host computers.
NETSTAT NETSTAT (Network Statistics) is a command-line utility for displaying network statistics. Here are some of its more useful flags:

-? Displays help and information on all flags.
-a Displays all listening ports and active connections.
-n Displays addresses and port numbers in numerical form.
NFC NFC (Near Field Communication) is a short-range wireless standard that enables communication between compatible devices by simply bringing them close together (within 4 inches of each other). NFC uses electromagnetic induction between two loop antennas located within each other's near-field. It operates in the 13.56 MHz unlicensed radio frequency band.

NFC communication requires at least one transmitting (active) device, and another (passive or active) to receive the signal.

Active devices are able to both send and receive data, and can communicate with each other as well as with passive devices. Smartphones and some Bluetooth speakers are by far the most common implementation of active NFC devices.

Passive NFC devices are usually read-only tags that include a small unpowered NFC chip.
NIC NIC (Network Interface Card), also called a Network Adapter, is a device that connects your computer to a network. The most common types of NICs are Ethernet and Token Ring.
NIST National Institute of Standards and Technology
NMS NMS - Network Management System (or Station).

Also: Network Monitoring Station.
NNTP NNTP (Network News Transfer Protocol) is a protocol that allows customers to view information on Usenet newsgroups. Many carriers have the option of setting up news feeds that are sent directly to a customer's news server or setting up access to the carrier's news server with a login and password.
node node is a connection point in a network, either end or redistribution point for data transmissions. In general, a node has the capability to recognize and process, or forward transmissions to other network nodes.
NTP NTP (Network Time Protocol) is an internet standard protocol, built on top of TCP/IP, that assures accurate time synchronization of computer clock times in a network to the millisecond.

Based on UTC (Coordinated Universal Time), NTP can synchronize client clocks to the U.S. Naval Observatory Master Clocks. It can run as a continuous background client program and periodically send time requests to NTP servers, then using the obtained timestamps to adjust the client's clock.

See also: RFC 1305
OAN OAN (Optical Access Network) refers to an Access Network made up of optical transmission links. This is in contrast with older technologies, which typically use copper links composed of twisted-pair or coaxial cables.
OFDM OFDM (orthogonal frequency-division multiplexing) is a modulation technique used for high-speed 802.11a, 802.11g, 802.16 and WiMAX wireless communications.

It works by splitting radio signals into smaller narrowband channels, and transmitting simultaneously at different frequencies. In OFDM, priority is given to minimizing interference, or crosstalk.

See also: FDM (frequency-division multiplexing) and TDM (time-division multiplexing).
OFDMA Orthogonal Frequency-Division Multiple Access (OFDMA) is a method of encoding digital data on multiple frequencies. It is a digital modulation scheme, allowing a large number of sub-carrier signals to carry data on several parallel data streams or channels.

The technology works by splitting the radio signal into multiple smaller sub-signals that are then transmitted simultaneously at different frequencies. OFDM reduces the amount of crosstalk in signal transmissions. It also provides for assigning subsets of sub-carriers to different users, allowing for simultaneous low data rate transmission from several users on the same frequency band.

OFDMA is used by many cable and wireless technologies, such as, ADSL, MoCA home networking, Docsis 3.1, LTE and WiMAX.
OLT OLT (Optical Line Termination) provides the network-side interface of the Optical Access Network (OAN), and is connected to one or more Optical Network Units (ONUs).
ONT ONT (Optical Network Terminal) - device that terminates the fiber optic network at the customer premises.

Also called ONU (Optical Network Unit)
ONU ONU (Optical Network Unit) provides the user-side terminatioin and interface of the Optical Access Network (OAN). More than one ONU may be connected to the same Optical Line Termination (OLT) by means of passive or active intermediate elements.

Also called ONT (Optical Network Terminal)
OSI OSI (Open Systems Interconnection) defines a networking framework standardized by the International Organization for Standardization (ISO). Adherence to the standard enables any OSI-compliant system to communicate with any other OSI-compliant system for a meaningful exchange of information. The OSI model defines seven layers for implementing protocols:

1. Physical
2. Data Link
3. Network
4. Transport
5. Session
6. Presentation
7. Application
OTOH On The Other Hand
overclock overclock - to run a CPU, or/and other components, at a speed faster than their rated ability. Overclocking is a popular technique that helps you get a little more performance from a system. The risks involved are overheating, stability issues and shorter lifespan of the components involved. In other words, (especially since you're reading the definition) you should become more familiar with all the pros and cons before attempting it.
p2p p2p (peer-to-peer) is a type of network architecture in which each node has equivalent capabilities (as opposed to client/server architecture). Often peer-to-peer architecture is implemented by giving each node both server and client capabilities.

In recent usage, peer-to-peer has come to describe applications in which users can use the Internet to exchange files with each other (directly or through a mediating server). Popular recent examples of programs for connecting to such file-sharing networks are DC++, Kazaa and WinMX.
p2ptv P2PTV (peer-to-peer TV) refers to p2p software applications designed to redistribute video stream in real time on a P2P network. The distributed video streams are typically TV channels, but may also come from other sources.

In P2PTV systems, each user is simultaneously downloading the video stream and uploading that same stream to other users, thus contributing to the overall available bandwidth.
packet packet (a.k.a. datagram, transmission unit) is the unit of data that is routed between an origin and a destination on the Internet or any other packet-switched network. Any information transmitted over the Internet is divided by the TCP (Transmission Control Protocol) layer into "chunks" or packets of an efficient size for routing.
packet injection packet injection is a computer networking term which refers to sending a packet on a network into an already established connection.

It often refers to an "injection" attack by an unauthorized party, acomplished by crafting packets using raw sockets.
packet loss Packet loss refers to the percentage of packets sent that will be lost (out of 100%) in a data transmission. As with other metrics, carriers define a benchmark amount of packet loss for their network in a Service Level Agreement (SLA). Packet loss is an indication of congestion on a network, so the level of packet loss defined by a carrier's SLA indicates the amount of congestion the carrier expects on their network.
PacketCable PacketCable is a CableLabs-led collection of projects that define QoS-enabled, IP-based services delivery platform utilizing the DOCSIS capabilities.

PacketCable consists of several sub-projects:

PacketCable 1.0/1.5: an end-to-end architecture for the delivery of digital voice telephone service (VoIP) over a DOCSIS cable network.
PacketCable 2.0: and end-to-end architecture for the delivery of enhanced digital voice services (including video telephony), and mobility services.
PacketCable Multimedia: an application independent QoS architecture for real-time IP based services.

For more information, see packetcable.com.
Passpoint Passpoint is a WiFi roaming technology that allows wireless subscribers to establish secure connectivity to hotspots and seamlessly switch and roam between them without the need to find and authenticate on the network every time they connect.

Passpoint-capable devices can roam and connect anywhere in the world where the wireless provider covers through roaming agreements.

The Passpoint roaming standard is developed in the Wi-Fi Alliance through partnerships between mobile device manufacturers, network equipment vendors, and operators.
PAT PAT (Port Address Translation) a.k.a NAPT, port mapping, NAT overloading, port-level NAT, or single-address NAT.

The term refers to an extension to NAT, in which multiple client computers communicate through the same IP, and also have unique port numbers assigned to transmissions in order to distinguish between them.

In other words, NAPT/PAT extends NAT from "one-to-one" into "many-to-one" by associating unique source ports with the data flow.
PATA PATA (Parallel ATA) is an acronym for Parallel Advanced Technology Attachment.

It is the most common disk drive interface (hard drives, CD-ROM, etc). The name Parallel ATA (or PATA) is used to differentiate this type of older IDE interface from the newer Serial ATA (or SATA) interface.
patch A patch (or a "fix") is a quick repair job for a piece of programming.

By definition, the patch is an immediate bug fix that's not necessarily the best overall solution, however offers a quick repair until the next official version of the software is released.
PCMCIA PCMCIA (Personal Computer Memory Card International Association) is an organization of 500+ companies that has developed a standard for small, credit card-sized PCMCIA cards (a.k.a. PC Cards) generally used in laptops. There are three types of PCMCIA cards with different widths, but the same rectangular size (85.6 x 54 mm). Generally, PC Cards can be exchanged on the fly without rebooting your laptop.
PDA PDA (Personal Digital Assistant, a.k.a. handheld) refers to a small hand-held computer often used for calendar, address book and reminder-type applications, but also capable of delivering email, Web content and many Windows-type aplications in more recent models. PDAs often provide wireless communicatin capability for (inter)networking and transfer of information to desktop computers.
Peering Peering is an interconnect between two or more autonomous networks directly with each other to exchange traffic, often done without any charge involved, as long as the traffic between the two networks is comparable.

The Internet is made up of connections between carrier networks. These connections can be through public access points (such as Network Access Points-NAPs, or Metropolitan Area Exchanges-MAEs), or through private agreements between carriers. Public internet access points are often overcrowded and induce additional delay to traffic that passes through them, whereas private connections negotiated between carriers often provide smoother connections.

The percentage of private peering may be helpful in evaluating a carrier. The higher the percentage of private peering, the less congested the network is likely to be.

In contrast, transit is when one network agrees to carry the traffic between another network and all other networks. The transit provider receives a "transit fee" for this service, usually based on the amount of traffic in Mbps.
peripheral peripheral - generally refers to any external device attached to a computer, such as a mouse, keyboard, printer, any USB device, etc. The term is used to indicate that the device is external to the PC case.
phishing phishing - the act of emailing users falsely claiming to be someone else in an attempt to scam the user into surrendering private information that can be used for identity theft.

Such email usually directs the user to visit a bogus website that mimics a legitimate enterprise (eBay, or PayPal, for example), where they can update personal information, such as passwords, credit cards, social security number, bank account numbers, pin numbers, etc.

Phishing is a variation of the word "fishing," the idea being that bait is thrown out in hope that some "fish" will be tempted into biting.
Term Description
| All  | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
News Glossary of Terms FAQs Polls Cool Links SpeedGuide Teams SG Premium Services SG Gear Store
Registry Tweaks Broadband Tools Downloads/Patches Broadband Hardware SG Ports Database Security Default Passwords User Stories
Broadband Routers Wireless Firewalls / VPNs Software Hardware User Reviews
Broadband Security Editorials General User Articles Quick Reference
Broadband Forums General Discussions
Advertising Awards Link to us Server Statistics Helping SG About