1.3.3: Networks Flashcards
1
Q
What is a Standard?
A
- An agreement outlining how companies should manufacture and release certain technologies to that compatibility can be achieved
2
Q
What is a Protocol?
A
- A rule as to how communication over networks are to be carried out
3
Q
What are some examples of Protocols?
A
- HyperText Transfer Protocol /Secure [HTTP/S]
- Transmission Control Protocol/Internet Protocol [TCP/IP]
- Internet Message Access Protocol [IMAP]
- Post Office Protocol [POP]
- File Transfer Protocol [FTP]
- Simple Mail Transfer Protocol [SMTP]
4
Q
What is the Internet?
A
- A network of networks allowing computers to communicate with each other
- Continents are connected to each other using large international backbone cables, many of which pass underwater
5
Q
What is the TCP/IP Stack?
A
- A stack of networking protocols that work together passing packets during communication
6
Q
What is the order of the layers in the TCP/IP Stack?
A
- Application Layer
- Transport Layer
- Network Layer
- Link Layer
7
Q
What does the Application Layer in the TCP/IP Stack do?
A
- Specifies what protocol needs to be used in order to relate the application that’s being sent
- E.g. If the application is a browser then it would select a protocol such as HTTP/S, POP3, or FTP
8
Q
What does the Transport Layer in the TCP/IP Stack do?
A
- Uses TCP to establish an end-to-end connection between source and recipient computer
9
Q
How does the Transport Layer send data?
A
- Splits data into packets and labels the packets with their packet number, the total number of packets the original data was split up into, and the port number being used for communication
10
Q
What does the Transmission Layer do if any packets of data get lost?
A
- The Transport Layer requests retransmissions of the lost packets
11
Q
What does the Network Layer in the TCP/IP Stack do?
A
- Adds the source and destination IP addresses (The combination of the IP address and port number is the Socket Address)
12
Q
What piece of hardware uses IP addresses?
A
- Routers that operate on the Network Layer use IP addresses to forward packets
13
Q
What are Socket Addresses used for?
A
- To specify which device the packets must be sent to and the application being used on that device
14
Q
What does the Link Layer in the TCP/IP Stack do?
A
- The connection between the network devices, adding MAC addresses identifying the NICs of the source and destination computers
- For devices on the same network, the destination MAC address of the recipient, otherwise the MAC address of the router
15
Q
A