Module 9: Network Hardware Flashcards

1
Q

Two most common forms of network connections

A

UTP (Unshielded Twisted Pair) and Fiber Optic cable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Network data transmission methods

fiber optics vs. Coaxial/UTP

A

Coaxial cabel and Unshielded Twisted Pair transmit data via electromagnetic waves

Fiber optics use light pulses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Broadcast devices (Hubs, Switches, and Routers)

A

These devices “glue” network together by providing oints where a network can connect to devices and other networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Network Hub

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Network Switch

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Router

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Hub, Switch, Router differences

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Wireless Access Point

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Routing and Switching: Encoding/Decoding

A

Translate individual bits in message from the form stored in computer to the form the network requires

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Routing and Switching: Modulation/Demodulation

A

Modulation is when an analog signal is translated into a digital signal

Demodulation is opposite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Routing and Switching: Transmission and Reception

A

Transmission is the last step when sending a message

Reception is the first step when recieving a message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Circuit Switched Network

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Packet Switched network

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Peer-peer vs client server model

A

peer to peer: all computers equal

Client Server - Client requests info, server delivers

Most networks require client server model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

3 Definitions of Server

A
  1. Dedicated computer used to provide a service
  2. Refers to the server software run on machine (Print server, FTP server, Web server, ect)
  3. Collection of hardware software and data that constitute a server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Network Logic: Point to Point

Definition and Advantages/Disadvantages

A

Simplest form of a network. Dedicated line between two resources

Limits how devices can communicate with eachother

Normally used for connections within a computer (Eg. connect monitor)

17
Q

Network Logic: Bus

Definition and Advantages/Disadvantages

A

Every resource connected to single cable “T” connection

Advantage: cheapest and very reliable

Disadvantage: Size of network restricted by number of “T” connections available

Efficiency degrades as more devices are connected

18
Q

Network Logic: Star

Definition and Advantages/Disadvantages

A

All devices have single point connection with central “hub” device

Advantage: Simple and easy to add/remove devices

Efficiency of message transferal

Disadvantage: Requires dedicated service making it more expensive

If hub is lost al devices lose connectivity

19
Q

Network Logic: Ring

Definition and Advantages/Disadvantages

A

Devices have point to point connection with neighbors

Advantage: cheap

Disadvantage: Losng one (if unidirectional) or two (if bidirectional) devices will disrupt

20
Q

Network Logic: Mesh

Definition and Advantages/Disadvantages

A

All devices are connected to eachother

Advantage: removing any device does not effect connectivity

Disadvantage: Not practical because it requires so many connections/ports

21
Q

Server roles (from quiz)

File Server

Web Server

Print server

Database server

A

File Server: Send files over network at the request of clients (typically only over LAN)

Web Server: Stores data files and programs and responds to requests from anywhere on the internet via HTTP. Runs server side scripts, logs requests and errors, handles security

Print server: monitors requests but doesnt send files in return

Database server: generate reports from client queries