P
Packet A piece of a message transmitted over a packet-switching network. See under packet switching. One of the key features of a packet is that it contains the destination address in addition to the data. In IP networks, packets are often called datagrams. Source
Peer to Peer Often referred to simply as peer-to-peer, or abbreviated P2P, a type of network in which each workstation has equivalent capabilities and responsibilities. This differs from client/server architectures, in which some computers are dedicated to serving the others. Peer-to-peer networks are generally simpler, but they usually do not offer the same performance under heavy loads. Source
PLC Connectivity Short for power line communications, the use of the existing utility power grid as the medium to send broadband data communications. In theory, plugging a computer device into an existing power outlet would connect the user to the Internet by tapping into already established national and global power grid networks.
Power grids typically transmit electricity in three levels of voltage: low, medium and high. Medium voltage, typically ranging in the tens of thousands of volts, is what a utility substation will bring to a transformer, and the transformer will reduce the voltage into the low range before sending the electricity into a building. It is the low and medium voltages that PLC takes advantage of in order to transmit data at Ethernet-like speeds. Source
Port An interface on a computer to which you can connect a device. Personal computers have various types of ports. Internally, there are several ports for connecting disk drives, display screens, and keyboards. Externally, personal computers have ports for connecting modems, printers, mice, and other peripheral devices. Source
Protocol A standard way of communicating across a network. A protocol is the "language" of the network. A method by which two dissimilar systems can communicate. TCP is a protocol which runs over a network. Source
Proxy Server A server that sits between a client application, such as a Web browser, and a real server. It intercepts all requests to the real server to see if it can fulfill the requests itself. If not, it forwards the request to the real server. Source
|