D315 Flashcards
(101 cards)
OSI Layer: Application(Layer 7)
Application software, network applications. Anything you can see with your eyeballs like web browsers and email.
Application protocols
HTTP, FTP, SMIP, IMAP, SMTP
OSI Layer: Presentation(Layer 6)
Protocol conversion, data translation. Data encryption/decryption.
Presentation Protocols
SSL, ASCII, JPEG, MIDI, MPEG, GIF, MP3, MP4
OSI Layer: Session(Layer 5)
Establishes, manages and terminates sessions.
Session Protocols
NFS, SQL, PPTP, NetBIOS, PAP, SCP(tunneling)
OSI Layer: Network(Layer 4)
Router, Layer 3 switches. Provides routing decisions. NAT, PAT
OSI Layer: Transport(Layer 3)
Routing and addressing data packets.
Transport Protocols
TCP(Segments so no missing packets), UDP(datagrams for streaming), SCTP Unit: Segments
Network Protocols
IP, IPX, IPSec, RIP, IPv4, IPv6, ICMP Unit: Packets
OSI Layer: Data Link(Layer 2)
Switches, NIC, Token Ring, Frame Relay, Bridge. Provides for flow of data. Bits pass over physical layer between devices on a LAN (collision domain)
Data Link Protocols
MAC addresses, ARP, PPP, HDLC, LLC Communication at MAC-address level - forwards packets on layer 2 devices like a bridge. Unit: Frames
OSI Layer: Physical (Layer 1)
802.11, repeater, modem, bluetooth, ethernet, hubs, network cabling, Wi-Fi. Signals and Media. Transmits data over a physical medium.
Physical Protocol
DSL, ISDN, physical NICs, twisted pair cable, fiber. Medium means cabling. Unit: Bits
Traceroute(Linux)/Tracert(Windows)
Determine the number of hops required for a packet to reach its destination. Always shows IP address of destination
Nslookup
Query the Domain Name System (DNS) and retrieve information about domain names and IP addresses.
Ping
Tests the connectivity between two devices by sending ICMP echo request packets and measuring the round-trip time, indicating network health and potential issues
Netstat -aL
Display network status, including active connections, listening ports, routing table information, and network interface statistics.
Whois
Information about a webserver including contact information.
ARP (Address Resolution Protocol
Displays the IP to physical (MAC) address mappings for hosts that have been discovered in the ARP cache.
Nmap (Network Mapper)
Allows scanning a system in various ways.
Fiber Optic
Uses light instead of electricity. Can go longer distances, faster. More durable and secure. Like transatlantic submarine cables.
Bus Topology
Coaxial cable, Thinnet. A bus network topology is a single line of devices connected together by one shared network cable.
Ring Topology
Each node connects to exactly two other nodes, forming a single continuous pathways for signals through each node. Nodes connected to each other with a backbone cable that loops around and ends at the same point it started.