Networking Flashcards
What are the layers of the OSI model
Open System Interconnection is a model which describes how different applications communicate on a network.
1 - Physical: Media, Signal and Binary transmission
2 - Data Link: MAC and LLC (Physical addressing)
3 - Networking: Routing and IP (Logical addressing)
4 - Transport: End to End connections and reliability
5 - Session: Interhost communication
6 - Presentation: Data representation and Encryption
7 - Application: Network Process to Application
What is the TCP/IP Model
Transmission Control Protocol
- Describes how data gets transmitted and routed from end to end communication
What are the layers of the TCP/IP Model
- Network Access Layer
- Internet Layer
- Transport Layer
- Application Layer
What is difference between TCP and UDP
- TCP is connection oriented and UDP is connectionless
- TCP is ordered vs unordered
- TCP is reliable vs unreliable
- TCP is slower
- TCP does error recovery
- TCP uses a handshake
What is the TCP handshake process
- 3 Way handshake
1. Client sends a SYN-SEND (contains a seq #) to Server
2. Server receives SYN and sends SYN-RECEIVED back to Client
3. Client sends ACK to Server
4 ESTABLISHED
What is a firewall?
A concept of a security system that protects computers from unauthorized access or cyber attack
What do you mean by DNS?
DNS Stands for Domain Name System. It’s an internet address mapping process with the local name. We can also call it as an internet phonebook.
What are the IP classes
Class A: 1-127.x.x.x, Netmask 255.0.0.0
Class B: 128-191.x.x.x, Netmask 255.255..0.0
Class C: 192-223.x.x.x, Netmask 255.255.255.0
Class D: 224-239.x.x.x, reserved for multicasting
Class E: 240-255, Reserved for experimental purposes.
What are the 3 network modes
- simplex: send info in one direction
- half duplex: send data in both directions, but not in parallel
- full duplex: send data in both directions in parallel
What is a proxy server
Proxy servers prevent external users who are unauthorized to access such IP addresses of the internal network. It makes the computer network virtually invisible to external users.
What is DHCP
Dynamic Host Configuration Protocol
- Automatically assigns IP addresses to network devices
What is SNMP
SNMP stands for Simple Network Management Protocol. It is a network protocol used for collecting organizing and exchanging information between network devices.
Why is the OSI Model standard termed 802.xx?
The OSI model was started in the month of February in 1980. So it is standardized as 802.XX. This ‘80’ stands for the year 1980 and ‘2’ represents the month of February.
How is a network certified as an effective Network?
- Performance
- Reliability
- Security
Explain Data Encapsulation
Encapsulation means adding one thing on top of the other thing. When a message or a packet is passed through the communication network (OSI layers), every layer adds its header information to the actual packet.