Network topology

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards
LAN
Local Area Network
2
New cards
Local Area Network (LAN)
A number of computing devices on a single site or in a single building, connected together by cables
3
New cards
Network topology
The arrangement of the elements of a communication network
4
New cards
Bus topology
All computers connected to a single cable, the ends of which are plugged into a terminator
5
New cards
Star topology
All computers connected to a central node, which may be a switch or computer acting as a router to transmit messages
6
New cards
Which topology is more expensive to install and why?
Star topology - requires more cable and additional hardware (hub/switch)
7
New cards
Which topology is less expensive to install and why?
Bus topology - requires less cable and no additional hardware
8
New cards
Which topology is more robust?
* Both have central point of failure (bus: cable, star: central device)
* Generally, star topology:
* If one cable fails, only one station affected - easy to isolate faults
* **But**, if central device fails, network data can no longer be transmitted to any node
9
New cards
Which topology is more performant with heavy traffic?
Star topology - consistent performance even when network is being heavily used
10
New cards
How does a star network work?
Switch keeps a record of the unique MAC address of each device on the network and can identify which particular computer on the network it should send the data to.
11
New cards
How does a logical bus network work?
* Network signals are sent through the main cable to reach all connected devices (or station)
* Traffic generated by each station has equal priority
* Each message contains a destination address that identifies its intended recipient
* Only the intended recipient actually accepts and processes the message
12
New cards
Physical topology
The actual design layout of a network
13
New cards
Logical topology
The shape of the path the data travels in a network, describing how components communicate across the physical topology
14
New cards
The physical and logical topology of a network are _____ of each other
Independent
15
New cards
MAC address
Media Access Control address
16
New cards
Media Access Control (MAC) address
Unique address identifying a NIC, which is assigned and hard-coded by the manufacturer
17
New cards
NIC
Network Interface Card
18
New cards
How many bits are assigned to a MAC address?
48
19
New cards
How are MAC addresses written?
As 12 hex digits grouped into pairs, separated by hyphens (e.g. 00-09-5D-E3-F7-62)