Module 9: Network Hardware Flashcards
Two most common forms of network connections
UTP (Unshielded Twisted Pair) and Fiber Optic cable
Network data transmission methods
fiber optics vs. Coaxial/UTP
Coaxial cabel and Unshielded Twisted Pair transmit data via electromagnetic waves
Fiber optics use light pulses
Broadcast devices (Hubs, Switches, and Routers)
These devices “glue” network together by providing oints where a network can connect to devices and other networks
Network Hub
Device that conects multiple coputers together
When message is recieved by hub it is forwarded to all ports (sends data to every device on the network)
Destination address is attached to message to indicate the intended recipiant but it does not prevent other computers from picking up message
Network Switch
Recognizes local network address (MAC or IP) of all computers conneted to switch
Messages passed only to computer that matches destination address
utilizes network bandwidth more effectively
Router
Typically connects multiple networks together
Can directly connect to computers but usually used in specific network locations so messages can be routed to other networks
Hub, Switch, Router differences
Externally - no difference
Switch has more hardware than hub: includes storage space for MAC and IP addresses
Router has programmable routing tables and at least one input that comes from another network
Wireless Access Point
Can be connected to hub, switch, or router to send out wireles signal so computers on network can connect ithout a cable
NOTE: Many routers now act as wireless access point so an additional device is not needed
Routing and Switching: Encoding/Decoding
Translate individual bits in message from the form stored in computer to the form the network requires
Routing and Switching: Modulation/Demodulation
Modulation is when an analog signal is translated into a digital signal
Demodulation is opposite
Routing and Switching: Transmission and Reception
Transmission is the last step when sending a message
Reception is the first step when recieving a message
Circuit Switched Network
Reqires full pathway (circuit) be established before transmision can begin and must be maintained throughout the entire transmission
Eg. Telephone network
Communication in either direction can occur simultaneously
Packet Switched network
Pathway is established as it is sent
When message is recieved at location, if it is not the destination, it is forwarded to another location
Pathway is based on network availability and amount of message traffic
Eg. Internet
Most computer networks are packet switched
Peer-peer vs client server model
peer to peer: all computers equal
Client Server - Client requests info, server delivers
Most networks require client server model
3 Definitions of Server
- Dedicated computer used to provide a service
- Refers to the server software run on machine (Print server, FTP server, Web server, ect)
- Collection of hardware software and data that constitute a server