ICND 1
CISCO ICND1
CISCO ICND1
Kartei Details
Karten | 162 |
---|---|
Sprache | Deutsch |
Kategorie | Informatik |
Stufe | Berufslehre |
Erstellt / Aktualisiert | 22.11.2017 / 29.03.2024 |
Weblink |
https://card2brain.ch/box/20171122_icnd_1
|
Einbinden |
<iframe src="https://card2brain.ch/box/20171122_icnd_1/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
100BASEFX
100BASEFX is a version of Fast Ethernet over optical fiber. It uses a 1300 nm nearinfrared (NIR) light wavelength transmitted via two strands of optical fiber, one for receive (RX) and the other for transmit (TX). Maximum length is 412 metres (1,350 ft) for halfduplex connections (to ensure collisions are detected), and 2 kilometres (6,600 ft) for fullduplex over multimode optical fiber. 100BASEFX uses the same 4B5B encoding and NRZI line code that 100BASETX does. 100BASEFX should use SC, ST, LC, MTRJ or MIC connectors with SC being the preferred option.
10BASET
10Mbps baseband Ethernet specification using two pairs of twistedpair cabling (Categories 3, 4, or 5): one pair for transmitting data and the other for receiving data. 10BASET, which is part of the IEEE 802.3 specification, has a distance limit of approximately 328 feet (100 meters) per segment.
3G mobile network
thirdgeneration mobile network. Refers generically to a category of nextgeneration mobile networks, such as UMTS and IMT2000. *official*
4G
fourth generation of mobile phone mobile communications standards.
5G
fifthgeneration mobile network.
ACK
acknowledgment. Notification sent from one network device to another to acknowledge that some event occurred (for example, the receipt of a message).
ACL
access control list. A list kept by routers to control access to or from the router for a number of services (for example, to prevent packets with a certain IP address from leaving a particular interface on the router).
administrative distance
Rating of the trustworthiness of a routing information source. Administrative distance often is expressed as a numerical value between 0 and 255. The higher the value, the lower the trustworthiness rating.
AfriNIC
African Network Information Center. AfriNIC is the Regional Internet Registry (RIR) for Africa. They are responsible for the distribution and management of Internet number resources (such as IP addresses and ASN Numbers) for the African region.
AH
Authentication Header. A security protocol that provides data authentication and optional antireplay services. AH is embedded in the data to be protected (a full IP datagram).
anycast
In anycast routing, the IP packet is sent to the topologically nearest host.
AP
access point. A node on a wireless network that allows other wireless devices to connect to a wired network.
API
application programming interface. The means by which an application program talks to communications software. Standardized APIs allow application programs to be developed independently of the underlying method of communication. A set of standard software interrupts, calls, and data formats that computer application programs use to initiate contact with other devices (for example, network services, mainframe communications programs, or other programtoprogram communications). Typically, APIs make it easier for software developers to create the links that an application needs to communicate with the operating system or with the network.
APNIC
Asia Pacific Network Information Center. Nonprofit Internet registry organization for the Asia Pacific region. The other Internet registries are currently IANA, RIPE NCC, and InterNIC.
ARIN
American Registry for Internet Numbers. A nonprofit organization that administers and registers IP numbers for the geographical areas that are currently managed by Network Solutions (InterNIC). Those areas include, but are not limited to, North America, South America, South Africa, and the Caribbean.
ARP
Address Resolution Protocol. Internet protocol that is used to map an IP address to a MAC address. Defined in RFC 826.
AS
autonomous system. A collection of networks under a common administration sharing a common routing strategy. Autonomous systems are subdivided by areas. An autonomous system must be assigned a unique 16bit number by the IANA.
ASCII
American Standard Code for Information Interchange. An 8bit code for character representation (7 bits plus parity).
ATM *
Asynchronous Transfer Mode. The international standard for cell relay in which multiple service types (such as voice, video, or data) are conveyed in fixedlength (53byte) cells. Fixedlength cells allow cell processing to occur in hardware, thereby reducing transit delays. ATM is designed to take advantage of highspeed transmission media, such as E3, SONET, and T3.
AUX
auxiliary.
BGP
Border Gateway Protocol. Interdomain routing protocol that replaces EGP. BGP exchanges reachability information with other BGP systems. It is defined by RFC 1163.
BIA
burnedin address. Refers to the burnedin MAC address.
broadcast address
A special address that is reserved for sending a message to all stations. Generally, a broadcast address is a MAC destination address of all 1s.
CAM
contentaddressable memory.
CATV
cable television. A communication system where multiple channels of programming material are transmitted to homes using broadband coaxial cable. Formerly called Community Antenna Television.
CIDR
classless interdomain routing. Technique supported by BGP4 and based on route aggregation. CIDR allows routers to group routes to reduce the quantity of routing information carried by the core routers. With CIDR, several IP networks appear to networks outside the group as a single, larger entity. With CIDR, IP addresses and their subnet masks are written as four octets, separated by periods, followed by a forward slash and a twodigit number that represents the subnet mask.
CIFS
Common Internet File System.
CoS
class of service. An indication of how an upperlayer protocol requires a lowerlayer protocol to treat its messages. In SNA subarea routing, CoS definitions are used by subarea nodes to determine the optimal route to establish a given session. A CoS definition comprises a virtual route number and a transmission priority field. Also called ToS.
CPE
customer premises equipment. Terminating equipment such as terminals, telephones, and modems supplied by the telephone company, installed at customer sites, and connected to the telephone company network. Can also refer to any telephone equipment residing on the customer site.
CSMA/CD
Carrier Sense Multiple Access with Collision Detection. Mediaaccess mechanism wherein devices ready to transmit data first check the channel for a carrier. If no carrier is sensed for a specific period of time, a device can transmit. If two devices transmit at once, a collision occurs and is detected by all colliding devices. This collision subsequently delays retransmissions from those devices for some random length of time. Ethernet and IEEE 802.3 use CSMA/CD access.
DA
destination address.
DCBX
Data Center Bridging Exchange.
DDNS
Dynamic Domain Name System.
DHCP
Dynamic Host Configuration Protocol (common term). Provides a mechanism for allocating IP addresses dynamically so that addresses can be reused when hosts no longer need them.
DNS
Domain Name System. System used on the Internet for translating names of network nodes into addresses.
DOCSIS
DataoverCable Service Interface Specifications. Defines technical specifications for equipment at both subscriber locations and cable operator headends.
DORA
The DORA process in DHCP works as follows: D > Discover O > Offer R > Request A > Acknowledgment
DoS
denial of service. An intentional or unintentional attack on a device that makes the resource unavailable to perform its normal function.
DOS
Disk Operating System. MSDOS is the original operating system for the PC from Microsoft Corporation.
DTP
Dynamic Trunking Protocol.