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
NTP (Network Time)
Port 123
Keep accurate time for clients in a network (reference clock)
NetBIOS (Network Basic I/O System)
Port 139
For file or printer sharing in a window network
IMAP (Internet Mail Application)
Port 143
Newer method -> improve POP3 -> to receive mails
SNMP (Simple Network Management)
Port 161, 162
Collect data about network devices and monitor their status
LDAP (Lightweight Directory Access)
Port 389
Provides directory services to your network (Active Directory)
HTTPS (Hyper-text Transfer Secure)
Port 443
Secure web browsing
Work via an encrypted tunnel
- SSL: Secure Socket Layer
- TLS: Transport Layer Security
SMB (Sever Message Block)
Port 445
Window file and sharing services
Operates with NetBIOS. While NetBIOS is used to do the authentication, SMB passing out files
Syslog (System Logging)
Port 514
Send logging data back to a centralized server
SMTP TLS
Port 587
Secure version of SMTP