all domains - quick learning and terms Flashcards
what is OSI layer 1 and what devices are there and protocol data unit (PDU)
- Physical
- PDU - bits
- Hubs, repeaters and gateways
- 802.11 (wireless family) radio frequency, infrared, microwave, bluetooth
- ethernet, wired (twisted, pair, coax, fiber optics, SONET
what is OSI layer 2 and what devices are there and what protocol data unit (PDU), protocols
- Data
- PDU - frames
- gateways, switches, Bridges, WAPs
- arp, rarp, PPTP, L2TP(vpn tunnels) , ppp (encapsulates IP traffice over analog, provides authentication, encryption (poor) and compression))
- authentication protocols pap, chap and eap
- FDDI, ISDN,
what is OSI layer 3 and what devices are there and what protocol data unit (PDU), protocols
- Network
- PDU - packets
- Routers, gateways and packet filtering firewall
- IP, ICMP(ping), IPSEC, IKE, ISAKMP, PING, IGMP IGMP, NAT, SKIP, OSPF (routing protocols)
what is OSI layer 4 and what devices are there and what protocol data unit (PDU)
- Transport
- ports 65535
- pdu -segments
- TCP/UDP and SSL/TLS(used to encrypt http and other data traffic) (makes sure to know tcp/udp nuances)-
TCI/IP model layers
- Application
- Transport
- internet
- Network access
what is the TCP 3 way handshake
- syn
- syn/ack
- ack
what does network access layer in TCP/IP model map to in the OSI
TCP IP Network layer access maps to physical layer and data layer
what does the Internet layer in TCP/IP model map to in OSI
Internet maps to the OSI Network layer
what does the transport layer in TPC/IP model map to in OSI
transport layer maps to the transport layer
what does the application layer in the TCP/IP model map to in the OSI model
the TCP/IP application layer maps to the OSI session, presentation and application layers
- mnemonic for protocol data units (PDU)
- what layer
- what are they
- some people fear birthdays from 4 to 1
Transport layer - segments
Network layer - packet
Data layer - frame
physical layer - bits
what is OSI layer 5 and what devices are there
- Session
- circuit proxy firewall, gateways, PC’s
- socks is an example of proxy firewall
- session management capabilities between hosts
- remember session information like passwords, so verification does not need to repeat, dialog control
- Netbios, SMB, RPC, NFS, and SQL
- RPC - remote procudure protocol
- attacks – Session hijack
what layer is encryption decrypted
layer 6 - presentation
- what layers can gateways operate in
- what are they also called
- what logical function do the perform
- layers 1-7
- protocol translators
- they break broadcast and collision domains
what is OSI layer 6 and what devices are there
- Presentation
- coding and conversation functions on application layer data
- responsible for “presentation” character conversion, codecs, compression and decompression for streaming audio and video, image conversion, formatting (TIFF, JPEG, MPEG)
- establishes, manages, and terminates communication sessions between presentation layer entities
- encryption/decryption
- attacks – Phishing - Worms - Trojans
what is OSI layer 7 and what devices are there
- Application
- application firewalls, gateways, computers
- greatest intelligence to make decisions
- human computer interaction and where applications can access network services
- application firewalls (very intelligent, very advanced decisions like deep packet inspection, slow)
- HTTP/S, DNS, SSH, SNMP, LDAP, DHCP, Telnet, POP3 IMAP,
- attacks - Phishing - Worms - Trojans
what port number and protocol is POP3
- TCP 110
- TLS TCP 995
what port number and protocol is SMTP
TCP port 25
possibly TCP 587
what port number and protocol is IMAP
- TCP 143
- TLS TCP 993
what port number and protocol is RDP
- TCP and UDP 3389
what is the DHCP request flow look like
- discovery
- offer
- request
- acknowledge
what transport protocol uses secure shell (SSH) and encrypts both command and data
- SFTP, built on SSH
- uses only 1 port
what does ftps offer over ftp
- secured with SSL/TLS
2 both still use TCP 20 (data) and 21 (control)
what port number and protocol is FTP and FTPS
- TCP port 20 for data
- TCP port 21 for control