Lectures 19-21 Flashcards
What are the layers of the TCP/IP model?
Application
Transport
Internet
Link
What are some of the protocols used in the Application layer?
HTTP/S, FTP, SFTP
What are some of the protocols used in the Transport Layer?
TCP, UDP
What is a protocol used in the Internet layer?
IP
What are some of the protocols used in the link layer?
Ethernet, Wi-Fi, ARP
What things is UDP used for?
Things that require high speed transmission such as games or online meetings
What things is TCP used for?
Web servers, logins, FTP
Why is UDP faster than TCP?
UDP has no error checking, the packets may not all arrive or be in the right order whereas TCP does both of these things
How long are IPv4 addresses?
32 bits
How are IPv4 addresses divided?
The recognised format is the first three bytes represent the local network address then the last byte represents a machine on that network.
The network administrator can choose how many bits are used for the network address. So, 31 of the bits could be used for the network address.
What addresses are always reserved?
0 and 255 (the network identifier and the broadcast address, respectively)
What are the issues with network classes?
Class C network too small for most orgs (max 256 addresses)
Class B network far too big (max 65, 534 addresses)
Class A network extremely big (max 16 million addresses)