Domain 4: Communication and Network Security Flashcards
Communications between computers over networks are made possible by ________
Protocols
Protocols
Set of rules and restrictions that define how datat is transmitted iver a network medium
OSI Layers
Physical, Data Link, Network, Transport, Session, Presentation, Application
Encapsulation
Addition of a header to the data received by each layer from the layer above before it’s handed off the the layer below
What does the Physical Layer do?
Accepts frame from Data Link layer and converts into bits for transmission
What does the Data Link Layer do?
protocols convert the packet into the proper format for transmission (i.e. Ethernet), adds MAC address
ARP and RARP
Address Resolution Protocol and Reverse ARP - resolve IP to MAC addresses and vice versa
2 Data Link sublayers
Logical Link Control and MAC
What does the Network Layer do?
adds routing and addressing information to the datagram or segment to create a packet (ICMP)
What does the Transport Layer do?
managing the integrity of a connection, receives data stream/PDU
What does the Session layer do?
establishes, maintains, and terminates communication sessions
What does the Presentation layer do?
transforms data received from the Application layer into a format that any OSI model system can understand, interface btwn network and apps (encrypts and compresses)
What does the Application layer do?
interfacing user applications with the protocol stack
TCP/IP Model to OSI Model
Application, Presentation, Session = Application
Transport = Transport
Network = Internet
Data Link, Physical = Link
Difference btwn TCP and UDP
TCP is full duplex connection-oriented, UDP is simplex connectionless
Which ports are registered software ports?
1024-49151
Which ports are known as random, dynamic, or ephemeral ports?
49152-65535
Describe the three-way handshake.
Clients sends SYN, server responds with a SYN/ACK, Client responds with an ACK
IGMP is used to support what?
Multicasting
IP header protocol field value for ICMP
1 (0x01)
ICMP type field values (0, 3, 5, 8, 9, 10, 11)
0- echo reply 3- destination unreachable 5- redirect 8- echo request 9- router advertisement 10- router solicitation 11- time exceeded
Telnet Port
TCP Port 23
FTP Port
TCP Ports 20 and 21
TFTP Port
UDP Port 69
SMTP Port
TCP Port 25
HTTP Port
TCP Port 80
IMAP Port
TCP Port 143
DHCP Port
UDP Ports 67 and 68
HTTP Port
TCP Port 80
SSL/ HTTPS Port
TCP Port 443
LPD Port
TCP Port 515
X Window Port
TCP Ports 6000-6063
BootP/DHCP Port
UDP Ports 67 and 68
NFS Port
TCP Port 2049