CCNA 1 - Module 5-7 Flashcards
Binary vs. Decimal Numbering System
- Binary numbering system consists of 1s and 0s, called bits
- Decimal numbering system consists of digits 0 through 9
a digit represents different values depending on the “position” the digit occupies in the sequence of numbers.
Binary Positional Notation
- 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.
Hexadecimal
- 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.
IPv6 addresses
How to convert hexadecimal numbers to decimal values
- 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.
How to convert decimal numbers to hexadecimal numbers
- 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.
- 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.
Data Link layer
- The ___________ communicates between the networking software at the upper layers and the device hardware at the lower layers.
LLC sublayer
- The _______ is responsible for data encapsulation and media access control.
MAC sublayer
is the arrangement and relationship of the network devices and the interconnections between them.
topology of a network
- – shows physical connections and how devices are interconnected.
Physical topology
- – identifies the virtual connections between devices using device interfaces and IP addressing schemes
Logical topology
- – the simplest and most common WAN topology. Consists of a permanent link between two endpoints.
Point-to-point
- – similar to a star topology where a central site interconnects branch sites through point-to-point links
Hub and spoke
- – provides high availability but requires every end system to be connected to every other end system
Mesh
bus vs. ring
- Bus – All end systems chained together and terminated on each end.
- Ring – Each end system is connected to its respective neighbors to form a ring
- Only allows one device to send or receive at a time on a shared medium.
- Used on WLANs and legacy bus topologies with Ethernet hubs.
Half-duplex communication
- Allows both devices to simultaneously transmit and receive on a shared medium.
- Ethernet switches operate in full-duplex mode.
Full-duplex communication
- All nodes operating in half-duplex, competing for use of the medium. Examples are:
- Carrier sense multiple access with collision detection (CSMA/CD) as used on legacy bus-topology Ethernet.
- Carrier sense multiple access with collision avoidance (CSMA/CA) as used on Wireless LANs
Contention-based access
- Deterministic access where each node has its own time on the medium.
- Used on legacy networks such as Token Ring and ARCNET.
Controlled access
- Used by legacy Ethernet LANs.
- Operates in half-duplex mode where only one device sends or receives at a time.
- Uses a collision detection process to govern when a device can send and what happens if multiple devices send at the same time
CSMA/CD
- Used by IEEE 802.11 WLANs.
- Operates in half-duplex mode where only one device sends or receives at a time.
- Uses a collision avoidance process to govern when a device can send and what happens if multiple devices send at the same time.
CSMA/CA
Address is also called __________
Physical address
: (IEEE 802.2) Places information in the frame to identify which network layer protocol is used for the frame.
LLC Sublayer