H3 (Models) Flashcards
What are the 4 layers in TCP/IP
Application, Transport, Internet, Network Access
What are the 7 layers in OSI
Application Presentation Session Transport Network DataLink Physical
Name the application layer protocols
DNS, HTTP, DHCP, SMTP, POP3, IMAP, FTP, TFTP
Name the transport layer protocols
UDP, TCP
Name the Network/internet layer protocols
IP, NAT, ICMP
Name the DataLink layer protocols
ARP, PPP, Ethernet, Interface drivers
Explain how data goes through the layers
Data > Segment > Packet > Frame > Bits
Application > Transport > Network > Datalink > Physical
Explain how a HTML Message is converted
- Converted into data
- HTTP Header added by the HTTP Protocol
- HTTP Protocol delivers to the TCP Protocol
- TCP Protocol adds IP addressing
- DataLink layer adds Source and dest MAC and encapsulates
- Frame is send to router
- Router re-encapsulates
What is muliplexing
Messages are segmented so conversations can be interlaced and there are no SPOF’s
What is in the header of the DataLink frame and how big is it
Preamble ( + SFD). 7 + 1 byte
Dest + source MAC. 12 bytes
EtherType. 2 bytes.
What is in the trailer of the DataLink frame and how big is it
FCS. 4 bytes.
FrameStop
What is the size of a DataLink frame
64-1518 bytes