Networks Flashcards
(37 cards)
Topology
Physical layout and connections of devices in a network.
Star, bus, ring, mesh, hybrid
Switch
A device that connects computers to a central network and allows for communication between these devices.
Router
A device that makes internet communication possible between two computers
Modem
Is a device that converts data to be transmitted across a communication channel such as ADSL.
WiFi access point
Device that gives off radio signals so that a device can connect wirelessly to internet
PAN Network
Personal area network:
Few meters in size
Personal devices such as phone,laptop, printer
HAN Network
Home area network:
Home based network
More devices that PAN, many connected PAN’s
LAN
Local Area network:
Connects devices in a building e.g. school, business
WAN Network
Very wide area
Cellphone towers, internet, banking systems
Peer to Peer Server
- Equal computers
- High spec computers
- Small amount of computers
- Cheap software
- Low skill needed for installation
- Relatively slow
- Non-serious data breeches
- No server needed + no admin
Client Server
- One main server + weaker computers
- Expensive software
- Large amount of computers can use it
- Admin needed
- High skill installation
- Serious breeches
- Good security needed
- Very fast performance
9.
Server
A computer that manages resources, memory and file storage as a central service.
URL
Identifies a web page with a unique code/name
Gateway
Similar to router, but translates between protocols too. E.g NAT connects a private network to the Internet.
Connects multiple networks.
MAC address
12 digit hexadecimal number. Assigned to a NIC for use as a network address in a network segment. Unique to different devices and used to identify them on different networks.
DHCP and DNS
DHCP - Dynamic host configuration protocol:
Gives devices IP addresses on a network so that it can communicate with other IP networks. Manages these connections
DNS - Translates name of device into an IP address, association
WAP
Allows Wi-Fi devices to connect to network. Usually connects to router.
Wi-Fi and Hotspot
Wi-Fi: facility that allows communication between devices across the internet.
Hotspot: physical location where people can get Internet access using a router.
Protocol
A rule for internet communication
IMAP
POP3
SMTP
Internet Message Access Protocol:
Access email from remote web server from a client
Post Office Protocol 3:
Email is held for you by a server
Simple Mail Transmission Protocol:
Send mail to a mail server as a relay
IP
TCP
UDP
IP - set of rules for routing and addressing packets of data
TCP (Transmission Control Protocol) gives a connection to two hosts to share data and have a network conversation.
User Datagram Protocol sends small messages called data grams across a network
Frame vs Packet
Packet is the basic unit of communications between a sender and destination.
Frames identify data and explain how it should be decoded and interpreted.
Frame is a chunk of data sent across a data link (Ethernet) while a packet is sent on top of it (IP)
HTTP and HTTPS
HyperText Transfer Protocol defines how pages are transferred over the internet.
S means it’s secure.
FTP and WebDAV
File Transfer Protocol describes the transfer of files between a client and a server on a network
Web-bases Distributive Authoring And Versioning allows users to collaborate across files on a server.
FTP vs WebDAV
- WebDAV uses one TCP and is better at bypassing firewalls than FTP
- WebDAV is slightly faster than TCP when transferring small files