Networking Flashcards
Name 2 Advantages of a Network
Easy Communication, Expensive peripherals can be shared
What are the 4 layers?
Link, Internet, Transport and Application
What is the Link layer for?
It is responsible for placing the packets on the network and also receiving the packets. It is where the data is sent/recieved. It is sent using the specified protocols. The MAC Address is also attached
What is the Application layer for?
It provides applications the ability to access the services of the other layers and it defines the protocols that applications use to exchange data. An appropriate header is added. It also needs to encode it, ASCII or UniCode.
What is the Transport layer for?
Sets up the connection. It then receives the data from the application layer. It numbers the packets so that they’re reassembled in the correct order. It looks at what packets have arrived and sends the acknowledgement.
What is the Network layer for?
It provides the data routing paths. It will address and package the packet.
What does FTP Stand for?
File transfer protocol – for transferring files between devices.
What does HTTP Stand for?
Hypertext transfer protocol – Displaying web pages, html or php.
What does HTTPS Stand for?
Hypertext transfer protocol secure – Displaying web pages securely
What does SMTP Stand for?
Simple mail transfer protocol – Used for mail delivery
What does POP Stand for?
Post office protocol – Receiving mail(Storing LOCALLY – NO LONGER ON SVR)
What does IMAP Stand for?
Internet message access protocol – Receiving mail (Storing remotely and syncing)
What does TCP stand for?
Transmission control protocol - is a standard that defines how to establish and maintain a network conversation via which application programs can exchange data.
What does UDP stand for?
User Datagram Protocol - a protocol used in message transport or transfer. This is not connection based which means that one program can send a load of packets to another and that would be the end of the relationship.
What does IP stand for?
Internet Protocol – Identifies the location of a device on the Internet. Routes individual packets from source to destination via routers.