Bookmark and Share

Start Studying Deck Add Cards

Glossary of networks

Created by blynch
 EditDelete
How to establish a TCP connection?  
1. Client sends SYN to server, 2. Server responds with SYN-ACK, 3. Client sends ACK (SYN-ACK-ACK)
 EditDelete
What addresses do multicast start with?
224.0.0.0
 EditDelete
What applications is TCP typically used for?
http, ftp, email, secure shell
 EditDelete
What are characteristics of UDP?
UnreliableNot orderedLightweightDatagrams
 EditDelete
What are common UDP applications?
DNSstreaming media (IPTV)Voice over IP (VOIP)Trivial File Transfer Protocol (TFTP)online games
 EditDelete
What are the 3 major classes of IP networks?
A, B, C, D, E
 EditDelete
What are the OSI Layers?
Physical LayerData link layerNetwork layerTransport layerSession layerPresentation layerApplication Layer
 EditDelete
What are the possible TCP states?   
LISTENSYN-SENTSYN-RECEIVEDESTABLISHEDTIME-WAIT
 EditDelete
What are the standard ports on a system?
21/TCP,UDP - ftp
22/TCP,UDP - SSH
23/TCP,UDP - telnet
25/TCP,UDP - smtp
110 - POP3
123/UDP - NTP
445 - Microsoft


 EditDelete
What does the Ether type code do?
It differentiates which protocol is being carried by the ethernet frame
 EditDelete
What is a class D IP address?
Multicast Address
 EditDelete
What is BGP?
Border Gateway Protocol. Used for routing between networks on the internet; supports many advanced routing features
 EditDelete
What is OSPF?
Open Shortest Path First: A routing protocol which supports the concept of a "core" area to which everything attaches.
 EditDelete
What sets TCP apart from UDP? 
Ordered data transferRetransmission of lost packetsDiscarding duplicate packetsError-free data transferCongestion control