ICND 1
CISCO ICND1
CISCO ICND1
Fichier Détails
Cartes-fiches | 162 |
---|---|
Langue | Deutsch |
Catégorie | Informatique |
Niveau | Apprentissage |
Crée / Actualisé | 22.11.2017 / 29.03.2024 |
Lien de web |
https://card2brain.ch/box/20171122_icnd_1
|
Intégrer |
<iframe src="https://card2brain.ch/box/20171122_icnd_1/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
MTBF
mean time between failures.
MTU
maximum transmission unit. The maximum packet size, in bytes, that a particular interface can handle.
NAT
Network Address Translation. A mechanism for reducing the need for globally unique IP addresses. NAT allows an organization with addresses that are not globally unique to connect to the Internet by translating these addresses into globally routable address space. Also known as Network Address Translator.
network address
The network layer address referring to a logical, rather than a physical, network device. The network address is also called a protocol address.
NFS
Network File System. As commonly used, a distributed file system protocol suite developed by Sun Microsystems that allows remote file access across a network. In actuality, NFS is simply one protocol in the suite. NFS protocols include NFS, RPC, XDR, and others. These protocols are part of a larger architecture that Sun refers to as ONC.
NIC
network interface card. A board that provides network communication capabilities to and from a computer system. A NIC is also called an adapter.
NTP
Network Time Protocol. A protocol that is built on top of TCP that ensures accurate local timekeeping with reference to radio and atomic clocks that are located on the Internet. This protocol is capable of synchronizing distributed clocks within milliseconds over long time periods.
NVI
NAT Virtual Interface.
NVRAM
nonvolatile RAM. RAM that retains its contents when a unit is powered off.
OSI
Open Systems Interconnection. International standardization program created by ISO and ITUT to develop standards for data networking that facilitate multivendor equipment interoperability.
OSI reference model
Open Systems Interconnection reference model. Network architectural model developed by ISO and ITUT. The model consists of seven layers, each of which specifies particular network functions, such as addressing, flow control, error control, encapsulation, and reliable message transfer. The lowest layer (the physical layer) is closest to the media technology. The lower two layers are implemented in hardware and software whereas the upper five layers are implemented only in software. The highest layer (the application layer) is closest to the user. The OSI reference model is used universally as a method for teaching and understanding network functionality. Similar in some respects to SNA.
OSPF
Open Shortest Path First. Linkstate, hierarchical IGP routing algorithm proposed as a successor to RIP in the Internet community. OSPF features include leastcost routing, multipath routing, and load balancing. OSPF was derived from an early version of the ISIS protocol.
OSPFv2
Open Shortest Path First version 2.
OSPFv3
Open Shortest Path First version 3.
OUI
Organizational Unique Identifier. Three octets that are assigned by the IEEE in a block of 48bit LAN addresses.
PAK
Product Authorization Key.
PAT
port address translation. Translation method that allows the user to conserve addresses in the global address pool by allowing source ports in TCP connections or UDP conversations to be translated. Different local addresses then map to the same global address, with port translation providing the necessary uniqueness. When translation is required, the new port number is picked out of the same range as the original following the convention of Berkeley Standard Distribution (SD).
PCMCIA
Personal Computer Memory Card International Association. Standard used for creditcardsized computer peripherals. Type I devices are very thin memory cards, Type 2 devices include most modems and interfaces, and Type 3 devices are used for disk drives and thicker components.
PDU
protocol data unit. OSI term for packet.
PID
product identifier.
PoE
Power over Ethernet.
POST
poweron self test. Set of hardware diagnostics that runs on a hardware device when this device is powered on.
PPP
PointtoPoint Protocol. Successor to SLIP that provides routertorouter and hosttonetwork connections over synchronous and asynchronous circuits. Whereas SLIP was designed to work with IP, PPP was designed to work with several network layer protocols, such as IP, IPX, and ARA. PPP also has builtin security mechanisms, such as CHAP and PAP. PPP relies on two protocols: LCP and NCP.
PuTTY
An SSH and Telnet client for Windows and Unix platforms.
QoS
quality of service. Measure of performance for a transmission system that reflects its transmission quality and service availability.
RARP
Reverse Address Resolution Protocol. Protocol in the TCP/IP stack that provides a method for finding IP addresses based on MAC addresses.
rcp
remote copy protocol. Protocol that allows users to copy files to and from a file system residing on a remote host or server on the network. The rcp protocol uses TCP to ensure the reliable delivery of data.
RFI
radio frequency interference. Radio frequencies that create noise that interferes with information being transmitted across unshielded copper cable.
RIP
Routing Information Protocol. A distancevector routing protocol that uses hop count as a routing metric.
RIPE NCC
Réseaux IP Européens Network Coordination Centre. The RIPE NCC is one of five Regional Internet Registries (RIRs), providing Internet resource allocations, registration services, and coordination activities that support the operation of the Internet globally.
RIPng
Routing Information Protocol next generation.
RIPv1
Routing Information Protocol version 1.
RIPv2
Routing Information Protocol version 2.
RIR
regional Internet registry.
RJ45
"Registered Jack45" is an eightwire connector that is commonly used to connect computers onto a LAN.
routing protocol
Protocol that accomplishes routing through the implementation of a specific routing algorithm. Examples of routing protocols include IGRP, OSPF, and RIP.
routing table
Table stored in a router or some other internetworking device that keeps track of routes to particular network destinations and, in some cases, metrics associated with those routes.
RPS
redundant power supply.
RS232
Popular physical layer interface. Now known as EIA/TIA232.
RSA
Acronym stands for Rivest, Shamir, and Adleman, the inventors of the technique. Publickey cryptographic system that can be used for encryption and authentication.