Computer Networks
Computer Networks
Back To Course
LIVE BATCHES
Learn
Learn
We have combined Classroom and Theory tab and created a new Learn tab for easy access. You can
access Classroom and Theory from the left panel.
The TCP/IP model is a concise version of the OSI model. It contains four layers, unlike seven layers in
the OSI model. The layers are:
1. Process/Application Layer
2. Host-to-Host/Transport Layer
3. Internet Layer
4. Network Access/Link Layer
1. Network Access Layer This layer corresponds to the combination of the Data Link Layer and
Physical Layer of the OSI model. It looks out for hardware addressing and the protocols
present in this layer allows for the physical transmission of data.
We just talked about ARP being a protocol of Internet layer, but there is a con ict about
declaring it as a protocol of Internet Layer or Network access layer. It is described as residing
in layer 3, being encapsulated by layer 2 protocols.
2. Internet Layer This layer parallels the functions of OSI's Network layer. It de nes the protocols
which are responsible for the logical transmission of data over the entire network. The main
protocols residing at this layer are :
/
1. IP - stands for Internet Protocol and it is responsible for delivering packets from the
source host to the destination host by looking at the IP addresses in the packet headers.
IP has 2 versions:
IPv4 and IPv6. IPv4 is the one that most of the websites are using currently. But IPv6 is
growing as the number of IPv4 addresses are limited in number when compared to the
LIVE BATCHES
number of users.
3. ARP - stands for Address Resolution Protocol. Its job is to nd the hardware address of
a host from a known IP address. ARP has several types: Reverse ARP, Proxy ARP,
Gratuitous ARP and Inverse ARP.
3. Host-to-Host Layer This layer is analogous to the transport layer of the OSI model. It is
responsible for end-to-end communication and error-free delivery of data. It shields the
upper-layer applications from the complexities of data. The two main protocols present in this
layer are :
2. User Datagram Protocol (UDP) - On the other hand does not provide any such features.
It is the go-to protocol if your application does not require reliable transport as it is very
cost-effective. Unlike TCP, which is connection-oriented protocol, UDP is connectionless.
4. Process Layer This layer performs the functions of the top three layers of the OSI model:
Application, Presentation and Session Layer. It is responsible for node-to-node
communication and controls user-interface speci cations. Some of the protocols present in
this layer are HTTP, HTTPS, FTP, TFTP, Telnet, SSH, SMTP, SNMP, NTP, DNS, DHCP, NFS, X
Window, LPD. Have a look at Protocols in Application Layer for some information about these
protocols. Protocols other than those present in the linked article are :
1. HTTP and HTTPS - HTTP stands for Hypertext transfer protocol. It is used by the World
Wide Web to manage communications between web browsers and servers. HTTPS
stands for HTTP-Secure. It is a combination of HTTP with SSL(Secure Socket Layer). It is
ef cient in cases where the browser need to ll out forms, sign in, authenticate and carry
out bank transactions.
2. SSH - SSH stands for Secure Shell. It is a terminal emulations software similar to Telnet.
The reason SSH is more preferred is because of its ability to maintain an encrypted
/
connection. It sets up a secure session over a TCP/IP connection.
3. NTP - NTP stands for Network Time Protocol. It is used to synchronize the clocks on our
computer to one standard time source. It is very useful in situations like bank
transactions. Assume the following situation without the presence of NTP. Suppose you
LIVE BATCHES
carry out a transaction, where your computer reads the time at 2:30 PM while the server
records it at 2:28 PM. The server can crash very badly if it's out of sync.
− Name layers of the OSI Model with protocols belonging to the layers
OSI stands for Open Systems Interconnection. It has been developed by ISO – ‘International
Organization of Standardization‘, in the year 1974. It is a 7 layer architecture with each layer having
speci c functionality to perform. All these 7 layers work collaboratively to transmit the data from
one person to another across the globe.
/
LIVE BATCHES
Layer Name of the Layer Protocols in the Layer
Layer 7Application Layer WWW browsers, NFS, SNMP, Telnet, HTTP, FTP
Layer 6Presentation LayerASCII, EBCDIC, TIFF, GIF, PICT, JPEG, MPEG, MIDI
Layer 5Session Layer NFS, NetBios names, RPC, SQL
Layer 4Transport Layer SPX, TCP, UDP
Layer 3Network Layer DDP, IP, IPX
Layer 2Data Link Layer PPP, FDDI, ATM, IEEE 802.5/ 802.2, IEEE 802.3/802.2, HDLC, Frame Relay
Layer 1Physical Layer Ethernet, FDDI, B8ZS, V.35, V.24, RJ45
The data link layer is responsible for the node to node delivery of the message. The main function of
this layer is to make sure data transfer is error-free from one node to another, over the physical
layer. When a packet arrives in a network, it is the responsibility of DLL to transmit it to the Host
using its MAC address.
Data Link Layer is divided into two sub layers :
The packet received from the Network layer is further divided into frames depending on the frame
size of NIC(Network Interface Card). DLL also encapsulates Sender and Receiver’s MAC address in
the header.
The Receiver’s MAC address is obtained by placing an ARP(Address Resolution Protocol) request
onto the wire asking "Who has that IP address?" and the destination host will reply with its MAC
address.
1. Framing: Framing is a function of the data link layer. It provides a way for a sender to transmit
a set of bits that are meaningful to the receiver. This can be accomplished by attaching special
/
bit patterns to the beginning and end of the frame.
2. Physical addressing: After creating frames, Data link layer adds physical addresses (MAC
address) of sender and/or receiver in the header of each frame.
3. Error control: Data link layer provides the mechanism of error control in which it detects and
retransmits damaged or lost frames.
LIVE BATCHES
4. Flow Control: The data rate must be constant on both sides else the data may get corrupted
thus , ow control coordinates that amount of data that can be sent before receiving
acknowledgement.
5. Access control: When a single communication channel is shared by multiple devices, MAC
sub-layer of data link layer helps to determine which device has control over the channel at a
given time.
Access Point(AP) is a wireless LAN base station that can connect one or many wireless devices
simultaneously to internet.
Network layer works for the transmission of data from one host to the other located in different
networks. It also takes care of packet routing i.e. selection of the shortest path to transmit the
packet, from the number of routes available. The sender & receiver's IP address are placed in the
header by the network layer.
The functions of the Network layer are :
1. Routing: The network layer protocols determine which route is suitable from source to
destination. This function of network layer is known as routing.
2. Logical Addressing: In order to identify each device on internetwork uniquely, network layer
de nes an addressing scheme. The sender & receiver’s IP address are placed in the header by
network layer. Such an address distinguishes each device uniquely and universally.
LIVE BATCHES
− What are the different types of delays?
1. Transmission Delay :
Time taken to put a packet onto link. In other words, it is simply time required to put data bits
on the wire/communication medium. It depends on length of packet and bandwidth of
network.
2. Propagation delay : Time taken by the rst bit to travel from sender to receiver end of the link.
In other words, it is simply the time required for bits to reach the destination from the start
point. Factors on which Propagation delay depends are Distance and propagation speed.
3. Queuing Delay : Queuing delay is the time a job waits in a queue until it can be executed. It
depends on congestion. It is the time difference between when the packet arrived Destination
and when the packet data was processed or executed. It may be caused by mainly three
reasons i.e. originating switches, intermediate switches or call receiver servicing switches.
/
LIVE BATCHES
Average Queuing delay = (N-1)L/(2*R)
L=size of packet
R=bandwidth
4. Processing Delay : Processing delay is the time it takes routers to process the packet header.
Processing of packets helps in detecting bit-level errors that occur during transmission of a
packet to the destination. Processing delays in high-speed routers are typically on the order of
microseconds or less.
In simple words, it is just the time taken to process packets.
/
− Explain Firewalls?
A rewall is a network security device, either hardware or software-based, which monitors all
incoming and outgoing traf c and based on a de ned set of security rules it accepts, rejects or
drops that speci c traf c.
LIVE BATCHES
Accept : allow the traf c
Reject : block the traf c but reply with an “unreachable error”
Drop : block the traf c with no reply
A rewall establishes a barrier between secured internal networks and outside untrusted network,
such as the Internet.
2. Network-based Firewalls : Network rewall function on network level. In other words, these
rewalls lter all incoming and outgoing traf c across the network. It protects the internal
network by ltering the traf c using rules de ned on the rewall. A Network rewall might
have two or more network interface cards (NICs). A network-based rewall is usually a
dedicated system with proprietary software installed.
/
− What does transport layer do?
LIVE BATCHES
1. Segmentation and Reassembly: This layer accepts the message from the (session) layer ,
breaks the message into smaller units . Each of the segment produced has a header
associated with it. The transport layer at the destination station reassembles the message.
2. Service Point Addressing: In order to deliver the message to correct process, transport layer
header includes a type of address called service point address or port address. Thus by
specifying this address, transport layer makes sure that the message is delivered to the correct
process.
LIVE BATCHES
Scheme available
In IPv4 Encryption and Authentication facility
In IPv6 Encryption and Authentication are provided
not provided
Private IP address of a system is the IP address which is used to communicate within the same
network. Using private IP data or information can be sent or received within the same network.
Public IP address of a system is the IP address which is used to communicate outside the network.
Public IP address is basically assigned by the ISP (Internet Service Provider).
10.0.0.0 – 10.255.255.255,
Range:
172.16.0.0 – 172.31.255.255, Besides private IP addresses, rest are public.
192.168.0.0 – 192.168.255.255
of OSI reference model). The Application layer is a top pile of a stack of TCP/IP model from where
network referenced application like a web browser on the client-side establishes a connection with
the server. From the application layer, the information is transferred to the transport layer where our
topic comes into the picture. The two important protocols of this layer are - TCP, UDP(User
Datagram Protocol) out of which TCP is prevalent(since it provides reliability for the connection
established). However, you can nd the application of UDP in querying the DNS server to get the /
binary equivalent of the Domain Name used for the website.
LIVE BATCHES
TCP provides reliable communication with something called Positive Acknowledgement with Re-
transmission(PAR). The Protocol Data Unit(PDU) of the transport layer is called a segment. Now a
device using PAR resend the data unit until it receives an acknowledgement. If the data unit
received at the receiver's end is damaged(It checks the data with checksum functionality of the
transport layer that is used for Error Detection), then the receiver discards the segment. So the
sender has to resend the data unit for which positive acknowledgement is not received. You can
realize from the above mechanism that three segments are exchanged between sender(client) and
receiver(server) for a reliable TCP connection to get established. Let us delve how this mechanism
works :
Step 1 (SYN) : In the rst step, client wants to establish a connection with server, so it sends a
segment with SYN(Synchronize Sequence Number) which informs server that client is likely to
start communication and with what sequence number it starts segments with
/
Step 2 (SYN + ACK): Server responds to the client request with SYN-ACK signal bits set.
Acknowledgement(ACK) signi es the response of segment it received and SYN signi es with
what sequence number it is likely to start the segments with
LIVE BATCHES
Step 3 (ACK) : In the nal part client acknowledges the response of server and they both
establish a reliable connection with which they will start the actual data transfer
The steps 1, 2 establish the connection parameter (sequence number) for one direction and it
is acknowledged. The steps 2, 3 establish the connection parameter (sequence number) for
the other direction and it is acknowledged. With these, full-duplex communication is
established.
Note - Initial sequence numbers are randomly selected while establishing connections
between client and server.
Cryptography is an important aspect when we deal with network security. 'Crypto' means secret or
hidden. Cryptography is the science of secret writing with the intention of keeping the data secret.
/
receiver through a secure channel.
LIVE BATCHES
2. Assymetric key cryptography -
It is also known as public-key cryptography because it involves usage of a public key along
with the secret key. It solves the problem of key distribution as both parties use different keys
for encryption/decryption. It is not feasible to use for decrypting bulk messages as it is very
slow compared to symmetric key cryptography.
3. Hashing - It involves taking the plain-text and converting it to a hash value of xed size by a
hash function. This process ensures the integrity of the message as the hash value on both,
sender's and receiver's side should match if the message is unaltered.
/
LIVE BATCHES
− What are the Application layer protocols?
The application layer is present at the top of the OSI model. It is the layer through which users
interact. It provides services to the user.
telnet [\\RemoteServer]
\\RemoteServer : Specifies the name of the server to which you want to conne
2. FTP:
FTP stands for le transfer protocol. It is the protocol that actually lets us transfer les.It can
facilitate this between any two machines using it. But FTP is not just a protocol but it is also a
program.FTP promotes sharing of les via remote computers with reliable and ef cient data
transfer. Port number for FTP is 20 for data and 21 for control.
Command
ftp machinename
3. TFTP:
The Trivial File Transfer Protocol (TFTP) is the stripped-down, stock version of FTP, but it’s the
protocol of choice if you know exactly what you want and where to nd it. It's a technology for
transferring les between network devices and is a simpli ed version of FTP
Command
4. NFS:
It stands for network le system.It allows remote hosts to mount le systems over a network and
interact with those le systems as though they are mounted locally. This enables system
/
administrators to consolidate resources onto centralized servers on the network.
Command
LIVE BATCHES
5. SMTP:
It stands for Simple Mail Transfer Protocol. It is a part of the TCP/IP protocol. Using a process called
"store and forward," SMTP moves your email on and across networks. It works closely with
something called the Mail Transfer Agent (MTA) to send your communication to the right computer
and email inbox. Port number for SMTP is 25.
Command
6. LPD:
It stands for Line Printer Daemon.It is designed for printer sharing.It is the part that receives and
processes the request. A "daemon" is a server or agent.
Command
lpd [ -d ] [ -l ] [ -D DebugOutputFile]
7. X window:
It de nes a protocol for the writing of graphical user interface–based client/server applications. The
idea is to allow a program, called a client, to run on one computer. It is primarily used in networks of
interconnected mainframes.
Command
8. SNMP:
It stands for Simple Network Management Protocol. It gathers data by polling the devices on
the network from a management station at xed or random intervals, requiring
them to disclose certain information. It is a way that servers can share information about their
current state, and also a channel through which an administrate can modify pre-de ned values. Port
number of SNMP is 61(TCP) and 62(UDP).
Command
9. DNS:
It stands for Domain Name Service. Every time you use a domain name, therefore, a DNS service
must translate the name into the corresponding IP address. For example, the domain name
www.abc.com might translate to 198.105.232.4.
/
Port number for DNS is 53.
Command
ipconfig /flushdns
10. DHCP:
LIVE BATCHES
It stands for Dynamic Host Con guration Protocol (DHCP).It gives IP addresses to hosts.There is a
lot of information a DHCP server can provide to a host when the host is registering for an IP
address with the DHCP server. Port number for DHCP is 67, 68.
Command
− Explain DNS
Requirement
Every host is identi ed by the IP address but remembering numbers is very dif cult for the people
and also the IP addresses are not static therefore a mapping is required to change the domain name
to IP address. So DNS is used to convert the domain name of the websites to their numerical IP
address.
Organization of Domain
/
LIVE BATCHES
It is very dif cult to nd out the IP address associated with a website because there are millions of
websites and with all those websites we should be able to generate the IP address immediately,
there should not be a lot of delay for that to happen organization of database is very important.
DNS record – Domain name, IP address what is the validity?? what is the time to live ?? and all the
information related to that domain name. These records are stored in a tree-like structure.
Namespace - Set of possible names, at or hierarchical. The naming system maintains a collection
of bindings of names to values – given a name, a resolution mechanism returns the corresponding
value –
Name server - It is an implementation of the resolution mechanism.. DNS (Domain Name System) =
Name service in Internet – Zone is an administrative unit, domain is a subtree.
The host request the DNS name server to resolve the domain name. And the name server returns
the IP address corresponding to that domain name to the host so that the host can future connect to
that IP address.
Hierarchy of Name Servers Root name servers – It is contacted by name servers that can not resolve
the name. It contacts authoritative name server if name mapping is not known. It then gets the
/
mapping and return the IP address to the host.
Top level server – It is responsible for com, org, edu etc and all top level country domains like uk, fr,
ca, in etc. They have info about authoritative domain servers and know names and IP addresses of
each authoritative name server for the second level domains.
LIVE BATCHES
Authoritative name servers This is organization’s DNS server, providing authoritative hostName to
IP mapping for organization servers. It can be maintained by organization or service provider. In
order to reach cse.dtu.in we have to ask the root DNS server, then it will point out to the top level
domain server and then to authoritative domain name server which actually contains the IP address.
So the authoritative domain server will return the associative ip address.
The client machine sends a request to the local name server, which , if root does not nd the
address in its database, sends a request to the root name server , which in turn, will route the query
to an intermediate or authoritative name server. The root name server can also contain some
hostName to IP address mappings . The intermediate name server always knows who the
authoritative name server is. So nally the IP address is returned to the local name server which in
turn returns the IP address to the host.
LIVE BATCHES
3. DNS lookup to nd the IP address of the server.
Suppose we typed www.amazon.in, then this URL is converted into corresponding IP address
of the host using DNS(Domain Name System). But, it is not so. Amazon has multiple servers in
multiple locations to cater to the huge volume of requests they receive per second. Thus we
should let Amazon decide which server is best suited to our needs.
4. Following is a summary of steps happening while DNS service is at work:
Check browser cache: browsers maintain a cache of DNS records for some xed
duration. So, this is the rst place to resolve DNS queries.
Check OS cache: if the browser doesn't contain the record in its cache, it makes a system
call to underlying Operating System to fetch the record as OS also maintains a cache of
recent DNS queries.
Router Cache: if above steps fail to get a DNS record, the search continues to your router
which has its own cache
ISP cache: if everything fails, the search moves on to your ISP. First, it tries in its cache, if
not found - ISP's DNS recursive search comes into the picture. DNS lookup is again a
complex process which nds the appropriate IP address from a list of many options
available for websites like Google.
Consider a high traf c website that receives millions of requests (of different types) per ve minutes,
the site has k (for example n = 1000) servers to process the requests. How should the load be
/
balanced among servers?
LIVE BATCHES
Both of the above approaches look good, but they require additional state information to be
maintained for load balancing. Following is a simple approach that works better than the above
approaches.
The above approach is simpler, lightweight and surprisingly effective. This approach doesn't
calculate the existing load on the server and doesn't need time management.
Analysis of above Random Approach Let us analyze the average load on a server when the above
approach of randomly picking server is used.
Rij is Tj if j'th job (or Jj) is assigned to Si, otherwise 0. Therefore, value of Rij is Tj with probability 1/n
and value is 0 with probability (1-1/n)
= (Total Load)/n
What is the possibility of deviation from average (A particular server gets too much load)? The
/
average load from above random assignment approach looks good, but there may be a possibility
that a particular server becomes too loaded (even if the average is ok).
It turns out that the probability of deviation from average is also very low (can be proved using
Chernoff bound). Readers can refer below reference links for proves of deviations. For example, in
MIT video lecture, it is shown that if there are 2500 requests per unit time and there are 10 servers,
LIVE BATCHES
then the probability that any particular server gets 10% more load is at most 1/16000. Similar
results are shown at the end of the second reference also.
So above simple load balancing scheme works perfectly. In-fact this scheme is used in load
balancers.
FTP stands for File Transfer Protocol. It is a protocol which is used to transfer or copies the le from
one host to another host. But there may be some problems like different le name and different le
directory while sending and receiving the le in different hosts or systems. And in FTP, a secure
channel is not provided to transfer the les between the hosts or systems. It is used in port no-21.
SFTP stands for Secure File Transfer Protocol. It is a protocol which provides the secure channel, to
transfer or copies the le from one host to another host or systems. SFTP establishes the control
connection under SSH protocol and It is used in port no-22.
There are some difference between them which are given below:
S.NOFTP SFTP
1. FTP stands for File Transfer Protocol. SFTP stands for Secure File Transfer Protocol.
In FTP, secure channel is not provided to transfer the In SFTP, secure channel is provided to transfer the
2.
les between the hosts. les between the hosts.
3. FTP (File transfer protocol) is a part of TCP/IP protocol. Secure File Transfer Protocol is a SSH protocol.
SFTP (Secure File Transfer Protocol) runs on port no-
4. FTP (File transfer protocol) usually runs on port no-21.
22.
SFTP establishes the control connection under SSH
5. FTP establishes the connection under TCP protocol.
protocol.
6. FTP do not encrypt the data before sending. SFTP, data is encrypted before sending.
− What is SMTP
Email is emerging as one of the most valuable services on the internet today. Most of the internet
systems use SMTP as a method to transfer mail from one user to another. SMTP is a push protocol
and is used to send the mail whereas POP ( post of ce protocol) or IMAP (internet message access
protocol) are used to retrieve those emails at the receiver’s side.
SMTP Fundamentals SMTP is an application layer protocol. The client who wants to send the mail
opens a TCP connection to the SMTP server and then sends the mail across the connection. The
SMTP server is the always-on listening mode. As soon as it listens for a TCP connection from any
/
client, the SMTP process initiates a connection on that port (25). After successfully establishing the
TCP connection the client process sends the mail instantly.
SMTP Protocol
The SMTP model is of two types:
LIVE BATCHES
1. End-to- end method
2. Store-and- forward method
The end to end model is used to communicate between different organizations whereas the store
and forward method are used within an organization. An SMTP client who wants to send the mail
will contact the destination’s host SMTP directly in order to send the mail to the destination. The
SMTP server will keep the mail to itself until it is successfully copied to the receiver’s SMTP.
The client SMTP is the one which initiates the session let us call it as the client- SMTP and the
server SMTP is the one which response to the session request and let us call it as receiver-SMTP.
The client- SMTP will start the session and the receiver-SMTP will respond to the request.
LIVE BATCHES
SENDING EMAIL: Mail is sent by a series of request and response messages between the client and
a server. The message which is sent across consists of a header and the body. A null line is used to
terminate the mail header. Everything which is after the null line is considered as the body of the
message which is a sequence of ASCII characters. The message body contains the actual
information read by the receipt.
RECEIVING EMAIL: The user agent at the server-side checks the mailboxes at a particular time of
intervals. If any information is received it informs the user about the mail. When the user tries to
read the mail it displays a list of emails with a short description of each mail in the mailbox. By
selecting any of the mail user can view its contents on the terminal.
In address bar of a browser, have you noticed either http:// or https:// at the time of browsing a
website? If neither of these are present then most likely, it’s http:// Let's nd out the difference...
In short, both of these are protocols using which the information of a particular website is
exchanged between Web Server and Web Browser. But what’s difference between these two?
Well, extra s is present in https and that makes it secure! What a difference :) A very short and
concise difference between http and https is that https is much more secure compared to http.
LIVE BATCHES
Server and Browser. In fact, cryptographic protocols such as SSL and/or TLS turn http into https i.e.
https = http + cryptographic protocols. Also, to achieve this security in https, Public Key
Infrastructure (PKI) is used because public keys can be used by several Web Browsers while private
key can be used by the Web Server of that particular website. The distribution of these public keys
is done via Certi cates which are maintained by the Browser. You can check these certi cates in
your browser settings. We’ll detail out this setting up secure session procedure in another post.
Also, another syntactic difference between http and https is that http uses default port 80 while
https uses default port 443. But it should be noted that this security in https is achieved at the cost
of processing time because Web Server and Web Browser needs to exchange encryption keys
using Certi cates before actual data can be transferred. Basically, setting up of a secure session is
done before the actual hypertext exchange between server and browser.
In HTTP, URL begins with “http://” whereas URL starts with “https://”
HTTP uses port number 80 for communication and HTTPS uses 443
HTTP is considered to be unsecure and HTTPS is secure
HTTP Works at Application Layer and HTTPS works at Transport Layer
In HTTP, Encryption is absent and Encryption is present in HTTPS as discussed above
HTTP does not require any certi cates and HTTPS needs SSL Certi cates
− Where are ports? What are the Port numbers of some common protocols?
A port is basically a physical docking point which is basically used to connect the external devices to
the computer or we can say that A port act as an interface between computer and the external
devices, e.g., we can hard drives, printers to the computer with the help of ports.
LIVE BATCHES
6. SNMP: Port number of TFTP is 61(TCP) and 62(UDP).
7. DNS: Port number of TFTP is 53.
8. DHCP: Port number of TFTP is 67(TCP) and 68(UDP).
In the DDoS attack, the attacker tries to make a particular service unavailable by directing
continuous and huge traf c from multiple end systems. Due to this enormous traf c, the network
resources get utilised in serving requests of those false end systems such that, a legitimate user is
unable to access the resources for himself/herself.
1. Blackhole routing - In blackhole routing, the network traf c is directed to a 'black hole'. In this,
both the malicious traf c and non-malicious traf c gets lost in the black hole. This
countermeasure is useful when the server is experiencing DDoS attack and all the traf c is
diverted for the upkeep of the network.
2. Rate limiting Rate limiting involves controlling the rate of traf c that is sent or received by a
network interface. It is ef cient in reducing the pace of web scrapers as well as brute-force
login efforts. But, just rate limiting is unlikely to prevent compound DDoS attacks.
Report An Issue
If you are facing any issue on this page. Please let us know. /
5th Floor, A-118,
LIVE BATCHES
Sector-136, Noida, Uttar Pradesh - 201305
[email protected]
COMPANY LEARN
About Us Algorithms
Careers Data Structures
Privacy Policy Languages
Contact Us CS Subjects
Video Tutorials
PRACTICE CONTRIBUTE
Courses Write an Article
Company-wise Interview Experience
Topic-wise Internships
How to begin? Videos