TCP/IP Flashcards
(13 cards)
TCP/IP
Transmission Control Protocol/internet protocol
what is the first layer of the TCP/IP stack
application
what is the second layer of the TCP/IP stack
transport
what is the third layer of the TCP/IP stack
network
what is the fourth layer of the TCP/IP stack
link
what happens in the application layer
establishes the correct protocol to transmit data eg. POP3, SMTP, HTTPS ect.
what happens in the transport layer
establishes an end to end connection with the receiver and sender and splits the data to be transmitted into packets
what information does each packet contain
sequence number (order) and port number(protocol)
what happens in the network layer
Provides the correct IP addresses for each packet’s source and
destination.
what happens in the link layer
Controls physical connections between pieces of hardware in a network. Adds MAC addresses to packets that it receives from the network layer.
what do MAC addresses do
The MAC addresses identify the hardware to which a packet should be sent. These MAC addresses change with every hop through a network.
what is a socket address
ip address connected with the port number at the end eg. 114.68.22.199:433 433 being the port number
why are we slowly switching to IPv6 from IPv4
because we are running out of IPv4 addresses