Networking Flashcards
What are some examples of network hardware?
Network interface card (NIC), Hub, Switch, Modem, Router, Access point, Bridge / gateway, firewall, patch panel, and CAT cables
What is a NIC?
- hardware component, typically a circuit board or chip, installed on a computer so it can connect to a network
What is a hub?
The dumb versions of switches
● Message is broadcast to every port on the hub
● Considered obsolete due to inefficiency
What is a switch?
Connects multiple devices together and forwards data packets to/from those devices
● Only sends data to the device it is intended for
● Contains memory and knows which node is on which port
What is a modem?
Processes signal from internet service provider and interfaces with local network
What is a router?
Creates local network, routes service to devices
What is an access point?
Allows devices to connect to a network wirelessly, often combined with a router
What is a bridge/gateway?
connects multiple sub-networks to create a single, larger network
What is a firewall?
Monitors traffic to and from your network. It allows or blocks traffic based on a defined set of security rules
What is a patch panel?
Mounted hardware assembly that contains ports used to connect and manage incoming and outgoing LAN cables. Enables flexible physical connectivity into a network and keeps cables organized
What is a CAT cable?
Made of unshielded twisted pair (UTP) wire
What are the speeds of CAT 1 - CAT 8?
CAT 1 - 1 Mbps
CAT 2 - 4 Mbps
CAT 3 - 10 Mbps / 100m
CAT 4 - 16 Mbps/ 100m
CAT 5 - 100 Mbps / 100m
CAT 5e - 1 Gbps / 100m
CAT 6 - 1 Gbps/ 100m or 10 Gbps/ 55m
CAT 6a - 10 Gbps / 100m
CAT 7 - 10 Gbps
CAT 8 - 40 Gbps
What are some network architecture models?
Client-server model, peer-to-peer (P2P), and web server
Describe the client-server model
Centralized network where one or more devices, or servers, provide services and resources to other devices, or clients.
● Clients request and receive data from servers which handle processing and storage
● More reliable, secure, and efficient than P2P
● High cost, complex, and require maintenance
● Require specialized hardware and software and depend on the functionality and available of the servers
● Suitable for large-scale, permanent, or formal applications, such as web hosting, email, or database management
Describe P2P
Each machine on the network can act as both server and client (like Bitcoin and Tor)
● Easy to setup – minimal hardware and software requirements
● Users control their own data and resources
● Limited performance, reliability, and security
● Suitable for small-scale, temporary, or informal applications (gaming, file sharing, and messaging)
Describe web server model
software and hardware that uses HTTP and other protocols to respond to client requests made of the web
What are some network topologies?
Bus, star, ring, mesh, tree, point to point
Describe a bus topology
A single line of devices connected together by one shared network cable, outdated
● Computers connect to the network by physically tapping into the network cable
● Devices cannot send and receive simultaneously due to collision along single line of communication
● Not secure or private, all computers attached to the network will receive any and all traffic sent on the network
● Inexpensive, easy to install, and difficult to reconfigure
● Failure on the network cable means complete network failure