CCNA Fundamentals Flashcards

1
Q

TCP/IP

A

Transmission Control Protocol/ Internet Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

TCP/IP model

A

Application-Arizona
Transport-To
Network-Nancy
Data Link-Drove
Physical-Pete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Application

A

HTTP, POP3, SMTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Transport

A

-TCP, UDP
-Segment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Network

A

-IP, ICMP
-Packet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Physical/Data Link

A

-Ethernet 802.3 & 802.11 (wi-fi)
-Frame
-Node builds and forwards frames

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

HTTP

A

Hyper Text Transfer Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TCP

A

Transmission Control Protcol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

UDP

A

User Datagram Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Adjacent-layer interaction on the same computer

A

On a single computer, one lower layer provides a service to the layer just above. The software or hardware that implements the higher layer requests that the next lower layer perform the needed function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Same-layer interaction on different computers

A

how each layer communicates its intended action to its peer on the receiving end of a connection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DDN

A

Dotted-decimal notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Encapsulation

A

Process of putting headers around some data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

OSI Model

A

Application-Art
Presentation-Pretty
Session-Sell
Transport-To
Network-Nancy
Data link-Drove
Physical-Pete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

PDU

A

-Protocol data unit
-OSI uses it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

UTP

A

-Unshielded twisted pair
-transmit over copper
-Suffix T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Ethernet/Physical layer

A

-Begins 802.3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Fiber-optic connection

A

-Ethernet nodes to send light over glass fibers in the center of the cable.
-Suffix X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Encoding Scheme

A

transmitting node changes the electrical signal over time, while the other node, the receiver, using the same rules, interprets those changes as either 0s or 1s.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

SFP

A

Small form-factor pluggable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

GBIC

A

Gigabit Ethernet Interface Converter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

straight-through cable

A
  • a cable that connects the wire on pin 1 on one end of the cable to pin 1 on the other end of the cable, pin 2 on one end to pin 2 on the other end, and so on.
    -If the endpoints transmit on different pin pairs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Pinout

A

Refers to the wiring of which color wire is placed in each of the eight numbered pin positions in the RJ-45 connector.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

crossover cable

A
  • Ethernet cable that swaps the pair used for transmission on one device to a pair used for receiving on the device on the opposite end of the cable.
  • If the endpoints transmit on the same pin pair

Example: In 10BASE-T and 100BASE-TX networks, this cable swaps the pair at pins 1,2 to pins 3,6 on the other end of the cable, and the pair at pins 3,6 to pins 1,2 as well.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Transmits to pins 1,2
PC NICs, Routers, and Access points
26
Transmits to pins 3,6
Hubs and switches
27
auto-mdix
Cisco feature that notices when the wrong cable is used and automatically changes its logic to make the link work.
28
Fiber Cables
-Use glass to transmit -optical transmitter(light source), shines a light into the core, light can pass through the core; however, light reflects off the cladding back into the core. -Layers=Outer Jacket>Strengthener>Buffer>Cladding>Core
29
LED
Light emitting diode
30
Multimode Fiber
cable allows for multiple angles (modes) of light waves entering the core.
31
Single-mode Fiber
smaller-diameter core, around one-fifth the diameter of common multimode cables. To transmit light into a much smaller core, a laser-based transmitter sends light at a single angle
32
Ethernet data-link protocol Ethernet Frame
an Ethernet header at the front, the encapsulated data in the middle, and an Ethernet trailer at the end.
33
Preamble
7 Bytes, Synchronization
34
SFD
-Start Frame Delimiter -Signifies that the next byte begins the Destination MAC Address field.
35
Type
Defines the type of protocol listed inside the frame; today, most likely identifies IP version 4 (IPv4) or IP version 6 (IPv6).
36
Data and Pad
Holds data from a higher layer, typically an L3PDU (usually an IPv4 or IPv6 packet). The sender adds padding to meet the minimum length requirement for this field
37
FCS
-Frame Check Sequence -Provides a method for the receiving NIC to determine whether the frame experienced transmission errors.
38
MTU
Maximum transmission unit -the maximum Layer 3 packet that can be sent over a medium.
39
Unicast address
MAC address that represents a single LAN interface
40
OUI
Organizationally unique identifier
41
Group addresses
identify more than one LAN interface card.
42
Broadcast address
An address that means “all devices that reside on this LAN right now.”
43
Multicast addresses
On Ethernet, a multicast address implies some subset of all devices currently on the Ethernet LAN
44
MAC
Media Access Control
45
Burned-in address
The 6-byte address assigned by the vendor making the card
46
Half Duplex
The device must wait to send if it is currently receiving a frame; in other words, it cannot send and receive at the same time.
47
Full Duplex
The device does not have to wait before sending; it can send and receive at the same time.
48
HDLC
High-level Data Link Control
49
Serial link/line
bits flow serially and that routers use serial interfaces.
50
Point-to-point link/line
the topology stretches between two points, and two points only.
51
T1
specific type of leased line transmits data at 1.544 megabits per second/Mbps
52
PPP
Point-to-Point Protocol
53
CPE
Customer premises equipment
54
PoP
Point of Presence
55
Basic WAN Service
- Logically, behaves like a point-to-point connection between two routers - Physically, behaves as if a physical fiber Ethernet link existed between the two routers
56
MPLS
Multiprotocol Label Switching
57
Ethernet emulation
Each router discards the old data-link ethernet header/ trailer and adds a new set
58
ARP
Address Resolution Protocol - dynamically learns the data-link address of an IP host connected to a LAN
59
DS
Differentiated services
60
DNS
Domain Name System
61
Ping
Packet Internet Groper
62
ICMP
Internet Control Message Protocol
63
ingress traffic
traffic coming FROM the Internet TO the local network
64
egress traffic
traffic FROM the local network TO the Internet
65
CLLI
Common Language Location Identifier North America use only