Chapter 1 - Ports, Protocols and OSI Flashcards
TCP Stands for?
Transmission Control Protocol
What’s does TCP do?
Established and maintains network communication to exchange data till complete.
What other protocol works along side TCP?
Internet Protocol (IP)
What type of connection is it? And what does it mean?
Connection orientated.
Provides guaranteed packet delivery and packet re transmission but use of acknowledgments.
Pro and Con of TCP?
Is slow
More reliable
What protocol uses TCP?
File transfer Protocol (FTP)
Port 20 = Data port connecting back to client client (Passive)
Port 21 = Command Port initiates by client (Active)
What does IP stand for?
Internet Protocol
What is IP Protocol used for?
Deliver data from one computer to another over the internet
What does IP it specify? And what other Protocol is used?
Specifies the
- the format of packets
- Addressing Scheme
Also uses the TCP Protocol (TCP/IP)
What is a connection less Protocol?
Packets have no relation to the other units of data.
UDP
Do packets using IP assemble in correct order?
Yes. TCP assembles packets in the correct order even if packets arrive out of order.
Can IP send packets along different routes to the same machine?
Yes and TCP will assemble them in correct order.
What layer of the OSI Model does IP OPERATE?
Network Layer
What does IP Handel?
Handles routing to ensure packets arrive as the correct location.
IPv4
32bits
4 Bytes
Supports 4 billion addresses
Consists of four groups of 8 bits.
Eg
- 1
- 00010000.11111110.00000001
IPv6
128bit address space
340 Trillion addresses
Format can be compressed by compressing the leading 0 and groups of 0
2001: 0db8:3902:00c2:0000:0000:0000:fe04
2001: db8:3902:c2::fe04
Most recent OSs IPv6 is default but 4 can also be used
Better at handling VOIP and Video conferencing
Is a more complex addressing scheme
What’s is UDP?
User Datagram Protocol
Ideal for speed
Not as reliable as TCP
Faster than TCP
Data that suffers data loss doesn’t effect the overall quality and relays on app to resend lost packets.
Operates and transport layer
UDP Transmission Services
Trivial File Transfer Protocol (TFTP) Real Time Streaking Protocol (RTSP) Simple Network Protocol (SNP) Domain Names System (DNS) Internet Control Message Protocol (ICMP)
What does ICMP do?
Provides error reporting and message generating when problems in delivering IP packets
Is a UDP Protocol
What can send ICMP messages?
Any IP Network device and send, receive and processes messaged.
-Router - Host - Service
One of the main internet protocols
Commonly used in diagnostics and troubleshooting with PING and TRACERT commands to get a status reply.
ICMP message types
Error Reporting when something goes wrong
Query Messages when you want to ask about the status of a device.
Doesn’t correct issues.
L
Connection orientated Protocol benefit and Con
Benefits
Less prone to error
More reliable
Data arrives in correct sequence
State fuel connections
Con
Slower protocol
What is a connectionless Protocol?
When communication is sent between two network endpoints without prior arrangement.
Device sends messages prior to ensuring receiving device is ready.
Some protocols can allow for error correction is needed
What are some connectionless protocols?
UDP
IP
ICMP
IPX
Connectionless Protocol Pro and Conns
Pro
Is a fast protocol
Cons
Not reliable
No error messages of data is dropped
A stakes communication connection.
What is a connection orientated Protocol?
A reliable service that guarantees data will arrive in proper sequence
TCP
Connection less Protocol Broadcast Types
Broadcast
A single message is sent to all hosts on a network simultaneously (1 to many)
Multicast
Message sent to multiple Hosts which belong to a specific multicast group