Network Components Flashcards
Hub
Use in Star Network
Allows multiple computer or device to connect to it
Layer 1 (Physical) in OSI layers
Data is repeated to every connected device
Switch
Similar to Hub
Layer 2 (Data Link) in OSI layers
Inspect the MAC address of data frame, and only forward the data frame to destination (note how different from hub)
Router
Layer 3 (Network) in OSI layers
Inspect the IP address of data packet,
Choose the best “route” for the packet to move to the destination
Packet switching
OSI Layers
There are 7 layers in OSI Model
- Application * (HTTP, FTP)
- Presentation
- Session
- Transport * (TCP)
- Network * (IP)
- Data Link (MAC)
- Physical (wire, fiber, wifi)
Wireless AP
Connects Wireless (usually WiFi) to ethernet (cable) network
Network Interface Card (NIC)
The part of computer hardware that connects to physical network
a computer can have multiple NIC, e.g. a laptop computer usually has an interface for WiFi, another for bluetooth, maybe one for Ethernet as well
Repeaters
Repeat (extend) signal of a LAN
usually needed to extend the range of ethernet cable since ethernet cable can only travel about 100 meter
There’s also wireless repeater that extend the range of WiFi signal
Gateway
A device that act as a “portal” for LAN to WAN
All device within the LAN must go through gateway to connect to outside (Internet for example)
Bridge
Connects two LANs together and form one single LAN
Firewall
Can be hardware and software
Hardware firewall usually is also the Gateway of a typical LAN
Uses rules to filter incoming and outgoing traffic
Bandwidth
Maximum amount of data that can be transmitted in a media.
Usually measured in bits per second (bps)
Cat 6 Ethernet cable has about 1Gbps bandwidth
School WiFi is about 300Mbps (not internet, but from device to AP, also this number is shared amount all devices)
Bit Rate
Measured in bit per second
Bit rate usually relates to the quality of streaming media, where obviously higher bit rate results in higher quality but likely slower
e.g. Internet movie may stream at about 1Mbps or MP3 audio in about 100kbps
Bit streaming
A bit stream is a continuous flow of bits over a communication path.
Realtime bitstream - for example live video
On demand bitstream - think of Netflix
Packet Switching
Data splitted into small chunks call packet. Packet may take different route across the network to transmit to destination
May out of order, need to reorder after receiving all packets
Better utilise of the communication channel
No dedicated channel needed, channels are shared
Circuit switching
Before start communication, a dedicated channel is setup.
e.g. Landline telephone, after you dial and the other party pickup, a channel is established
Channel is not shared until it is released
Could be faster than packet switching (since the channel is exclusive use)
Message switching
Whole set of data send from source to destination, no predefined route
the set of data send to a node, and store until there’s chance to send to another node until it reaches destination