Hardware: SAS (2) Flashcards
What were the details of the earliest networks?
Earliest networks were circuit switching, connection routed + dedicated circuit opened for connection duration e.g. public service telephone network (PSTN).
What is packet switching?
More efficient way to use links for multiple connections, break down comms into small packets + send through network, each using cheapest/most efficient route. Reassemble message at end. E.g. Internet
Describe the internet.
Uses standardised protocols for data transmission (TCP/IP), routing (BGP), fault tolerance + naming (DNS). Uses standardised uniform resource identifier (URI). Present data via HTTP using HTML. Network card/NIC/ethernet card, 10baseT, 100baseT, 1000baseT, gigabit ethernet card. Some motherboards have LAN chips.
What are the details of ethernet cables?
To prevent attenuation + electromagnetic crosstalk, ethernet cables manufactured as twisted pairs. Originally, shielded (STP), now unshielded (UTP). Cat 1 = standard telephone cabling, Cat 5 = up to 100Mbps, Cat 5e = 1GBps, Cat 6 = Up to 10GBps.
What are the pros/cons of bus + star networks?
Old bus networks were prone to error (any fault stopped everything), lots of collisions, eminently hackable/eavesdroppable + cabling nightmare. Star network has individual point-to-point links, central hub (box/switch), link issues affect 1 device + centralised cabling.
What are computer addresses?
Most comps have 2 addresses: Ethernet/MAC +IP. MAC used on local network frame only (switch). IP used to identify comp & find out where it is, used beyond local network frame.
How does packet switching works in regards to MAC addresses?
Switches know which MAC addresses on which ports. Packet comes in for IP X, ask which has IP X, system S responds + packet passed. Switch now remembers MAC address of S (in ARP table). Open to man-in-the-middle attacks but standard to stay.
What is an IP address?
Internet Protocol address traditionally IPv4, 32-bit, represented by dotted quad. IPv6 has 128-bit nums as 8 sets of 4 hex digits & sets of 0’s omitted.
What is an IP address?
Internet Protocol address traditionally IPv4, 32-bit, represented by dotted quad. IPv6 has 128-bit nums as 8 sets of 4 hex digits + sets of 0’s omitted.
Some reserved to avoid conflict with real-world IP ranges. In IPv4, these private addresses are 192.168, 172. & 10.
How does DHCP server work?
Local IP addresses assignment manually/automatically, automatically assigned from Dynamic host configuration protocol server. Static/dynamic (subject to change per session/connection).
Once system assigned IP address, provided for certain time (DHCP lease). After that, re-request, may change. Multiple DHCP servers can cause chaos. IP address e.g. 192.168.0.1, netmask e.g. 255.255.255.0 (is it local?) + gateway e.g. 192.169.0.254 (non-local traffic).
What are loopback addresses?
Private, loopback interface loops back to same machine. 127.0.0.1 – 127.255.255.255.254. 127.0.0.1 most common.
What is the DNS?
Hierarchical distributed naming system. Starts with root servers, then each step has more info in turn.
Layers: physical (cables/sockets/electricity), data link (MAC/switches), addressing machines (IP), finding machines (netmasks/gateways/routers), naming machines (DNS).
What are the details of data in relation to networks?
Transmission control protocol (TCP), User datagram protocol (UDP) & Internet control message protocol (ICMP/ping). For TCP + UDP, connect to remote system on specified (decimal) port. Common ports: HTTP 80, HTTPS 443, SMTP 25 & SSH 22.
How do firewalls work?
On servers, run services, listen for connections on given ports. Now have servers behind firewalls & manage what comes through + from where.
Home firewall routers/network address translation (NAT) routers: Turn internal network address into packet that can be returned, many machines share 1 acc internet address.
What is wi-fi?
Wireless Fidelity standard is IEEE 802.11, uses service set identifier (SSID) to identify network.