CCNA 1 - Module 5-7 Flashcards
1
Q
Binary vs. Decimal Numbering System
A
- Binary numbering system consists of 1s and 0s, called bits
- Decimal numbering system consists of digits 0 through 9
2
Q
a digit represents different values depending on the “position” the digit occupies in the sequence of numbers.
A
Binary Positional Notation
3
Q
- s a base sixteen numbering system, using the digits 0 through 9 and letters A to F.
- It is easier to express a value as a single hexadecimal digit than as four binary bit.
A
Hexadecimal
4
Q
- are 128 bits in length. Every 4 bits is represented by a single hexadecimal digit. That makes the IPv6 address a total of 32 hexadecimal values.
A
IPv6 addresses
5
Q
How to convert hexadecimal numbers to decimal values
A
- Convert the hexadecimal number to 4-bit binary strings.
- Create 8-bit binary grouping starting from the rightmost position.
- Convert each 8-bit binary grouping into their equivalent decimal digit.
6
Q
How to convert decimal numbers to hexadecimal numbers
A
- Convert the decimal number to 8-bit binary strings.
- Divide the binary strings in groups of four starting from the rightmost position.
- Convert each four binary numbers into their equivalent hexadecimal digit.
7
Q
- is responsible for communications between end-device network interface cards.
- It allows upper layer protocols to access the physical layer media and encapsulates Layer 3 packets (IPv4 and IPv6) into Layer 2 Frames.
- It also performs error detection and rejects corrupts frames.
A
Data Link layer
8
Q
- The ___________ communicates between the networking software at the upper layers and the device hardware at the lower layers.
A
LLC sublayer
9
Q
- The _______ is responsible for data encapsulation and media access control.
A
MAC sublayer
10
Q
is the arrangement and relationship of the network devices and the interconnections between them.
A
topology of a network
11
Q
- – shows physical connections and how devices are interconnected.
A
Physical topology
12
Q
- – identifies the virtual connections between devices using device interfaces and IP addressing schemes
A
Logical topology
13
Q
- – the simplest and most common WAN topology. Consists of a permanent link between two endpoints.
A
Point-to-point
14
Q
- – similar to a star topology where a central site interconnects branch sites through point-to-point links
A
Hub and spoke
15
Q
- – provides high availability but requires every end system to be connected to every other end system
A
Mesh