Network Architecture Flashcards
What is the mnemonic for the OSI model
All Presidents Since Truman Never Did Pot A ppplication P presentation S session T transport N network D data Link P physical
What layer(s) do we use data streams
Application, presentation, and session
What do we call data packages in the transport layer?
TCP - Segment
UDP - Datagram
What technology is found in the physical layer?
NICs, hubs, repeaters, concentrators
What is the function of layer 1
Physical - Convert frame data into bits and transmit the bits across the physical medium
What is the function of layer 2
Data Link - converts packets into frames. Some examples include: Ethernet, Token Ring, FDDI.
What does the ARP do?
Performs IP to MAC lookups
What does the RARP do?
Reverse ARP…. MAC to IP lookup.
What is the function of Layer 3
Network - Adds routing/ addressing information. Technology includes: Router, NAT, and Internet Protocol (IP), IPSEC.
What does a Brouter do and where does it operate?
Bridge router that attempts to route first and then bridge. Operates at level 3
What happens in Layer 4?
Transport - Session management. TCP & UDP happens here.
What is the TCP Handshake?
Syn
Syn/ Ack
Ack
What happens in Layer 5
Session - Establishes, maintains, and terminates sessions. Sessions are simplex, duplex, etc
What technology is found in the Session Layer
NFS, SQL, RPC
What is the difference between full and half duplex?
Full is two way communication that can occur at the same time.
What happens at Layer 6
Presentation - Transforms the application data into a common OSI format (ASCII, JPEG, MPEG)
What happens in Layer 7
Application - HTTP, FTP, EDI, etc
What layers exist in the TCP/IP model?
4 layers - Application, Transport, Internet, and Link
ATIL
What are the intersection points between OSI & TCP/IP?
TCP/IP Application layer combines OSI layers 5,6,&7 into 1 Application layer.
TCP/IP Link layer combines OSI layers 1&2 into 1 Link layer.
What is the function of a port?
Used in TCP to establish a connection between two systems.
How many ports exist in TCP?
65,536
What are service ports?
First 1024 ports in TCP used for well known applications (HTTP, FTP, Telnet, etc)
What are registered ports?
Registered by companies for products. Spans ports 1024-49151.