Computer Network
An interconnection of multiple devices, also known as hosts, that are connected using multiple paths for the purpose of sending/receiving data or media.Computer networks can also include multiple devices/mediums which help in the communication between two different devices:
- routers
- switches
- hubs
- bridges
these are known as Network devices.
TOPICS:
Network Layer:
- Switching
- Logical addressing - IPV4, IPV6
- Address mapping - ARP
- RARP
- BOOTP and DHCP - Delivery
- Forwarding and Unicast Routing protocols
Transport Layer:
- Process to Process Communication
- User Datagram Protocol(UDP)
- Transmission Control Protocol (TCP)
- SCTP Congestion Control; Quality of Service
- QoS improving techniques:
- Leaky Bucket
- Token Bucket algorithm.
Application Layer:
- Domain Name Space (DNS)
- DDNS, TELNET
- EMAIL, File
- TransferProtocol (FTP)
- WWW
- HTTP
- SNMP
- Bluetooth
- Firewalls
- Basic concepts of Cryptography
Network Topology:
Network Topology defines the structure of the network of how all the components are interconnected to each other.
IP Address (Internet Protocol address):
- IP Address is the network address of the system across the network.
- To identify each device in the world-wide-web, the Internet Assigned Numbers Authority (IANA) assigns an IPV4 (Version 4) address as a unique identifier to each device on the Internet.
- The length of an IPv4 address is 32-bits,
- hence, we have 232 IP addresses available.
- The length of an IPv6 address is 128-bits.
Protocol:
A protocol is the set of rules or algorithms which define the way how two entities can communicate across the network and there exists different protocol defined at each layer of the OSI model. Such protocols are:
- TCP
- IP
- UDP
- ARP
- DHCP
- FTP
OSI stands for Open Systems Interconnection.
It is a reference model that specifies standards for communications protocols and the functionalities of each layer.
MAC Address (Media Access Control address):
- The MAC Address is the unique identifier of each host and is associated with its NIC (Network Interface Card).
- The length of the MAC address is : 12-nibble/ 6 bytes/ 48 bits
Port:
A port can be referred to as a logical channel through which data can be sent/received to an application.
Application Layer Functions:
• This layer is helpful to interact with user.
• This provides services to user to use network.
• It provides user services like user login, naming to network devices network,
formatting messages, e-mail, transfer of files etc.
• It is used for error handling and recovery of the transferred of the message.
• It provides services by using different Protocol
• FTP
• Telnet
• SMTP
• DNS
• HTTP
0 Comments