TCP/IP Model Flashcards
The _________________ Layer of the TCP/IP model is concerned with physical and electrical characteristics. It describes how to transmit bits across the network and determines how the interface uses the network medium.
Network Interface (Layer 1)
Ethernet, Token Ring, Fiber distrubution all is in Layer _________________ of the TCP/IP model.
Network Interface (Layer 1)
The _________________ layer of the TCP/IP model packages data into IP diagrams and routes these IP diagrams between hosts across the network.
Internet (Layer 2)
The _________________ layer of the TCP/IP model provides communication session management between hosts, and defines level of service and status of connection used for transport.
Transport (Layer 3)
The _________________ layer of the TCP/IP model defines TCP/IP application protocols and how programs interface with the transport layer service. This is the layer the end-user interacts with.
Application (Layer 4)
_________________ are logical openings into a system that allows IP addresses to know which applications are listening on a system.
Ports
Well-known and Reserved ports are ports _________________ to _________________.
0 to 1023
_________________ ports are short lived or temporary ports, open for a small period of time.
Ephemeral Ports
Ephemeral ports are portes _________________ to _________________.
1024 to 65,535
IPv4 Packets consist of a _________________, _________________, _________________ and _________________.
source address
destination address
IP flags (allows fragmentation)
protocol (TCP or UDP)
The TCP header is bulkier with it’s _________________ byte header, than a UDP header which is _________________ bytes.
20 byte
8 bytes