1.1 Protocols and ports Flashcards
Types of Ports
Port do FTP servers listen for incoming traffic and send their own traffic.
Port 21
what are network protcols
Network protocols are sets of rules and standards that define how devices communicate over a network.
Protocols are used by devices to
send and receive different types of communication
Segments are encapsulated in IP packets in which layer
3
what does NIC stand for
Network interface card
What is a network service
Provide a service
DHCP
DNS
MAIL SERVICE
What is a Apache
A web server. HTTP
SSL stands for
secure sockets layer
encryption-based Internet security protocol. Its main purposes are to provide privacy, authentication, and data integrity in Internet communications. SSL is the predecessor to the modern TLS (Transport Layer Security) encryption used today.
what does tls stand for
transport layer security It is a cryptographic protocol used to secure data sent over a network, such as internet traffic.
which layers do TCP and UDP segments send data from
layer 5, 6, and 7
IMAP stands for
Internet message access protocol
RTSP stands for
Real time streaming protocal.
Ensures data processed in the correct order.
UDP.Port 544
How does three way handshake work
A TCP feature.
Synronication - meaning two devices send a message stating that they are ready to send and receive data packets.
Acknowledgement- both devices send announcements that they have authenticated with each other and ready to being data transmission.
Transmission of data begins.
syn, syn ack, ack.
what four simple fields to UDP headers contain
source port, destination port, packet length (header and data), and a simple (and optional) checksum
what is a packet
Network layer pdu.
ICMP is used for
Utilites like ping and tracert/traceroute to provide control info to IP.
what three fields do ICMP headers start with
type, code and checksum
explain differences between tcp and udp
TCP - Accurate - connection-oriented, can’t lose packets, logical. UDP - Efficient, connectionless, can lose packets, quick performance.
well known port numbers
0-1023 used by major protocls and services
what does a port # do?
Gets data to the right applicaiton.