1.1 Hardware and Communication Flashcards
HTTP
Hyper Text Transfer Protocol
FTP
File transfer Protocol
SMTP
Simple Mail Transfer Protocol
IMAP
Internet Message Access Protocol
DHCP
Dynamic Host Configuration Protocol
TCP
Transmission Control Protocol
UDP
User Datagram Protocol
IP Address
Internet Protocol Address
Internet
A network of networks that uses the internet protocols TCP/IP to link devices together
Handshaking
The agreement of protocols two devices will use to communicate, takes place through the transfer of a single byte of data
Protocols
The set of rules that govern how devices communicate, it is not possible for two devices to communicate without having the same protocols
Protocol stacks
When a packet is sent, there are many tasks that need to be completed before the packet arrives on time and whole. e.g. TCP/IP
TCP/IP stack
Is the stack used in most modern network transmissions.
What are the seven layers of TCP/IP stacks?
Application, Presentation, Session, Transport, Network, Data link, Physical
Give an example of something found on the Application layer?
HTTP or HTTPS or FTP
Give an example of something found on the Presentation layer?
ASCII or Encryption or PNG or MIDI
What happens in the Session layer?
Handshaking, e.g. Syn/Ack
Give an example of something found on the Transport layer?
UDP or TCP
What is found on the Network layer?
IP or routers
What is found on the Data link layer?
MAC or switches
What is found on the physical layer?
Cables
What does CPU stand for?
Central Processing Unit
What does the CPU do?
Carries out all mathematical and logical operations necessary to execute any given instruction.