Module 6 - Manage Networking Flashcards
Four Layers of the TCP/IP Network Model
1) Application
2) Transport
3) Internet
4) Link
Describe Application network model
Each application has specifications for communication so that clients & servers can communicate across platforms
Common protocols used:
SSH
HTTPS (secure web)
FTP (file sharing)
SMTP (electronic deliver)
Describe Transport network model
TCP & UDP are transport protocols
* TCP is a reliable connection-oriented communication, whereas UDP is a connectionless datagram protocol
* Application protocols can use either TCO or UDP ports
* A list of well-known & registered ports is in the /etc/services file
When a packet is sent on the network, the combination of the service port and IP address forms a socket
* Each packet has a source socket & a destination socket
* This information can be used when monitoring & filtering network traffic
What is the file there a list of well-known & registered ports can be found?
/etc/services
Describe Internet network model
The interlay layer, or network layer, carries data from the source host to the destination host
* The IPv4 & IPv6 protocols are internet layer protocols
* Each host has an IP address & a prefix to determine network addresses
* Routers are used to connect networks
Describe the Link network model
The link layer, or media access layer, provides the connection to physical media
* Most common types of networks
o Ethernet (802.3)
o Wireless Wi-Fi (802.11)
* Each physical device has a Media Access Control (MAC) address, which is also known as a hardware address, to identify the destination of packets on the local network segment
What are the two most common types of networks?
1) Ethernet (802.3)
2) Wireless Wi-Fi (802.11)
What OSI models are included in the Application TCP/IP protocol?
1) Application
2) Presentation
3) Session
What OSI models are included in the Transport TCP/IP protocol?
Transport
What OSI models are included in the Internet TCP/IP protocol?
Network
What OSI models are included in the Link TCP/IP protocol?
1) Data link
2) Physica
What are examples & services of the Application TCP/IP protocol?
1) HTTP
2) HTTPS
3) FTP
4) Telnet
5) NTP
6) LDAP
7) DNS
8) DHCP
9) RIP
10) SIP
11) SMTP
12) SSH
13) TLS/SSL
What are examples & services of the Transport TCP/IP protocol?
1) TCP
2) UDP
What are examples & services of the Internet TCP/IP protocol?
1) IPv4
2) IPv6
3) ICMP
4) IGMP
5) IPsec
What are examples & services of the Link TCP/IP protocol?
1) MAC
2) PPP
3) NDP
4) ARP Ethernet
5) Wi-Fi
6) DOCSIS
7) Tunnels