Networks Flashcards
(88 cards)
OSI acronym
_ Open Systems Interconnection
_ Developed by ISO (International Standards Organization) – [mnemonic: I happened before O]
_ developed (2) to provide greater granularity than TCP/IP; and (2) to reduce proprietary nature of networking and increase innovation
OSI model layers
(Remember layer numbers too)
_ (7) application - network applications; e.g. HTTP, FTP, DNS, firewall
_ (6) presentation - data encryption, character encodings, format transformations. E.g. SSL/TLS
_ (5) session - connections, sessions, authentication (distinguishes connections)
_ (4) transport - (segmenting, ports, retries) responsible for reliable delivery, ensuring delivery to the correct application; segments outdoing data, reassembles incoming data; retransmissions as needed (recognizes ports)
_ (3) network - routes packets (e.g based on IP address) and transmits data between hosts in different networks; e.g. router, some switches
_ (2) data link - creates ‘frame’ with MAC address; error-free delivery of data; e.g. network card, switches, bridges
_ (1) physical
TCP/IP acronym
_ Transmission Control Protocol
_ Internet Protocol
TCP/IP model layers
_ application (includes OSI presentation and session) - e.g. HTTP, FTP, Telnet, NTP, DHCP, PING, SMTP, DNS
_ transport - end-to-end transport of data; e.g. TCP, UDP
_ network - logical transmission; e.g. IP, ARP, ICMP, IGMP
_ network interface (includes OSI data link and physical) - e.g. ethernet
TCP vs UDP
_ transmission control protocol vs user datagram protocol
_ both at the transport layer
_ TCP ensures delivery of all data, redelivering if necessary
_ UDP does not redeliver data, better for streaming
_ TCP uses a connection, UDP is connectionless
Layer responsible for reliable delivery of data, including retransmissions
transport
Layer that segments and assembles data
transport
Layer that performs addressing
network
Layer that performs routing
network
Layer responsible for packets
network
Layer that makes decisions about forwarding frames
Data link
Router
_ network layer
_ connects two or more networks, forwarding data packets between them according to contents of the packets
_ can connect web server to DB server
_ usually contains a switch in the form of a wired or wireless Ethernet connection
Bridge
_ Data link layer
_ connects multiple networks, like a router
_ simply forwards packets without examining them
_ faster than routers
_ not used much any more; routers and switches are mostly used
Switch
_ Data link and network layers
_ connects devices within a network
_ a more complex version of a hub, providing security measures and conveying data without other devices noticing
_ keeps traffic from source and destination ports from interfering with other devices on the network
firewall
_ can be software or hardware
_ can operate at multiple layers, except the physical layer
_ data link - what traffic should go between the networks according to IP address
_ transport - allow or block traffic by port or by combination of address and port
Layer 4 firewall
_ a firewall that operates at the transport and network layers
Layer 7 firewall
_ a firewall that operates at the application, presentation, and session layers
_ can encrypt/decrypt and examine data
_ can filter based on combination of IP address, port, and data
repeater
_ physical layer
_ strengthens, replicates, regenerates weakened signals
Range extender
_ a repeater than inputs a distorted Wi-Fi signal and transmits to formerly dead zones
hub
_ physical layer
_ connects a router to a network
_ transmits all packets to all devices on the network
_ e.g. USB hub
_ devices on a hub listen for traffic intended for them
modem
_ physical (module/demodulate) and data link layers
Twisted pair cables
_ UTP - unshielded twisted pair; invented by Alexander Graham Bell in 1881; telephone lines
_ STP - shielded twisted pair (extra shielding to prevent electrical interference between the wires)
_ contains pairs of twisted wires
_ the tighter twisted, the less electrical interference between them
_ the tighter twisted, the higher the category
_ conveys analog data
Twisted pair connectors
_ RJ11 connector supports two pairs of wires
_ RJ45 connector supports four pairs of wires
Categories of twisted pair cables
(I think these are all unshielded)
_ CAT3 - old analog phones 10 Mbps up to 100 m
_ CAT4 - old token ring standard 16 Mpbs up to 100 m
_ CAT5 - Ethernet in the 90s and early 2000s; 100 Mpbs up to 100 m
_ CAT5e (modern) - four twisted pairs; 1 Gbps up to 100 m
_ CAT6 (modern) - four twisted pairs; 1 Gbps for 100 m; 10 Gbps for 55 m; can use UTP in racks because distances are short
_ CAT6a - 10 Gbps up to 100 m; most common today