Podcast
Questions and Answers
What is a characteristic of a star topology?
What is a characteristic of a star topology?
- It is primarily based on a hierarchical structure.
- All devices share a single communication line.
- There is a central hub that connects all nodes. (correct)
- Each node is directly connected to one another.
Which network topology is primarily logical and not physical?
Which network topology is primarily logical and not physical?
- Star
- Mesh
- Chain
- Tree (correct)
What best describes a bus topology?
What best describes a bus topology?
- Nodes are connected to a single communication line. (correct)
- It features a central node that controls the network.
- Each node communicates directly with every other node.
- All nodes are connected in a loop.
In which topology can each node connect to any number of other nodes?
In which topology can each node connect to any number of other nodes?
Which topology is most likely to be used in a linear fashion?
Which topology is most likely to be used in a linear fashion?
What does an adjacency matrix represent in a network?
What does an adjacency matrix represent in a network?
Which topology allows for redundancy in connections between nodes?
Which topology allows for redundancy in connections between nodes?
What is a key disadvantage of a bus topology?
What is a key disadvantage of a bus topology?
What is the primary function of the sequence number in a WLAN data frame?
What is the primary function of the sequence number in a WLAN data frame?
Why does WLAN require layer 2 acknowledgments unlike Ethernet?
Why does WLAN require layer 2 acknowledgments unlike Ethernet?
In the context of the WLAN data frame, what is indicated by the 'ToDS' and 'FromDS' bits?
In the context of the WLAN data frame, what is indicated by the 'ToDS' and 'FromDS' bits?
What type of frame is primarily utilized in the infrastructure mode of WLAN?
What type of frame is primarily utilized in the infrastructure mode of WLAN?
What is the significance of the Frame Check Sequence (FCS) in the context of a WLAN data frame?
What is the significance of the Frame Check Sequence (FCS) in the context of a WLAN data frame?
What operation defines the sum of two polynomials a(x) and b(x) in Fq[x]?
What operation defines the sum of two polynomials a(x) and b(x) in Fq[x]?
What happens when the medium is busy in the CSMA/CD protocol?
What happens when the medium is busy in the CSMA/CD protocol?
Which property must the reduction polynomial r(x) possess in polynomial multiplication involving n?
Which property must the reduction polynomial r(x) possess in polynomial multiplication involving n?
What is the key requirement for the successful operation of CSMA/CD?
What is the key requirement for the successful operation of CSMA/CD?
In the context of F4[x], what does it mean for a polynomial to be irreducible?
In the context of F4[x], what does it mean for a polynomial to be irreducible?
How does CSMA/CD handle a detected collision?
How does CSMA/CD handle a detected collision?
What is the purpose of performing a modulo operation in polynomial multiplication?
What is the purpose of performing a modulo operation in polynomial multiplication?
What is the minimum message size required to detect collisions in CSMA/CD over a distance d?
What is the minimum message size required to detect collisions in CSMA/CD over a distance d?
Which of the following represents the polynomial addition over F4[x]?
Which of the following represents the polynomial addition over F4[x]?
What is a limitation of using 1-persistent CSMA in the event of a collision?
What is a limitation of using 1-persistent CSMA in the event of a collision?
How is the coefficient sum ai + bi defined in GF(2)?
How is the coefficient sum ai + bi defined in GF(2)?
What does the acronym MAC in MAC addresses stand for?
What does the acronym MAC in MAC addresses stand for?
Why is CSMA/CD not suitable when the probability of random transmission errors is high?
Why is CSMA/CD not suitable when the probability of random transmission errors is high?
What is the outcome when multiplying two polynomials a(x) and b(x) if the degree of their product exceeds n?
What is the outcome when multiplying two polynomials a(x) and b(x) if the degree of their product exceeds n?
Which format is used for MAC addresses in IEEE 802 standards?
Which format is used for MAC addresses in IEEE 802 standards?
What is the main function of polynomial division in the context of finite fields?
What is the main function of polynomial division in the context of finite fields?
Which of the following is NOT a type of address used in layer 2?
Which of the following is NOT a type of address used in layer 2?
Which condition is necessary for successful collision detection in CSMA/CD?
Which condition is necessary for successful collision detection in CSMA/CD?
What occurs after a successful transmission in CSMA/CD?
What occurs after a successful transmission in CSMA/CD?
What is a requirement for addresses on layer 2 within local area networks?
What is a requirement for addresses on layer 2 within local area networks?
How are multicast addresses treated in many layer 2 situations?
How are multicast addresses treated in many layer 2 situations?
Where is the MAC address of a network card typically stored?
Where is the MAC address of a network card typically stored?
In the MAC address format, what does a '1' in the least significant bit indicate?
In the MAC address format, what does a '1' in the least significant bit indicate?
Which of the following statements about addressing in local area networks is false?
Which of the following statements about addressing in local area networks is false?
What is the typical choice for the reduction polynomial r(x) in CRC?
What is the typical choice for the reduction polynomial r(x) in CRC?
What type of errors can be detected by the choice of r(x) = p(x)(x + 1)?
What type of errors can be detected by the choice of r(x) = p(x)(x + 1)?
What does appending n zeros to the message m(x) create?
What does appending n zeros to the message m(x) create?
What properties are determined by the choice of the reduction polynomial r(x)?
What properties are determined by the choice of the reduction polynomial r(x)?
Which of the following signifies that r(x) is not an irreducible polynomial?
Which of the following signifies that r(x) is not an irreducible polynomial?
What is the maximum degree of valid code words a ∈ Fq[x] when using a reduction polynomial of degree n?
What is the maximum degree of valid code words a ∈ Fq[x] when using a reduction polynomial of degree n?
Which polynomial is used for CRC32 in Ethernet?
Which polynomial is used for CRC32 in Ethernet?
What is the result of determining the remainder c(x) = m'(x) mod r(x)?
What is the result of determining the remainder c(x) = m'(x) mod r(x)?
Flashcards
Mesh Topology
Mesh Topology
A network topology where each device is directly connected to every other device.
Star Topology
Star Topology
A network topology where each device is connected to a central hub or switch.
Bus Topology
Bus Topology
A network topology where devices are connected in a linear fashion, with a single cable running through each device.
Tree Topology
Tree Topology
Signup and view all the flashcards
Chain Topology
Chain Topology
Signup and view all the flashcards
Point-to-Point Topology
Point-to-Point Topology
Signup and view all the flashcards
Adjacency Matrix
Adjacency Matrix
Signup and view all the flashcards
Distance Matrix
Distance Matrix
Signup and view all the flashcards
Addition in GF(2)[x]
Addition in GF(2)[x]
Signup and view all the flashcards
Multiplication in GF(2)[x]
Multiplication in GF(2)[x]
Signup and view all the flashcards
Reduction Polynomial (r(x)) in GF(2)[x]
Reduction Polynomial (r(x)) in GF(2)[x]
Signup and view all the flashcards
Irreducible Polynomial
Irreducible Polynomial
Signup and view all the flashcards
Modulo Operation in GF(2)[x]
Modulo Operation in GF(2)[x]
Signup and view all the flashcards
GF(2)[x]
GF(2)[x]
Signup and view all the flashcards
Finite Field
Finite Field
Signup and view all the flashcards
Field with Reduction Polynomial
Field with Reduction Polynomial
Signup and view all the flashcards
Layer 2 Addressing
Layer 2 Addressing
Signup and view all the flashcards
Broadcast Address
Broadcast Address
Signup and view all the flashcards
Multicast Address
Multicast Address
Signup and view all the flashcards
MAC Address (Media Access Control)
MAC Address (Media Access Control)
Signup and view all the flashcards
OUI (Organizationally Unique Identifier)
OUI (Organizationally Unique Identifier)
Signup and view all the flashcards
Device ID
Device ID
Signup and view all the flashcards
Globally Unique vs. Locally Administered
Globally Unique vs. Locally Administered
Signup and view all the flashcards
Multicast Address (Layer 2)
Multicast Address (Layer 2)
Signup and view all the flashcards
CSMA (Carrier Sense Multiple Access)
CSMA (Carrier Sense Multiple Access)
Signup and view all the flashcards
CSMA/CD (Carrier Sense Multiple Access with Collision Detection)
CSMA/CD (Carrier Sense Multiple Access with Collision Detection)
Signup and view all the flashcards
CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance)
CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance)
Signup and view all the flashcards
Minimum Message Size for CSMA/CD
Minimum Message Size for CSMA/CD
Signup and view all the flashcards
Jam Signal in CSMA/CD
Jam Signal in CSMA/CD
Signup and view all the flashcards
Retransmission in CSMA/CD
Retransmission in CSMA/CD
Signup and view all the flashcards
Why does WLAN use acknowledgements on layer 2?
Why does WLAN use acknowledgements on layer 2?
Signup and view all the flashcards
What is the purpose of the Sequence Control field in a WLAN frame?
What is the purpose of the Sequence Control field in a WLAN frame?
Signup and view all the flashcards
What does the "Version" field in a WLAN frame identify?
What does the "Version" field in a WLAN frame identify?
Signup and view all the flashcards
What does the "Type" field in a WLAN frame represent?
What does the "Type" field in a WLAN frame represent?
Signup and view all the flashcards
How does the "SubType" field further categorize frames?
How does the "SubType" field further categorize frames?
Signup and view all the flashcards
Modular Division
Modular Division
Signup and view all the flashcards
Reduction Polynomial
Reduction Polynomial
Signup and view all the flashcards
Appended Message
Appended Message
Signup and view all the flashcards
Code Word
Code Word
Signup and view all the flashcards
Checksum
Checksum
Signup and view all the flashcards
Choosing r(x) for CRC
Choosing r(x) for CRC
Signup and view all the flashcards
CRC32
CRC32
Signup and view all the flashcards
Study Notes
Course Information
- Course title: Computer Networking and IT Security (CNS)
- Course code: INHN0012
- Semester: WiSe 2024/25
- Instructor: Prof. Dr.-Ing. Stephan Günther
- Institution: Technical University of Munich (TUM)
- Date: Saturday 2nd November, 2024
Chapter 2: Data Link Layer
- Topic: Representation of networks as graphs
- Subtopic: Directed graphs
- Directed graphs are used to represent network topologies and node connections
- Nodes are vertices in the network
- Directed arcs connect two vertices
- Example: If one vertex connects to others with a line and arrow, it represents a directed connection and can be noted with (1,2),(2,3)
- Subtopic: Undirected graphs
- Undirected graphs represent symmetric connections
- Edges connect two vertices without direction, e.g. (1,2) is equivalent to (2,1)
- Topic: Paths in networks
- A path is a set of edges connecting 2 nodes, e.g. (1,4), (4,2), (2,5) is one path between nodes (1,5)
- Path cost is the sum of the costs of edges within the path, e.g. (3+1+4=8)
- Path length is the number of intermediate nodes, e.g. |(1,4)(4,2)(2,5)| = 3
- Topic: Network topologies
- Point-to-Point
- Chain
- Star
- Mesh
- Tree (mostly a logical topology)
- Bus
- Topic: Adjacency and distance matrix
- Networks can be represented as matrices
- The adjacency matrix shows whether node i is directly connected to node j. Values are either 1 or 0
- The distance matrix shows the cost of paths of length 1 between all pairs of nodes
- It has elements either Cij (if there is a direct connection) or ∞ ( if there is no direct connection)
- Topic: Creating tree structures
- Trees are connected, loop-free graphs
- Shortest Path Tree (SPT): Connects a root to all other nodes with minimal costs
- Minimum Spanning Tree (MST): Connects all nodes with minimal costs
- Topic: Characterizing connections, multiple access, and access control
- Media access
- ALOHA and slotted ALOHA
- CSMA, CSMA/CD, CSMA/CA
- Token Passing
- Media access
- Subtopic: Addressing within local area networks
- Frame receiving by multiple nodes in bus/wireless network
- Receivers must decide to which frame was addressed
- Topic: Framing, addressing, and error detection
- Frame boundary detection and code transparency
- Addressing and error detection
- Topic: Connecting nodes on Layers 1 and 2
- Hubs, bridges, and switches
- WLAN access points
- Topic: Security Considerations
- CAM poisoning
- Denial of Service
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.