TCP/IP Model Flashcards
How many layers are in TCP/IP Model and what are they?
4 layers. Application < Transport < Internet < Network Interface
Network Interface Layer
How to transmit bits and what network medium used
Internet layer
Data packaged into IP datagram pushed around using routing by a router
This occurs externally from my network to some remote network
Our network connects w the INTRANET
Transport layer
Same as OSI
Application layer
How program interface w transport by session management
FTP (File Transfer)
Ports 20, 21
Usage: Provides insecure file transfer between client and server
No encryption -> insecure
SSH (Secure Shell)
Port: 22
Usage: Provides secure remote control of another using a text based environment. Yes encryption -> secure
Best use: remote log in
SFTP (Secure File Transfer Protocol)
Port: 22
Tunneling FTP thru SSH
Same but secure
Telnet
Port 23
Provides insecure remote control if another machine using a text based environment (no encryption)
Provides bi-directional interactive text communication using virtual terminal connection
SMTP (Simple Mail Transfer)
Port 25
Provides the ability to send emails over a network
DNS (Domain Name System)
Port 53
Convert domain name to IP address, and vice versa
DHCP (Dynamic Host Control)
Port 67, 68
Automatically assign network parameters like IP addresses, subnet mask, default gateway, and DNS server to use
TFTP (Trivial FTP)
Port 69
Lightweight file transfer method to send config files or network booting of an OS
Both direction, no authentication/encryption
HTTP (Hypertext Transfer)
Port 80
Used for insecure web browsing
POP3 (Post Office Protocol v3)
Port 110
Used for receiving incoming emails