Networking Basis Flashcards
Tell me all OSI network layers
Physical
data link
network
transport
session, presentation, application
Which connection types are included in the Application layer?
Dns
www/http
P2p
Email
SMTP
Telnet
Ftp
Which connection types are included in the Presentation layer?
Html
Doc
Jpeg
Mp3
Avi
Sockets
Where is the Session established? (Session layer)
TCP
Sip
RPT
RPC - named pipes
Which connection types are included in the Transport layer?
TCP
UDP
Sctp
SSL
TLS
Which connection types are included in the Network layer?
Ip
ARP
IPsec
ICMP
Igmp
Ospf
Which connection types are included in the Data Link layer?
Ethernet
802.11
Mac/LLC
Valn
ATM
Hdp
Fiber channel
Tell me TCP/IP layers
Application
Transport
Internet
Network
Tell me the range and subnet mask for A network layer
1-126
255.0.0.0
127.0.0.0 - for loops and diagnostic
Tell me the range and subnet mask of B network layer
128-191
255.255.0.0
Tell me the range and subnet mask of C network layer
192-223
255.255.255.0
Tell me the range and subnet mask of D network layer
224-239
Reserved for multicasting
Tell me the range and subnet mask of E network layer
240-254
Experimental
Tell Cryptography algorithm families
MD5
SHA-1
SHA-256
HMAC-MD5
HMAC-SHA-1
RSA and DSA
Tell me public/private keys algorithms
RSA
DSA
ECDSA
ED25519
Name of CA/RA authority
x509
Call and describe all classes of web certificates
0 - Used for testing
1 - Used for individuals with a focus on verification of email
2 - Used for organizations for which proof of identity is required
3 - Used by servers and software signing for which independent verification and checking of identity and authority is done by the issuing certificate authority
4 - Used for online business transaction between companies
5 - Used for private organizations or governmental security
Which server assign a dynamic IP address
DHCP
How IP assignment works? Tell all steps and how it calls
Discover
Offer
Request
Ack
Tell all DNS record types
A - association between DNS name and IP address
AAAA - the same as A, but for IPv6
CNAME - Alias of one name to another
MX - List of mail exchange servers that accept email for a domain
NS - Name server record
PTR - Pointer to a canonical name
SOA - Specifies authoritative information about a DNS zone, including the primary name server, the email of the domain administrator, the domain serial number, and several timers relating to refreshing the zone.
SOA - Generalized service location record, used for newer protocols instead of creating protocol-specific records such as MX